1. Packages
  2. AWS Native
  3. API Docs
  4. redshift
  5. getClusterSubnetGroup

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.redshift.getClusterSubnetGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 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:

    ClusterSubnetGroupName string
    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".
    ClusterSubnetGroupName string
    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".
    clusterSubnetGroupName String
    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".
    clusterSubnetGroupName string
    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_group_name str
    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".
    clusterSubnetGroupName String
    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:

    ClusterSubnetGroupName string
    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.
    SubnetIds List<string>
    The list of VPC subnet IDs
    ClusterSubnetGroupName string
    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.
    SubnetIds []string
    The list of VPC subnet IDs
    clusterSubnetGroupName String
    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.
    subnetIds List<String>
    The list of VPC subnet IDs
    clusterSubnetGroupName string
    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.
    subnetIds string[]
    The list of VPC subnet IDs
    cluster_subnet_group_name str
    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
    clusterSubnetGroupName String
    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.
    subnetIds List<String>
    The list of VPC subnet IDs

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi