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

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.DbShardGroup

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.

    Create DbShardGroup Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DbShardGroup(name: string, args: DbShardGroupArgs, opts?: CustomResourceOptions);
    @overload
    def DbShardGroup(resource_name: str,
                     args: DbShardGroupArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def DbShardGroup(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     db_cluster_identifier: Optional[str] = None,
                     max_acu: Optional[float] = None,
                     compute_redundancy: Optional[int] = None,
                     db_shard_group_identifier: Optional[str] = None,
                     min_acu: Optional[float] = None,
                     publicly_accessible: Optional[bool] = None,
                     tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewDbShardGroup(ctx *Context, name string, args DbShardGroupArgs, opts ...ResourceOption) (*DbShardGroup, error)
    public DbShardGroup(string name, DbShardGroupArgs args, CustomResourceOptions? opts = null)
    public DbShardGroup(String name, DbShardGroupArgs args)
    public DbShardGroup(String name, DbShardGroupArgs args, CustomResourceOptions options)
    
    type: aws-native:rds:DbShardGroup
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args DbShardGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DbShardGroupArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DbShardGroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DbShardGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DbShardGroupArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DbShardGroup Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DbShardGroup resource accepts the following input properties:

    DbClusterIdentifier string
    The name of the primary DB cluster for the DB shard group.
    MaxAcu double
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    ComputeRedundancy int
    Specifies whether to create standby instances for the DB shard group.
    DbShardGroupIdentifier string
    The name of the DB shard group.
    MinAcu double
    The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
    PubliclyAccessible bool
    Indicates whether the DB shard group is publicly accessible.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    DbClusterIdentifier string
    The name of the primary DB cluster for the DB shard group.
    MaxAcu float64
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    ComputeRedundancy int
    Specifies whether to create standby instances for the DB shard group.
    DbShardGroupIdentifier string
    The name of the DB shard group.
    MinAcu float64
    The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
    PubliclyAccessible bool
    Indicates whether the DB shard group is publicly accessible.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    dbClusterIdentifier String
    The name of the primary DB cluster for the DB shard group.
    maxAcu Double
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    computeRedundancy Integer
    Specifies whether to create standby instances for the DB shard group.
    dbShardGroupIdentifier String
    The name of the DB shard group.
    minAcu Double
    The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
    publiclyAccessible Boolean
    Indicates whether the DB shard group is publicly accessible.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    dbClusterIdentifier string
    The name of the primary DB cluster for the DB shard group.
    maxAcu number
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    computeRedundancy number
    Specifies whether to create standby instances for the DB shard group.
    dbShardGroupIdentifier string
    The name of the DB shard group.
    minAcu number
    The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
    publiclyAccessible boolean
    Indicates whether the DB shard group is publicly accessible.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    db_cluster_identifier str
    The name of the primary DB cluster for the DB shard group.
    max_acu float
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    compute_redundancy int
    Specifies whether to create standby instances for the DB shard group.
    db_shard_group_identifier str
    The name of the DB shard group.
    min_acu float
    The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
    publicly_accessible bool
    Indicates whether the DB shard group is publicly accessible.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    dbClusterIdentifier String
    The name of the primary DB cluster for the DB shard group.
    maxAcu Number
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
    computeRedundancy Number
    Specifies whether to create standby instances for the DB shard group.
    dbShardGroupIdentifier String
    The name of the DB shard group.
    minAcu Number
    The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
    publiclyAccessible Boolean
    Indicates whether the DB shard group is publicly accessible.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DbShardGroup resource produces the following output properties:

    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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.
    id string
    The provider-assigned unique ID for this managed resource.
    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.
    id str
    The provider-assigned unique ID for this managed resource.
    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.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    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