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
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:
- Db
Shard stringGroup Identifier - The name of the DB shard group.
- Db
Shard stringGroup Identifier - The name of the DB shard group.
- db
Shard StringGroup Identifier - The name of the DB shard group.
- db
Shard stringGroup Identifier - The name of the DB shard group.
- db_
shard_ strgroup_ identifier - The name of the DB shard group.
- db
Shard StringGroup Identifier - The name of the DB shard group.
getDbShardGroup Result
The following output properties are available:
- Compute
Redundancy int - Specifies whether to create standby instances for the DB shard group.
- Db
Shard stringGroup Resource Id - The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
- Endpoint string
- The connection endpoint for the DB shard group.
- Max
Acu double - The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
- List<Pulumi.
Aws Native. Outputs. 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 stringGroup Resource Id - The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
- Endpoint string
- The connection endpoint for the DB shard group.
- Max
Acu float64 - The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
- Tag
- An array of key-value pairs to apply to this resource.
- compute
Redundancy Integer - Specifies whether to create standby instances for the DB shard group.
- db
Shard StringGroup Resource Id - The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
- endpoint String
- The connection endpoint for the DB shard group.
- max
Acu Double - The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
- List<Tag>
- An array of key-value pairs to apply to this resource.
- compute
Redundancy number - Specifies whether to create standby instances for the DB shard group.
- db
Shard stringGroup Resource Id - The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
- endpoint string
- The connection endpoint for the DB shard group.
- max
Acu number - The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
- 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_ strgroup_ resource_ id - 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).
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- compute
Redundancy Number - Specifies whether to create standby instances for the DB shard group.
- db
Shard StringGroup Resource Id - The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
- endpoint String
- The connection endpoint for the DB shard group.
- max
Acu Number - The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
Tag
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.9.0 published on Monday, Nov 18, 2024 by Pulumi