We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.redshift.getClusterSubnetGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Specifies an Amazon Redshift subnet group.
Using getClusterSubnetGroup
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 getClusterSubnetGroup(args: GetClusterSubnetGroupArgs, opts?: InvokeOptions): Promise<GetClusterSubnetGroupResult>
function getClusterSubnetGroupOutput(args: GetClusterSubnetGroupOutputArgs, opts?: InvokeOptions): Output<GetClusterSubnetGroupResult>
def get_cluster_subnet_group(cluster_subnet_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterSubnetGroupResult
def get_cluster_subnet_group_output(cluster_subnet_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterSubnetGroupResult]
func LookupClusterSubnetGroup(ctx *Context, args *LookupClusterSubnetGroupArgs, opts ...InvokeOption) (*LookupClusterSubnetGroupResult, error)
func LookupClusterSubnetGroupOutput(ctx *Context, args *LookupClusterSubnetGroupOutputArgs, opts ...InvokeOption) LookupClusterSubnetGroupResultOutput
> Note: This function is named LookupClusterSubnetGroup
in the Go SDK.
public static class GetClusterSubnetGroup
{
public static Task<GetClusterSubnetGroupResult> InvokeAsync(GetClusterSubnetGroupArgs args, InvokeOptions? opts = null)
public static Output<GetClusterSubnetGroupResult> Invoke(GetClusterSubnetGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClusterSubnetGroupResult> getClusterSubnetGroup(GetClusterSubnetGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:redshift:getClusterSubnetGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Subnet stringGroup Name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
- Cluster
Subnet stringGroup Name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
- cluster
Subnet StringGroup Name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
- cluster
Subnet stringGroup Name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
- cluster_
subnet_ strgroup_ name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
- cluster
Subnet StringGroup Name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
getClusterSubnetGroup Result
The following output properties are available:
- Cluster
Subnet stringGroup Name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
- Description string
- The description of the parameter group.
- Subnet
Ids List<string> - The list of VPC subnet IDs
- Cluster
Subnet stringGroup Name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
- Description string
- The description of the parameter group.
- Subnet
Ids []string - The list of VPC subnet IDs
- cluster
Subnet StringGroup Name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
- description String
- The description of the parameter group.
- subnet
Ids List<String> - The list of VPC subnet IDs
- cluster
Subnet stringGroup Name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
- description string
- The description of the parameter group.
- subnet
Ids string[] - The list of VPC subnet IDs
- cluster_
subnet_ strgroup_ name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
- description str
- The description of the parameter group.
- subnet_
ids Sequence[str] - The list of VPC subnet IDs
- cluster
Subnet StringGroup Name - This name must be unique for all subnet groups that are created by your AWS account. If costumer do not provide it, cloudformation will generate it. Must not be "Default".
- description String
- The description of the parameter group.
- subnet
Ids List<String> - The list of VPC subnet IDs
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi