Cloud.Service.AWS.Redshift.Subnet.Group

Cloud.Service.AWS.Redshift.Subnet.Group
Cloud.Service.AWS.Redshift.Subnet.Group
JSON Example
{
    "account": "string",
    "count": 0,
    "description": "string",
    "name": "string",
    "region": "string",
    "subnet_ids": [
        "string"
    ],
    "tags": {}
}
string
account
Required

(Required) The name of the AWS cloud account to use for this resource

integer
count
Optional
Constraints: minimum: 0 default: 1

The number of resource instances to be created.

string
description
Optional
Constraints: default: Managed by Terraform

Free-form text explanation about the Redshift subnet group. Defaults to 'Managed by the application'.

string
name
Required

(Required) User-created name for the Redshift subnet group.

string
region
Required

(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.

array of string
subnet_ids
Required

(Required) List of the Virtual Private Cloud (VPC) unique subnet identifiers.

object
tags
Optional

Subnet group resource categorization, in case-sensitive key names, or in key-value pairs.