SubnetGroup

class SubnetGroup : KotlinCustomResource

The AWS::MemoryDB::SubnetGroup resource creates an Amazon MemoryDB Subnet Group.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the subnet group.

Link copied to clipboard
val description: Output<String>?

An optional description of the subnet group.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subnetGroupName: Output<String>

The name of the subnet group. This value must be unique as it also serves as the subnet group identifier.

Link copied to clipboard
val subnetIds: Output<List<String>>

A list of VPC subnet IDs for the subnet group.

Link copied to clipboard

Supported network types would be a list of network types supported by subnet group and can be either ipv4 or ipv4, dual_stack or ipv6.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this subnet group.

Link copied to clipboard
val urn: Output<String>