1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. rds
  5. getDbShardGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.rds.getDbShardGroup

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

    The AWS::RDS::DBShardGroup resource creates an Amazon Aurora Limitless DB Shard Group.

    Using getDbShardGroup

    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 getDbShardGroup(args: GetDbShardGroupArgs, opts?: InvokeOptions): Promise<GetDbShardGroupResult>
    function getDbShardGroupOutput(args: GetDbShardGroupOutputArgs, opts?: InvokeOptions): Output<GetDbShardGroupResult>
    def get_db_shard_group(db_shard_group_identifier: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetDbShardGroupResult
    def get_db_shard_group_output(db_shard_group_identifier: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetDbShardGroupResult]
    func LookupDbShardGroup(ctx *Context, args *LookupDbShardGroupArgs, opts ...InvokeOption) (*LookupDbShardGroupResult, error)
    func LookupDbShardGroupOutput(ctx *Context, args *LookupDbShardGroupOutputArgs, opts ...InvokeOption) LookupDbShardGroupResultOutput

    > Note: This function is named LookupDbShardGroup in the Go SDK.

    public static class GetDbShardGroup 
    {
        public static Task<GetDbShardGroupResult> InvokeAsync(GetDbShardGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetDbShardGroupResult> Invoke(GetDbShardGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDbShardGroupResult> getDbShardGroup(GetDbShardGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:rds:getDbShardGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DbShardGroupIdentifier string
    The name of the DB shard group.
    DbShardGroupIdentifier string
    The name of the DB shard group.
    dbShardGroupIdentifier String
    The name of the DB shard group.
    dbShardGroupIdentifier string
    The name of the DB shard group.
    db_shard_group_identifier str
    The name of the DB shard group.
    dbShardGroupIdentifier String
    The name of the DB shard group.

    getDbShardGroup Result

    The following output properties are available:

    ComputeRedundancy int
    Specifies whether to create standby instances for the DB shard group.
    DbShardGroupResourceId string
    The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
    Endpoint string
    The connection endpoint for the DB shard group.
    MaxAcu double
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    ComputeRedundancy int
    Specifies whether to create standby instances for the DB shard group.
    DbShardGroupResourceId string
    The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
    Endpoint string
    The connection endpoint for the DB shard group.
    MaxAcu float64
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    Tags Tag
    An array of key-value pairs to apply to this resource.
    computeRedundancy Integer
    Specifies whether to create standby instances for the DB shard group.
    dbShardGroupResourceId String
    The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
    endpoint String
    The connection endpoint for the DB shard group.
    maxAcu Double
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    computeRedundancy number
    Specifies whether to create standby instances for the DB shard group.
    dbShardGroupResourceId string
    The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
    endpoint string
    The connection endpoint for the DB shard group.
    maxAcu number
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    compute_redundancy int
    Specifies whether to create standby instances for the DB shard group.
    db_shard_group_resource_id str
    The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
    endpoint str
    The connection endpoint for the DB shard group.
    max_acu float
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    computeRedundancy Number
    Specifies whether to create standby instances for the DB shard group.
    dbShardGroupResourceId String
    The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
    endpoint String
    The connection endpoint for the DB shard group.
    maxAcu Number
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi