We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
Resource Type definition for AWS::DAX::SubnetGroup
Using getSubnetGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSubnetGroup(args: GetSubnetGroupArgs, opts?: InvokeOptions): Promise<GetSubnetGroupResult>
function getSubnetGroupOutput(args: GetSubnetGroupOutputArgs, opts?: InvokeOptions): Output<GetSubnetGroupResult>def get_subnet_group(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSubnetGroupResult
def get_subnet_group_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSubnetGroupResult]func LookupSubnetGroup(ctx *Context, args *LookupSubnetGroupArgs, opts ...InvokeOption) (*LookupSubnetGroupResult, error)
func LookupSubnetGroupOutput(ctx *Context, args *LookupSubnetGroupOutputArgs, opts ...InvokeOption) LookupSubnetGroupResultOutput> Note: This function is named LookupSubnetGroup in the Go SDK.
public static class GetSubnetGroup
{
public static Task<GetSubnetGroupResult> InvokeAsync(GetSubnetGroupArgs args, InvokeOptions? opts = null)
public static Output<GetSubnetGroupResult> Invoke(GetSubnetGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSubnetGroupResult> getSubnetGroup(GetSubnetGroupArgs args, InvokeOptions options)
public static Output<GetSubnetGroupResult> getSubnetGroup(GetSubnetGroupArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:dax:getSubnetGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getSubnetGroup Result
The following output properties are available:
- Description string
- The description of the subnet group.
- Id string
- Subnet
Ids List<string> - A list of VPC subnet IDs for the subnet group.
- Description string
- The description of the subnet group.
- Id string
- Subnet
Ids []string - A list of VPC subnet IDs for the subnet group.
- description String
- The description of the subnet group.
- id String
- subnet
Ids List<String> - A list of VPC subnet IDs for the subnet group.
- description string
- The description of the subnet group.
- id string
- subnet
Ids string[] - A list of VPC subnet IDs for the subnet group.
- description str
- The description of the subnet group.
- id str
- subnet_
ids Sequence[str] - A list of VPC subnet IDs for the subnet group.
- description String
- The description of the subnet group.
- id String
- subnet
Ids List<String> - A list of VPC subnet IDs for the subnet group.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
