We recommend new projects start with resources from the AWS provider.
aws-native.rds.DbShardGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Creates a new DB shard group for Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group. Valid for: Aurora DB clusters only
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:
- Db
Cluster stringIdentifier - The name of the primary DB cluster for the DB shard group.
- Max
Acu double - The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
- Compute
Redundancy int - Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:
- 0 - Creates a DB shard group without a standby DB shard group. This is the default value.
- 1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).
- 2 - Creates a DB shard group with two standby DB shard groups in two different AZs.
- Db
Shard stringGroup Identifier - The name of the DB shard group.
- Min
Acu double - The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
- Publicly
Accessible bool Specifies whether the DB shard group is publicly accessible. When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB shard group doesn't permit it. When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether
DBSubnetGroupName
is specified. IfDBSubnetGroupName
isn't specified, andPubliclyAccessible
isn't specified, the following applies:- If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the default VPC in the target Region has an internet gateway attached to it, the DB shard group is public.
If
DBSubnetGroupName
is specified, andPubliclyAccessible
isn't specified, the following applies:- If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the subnets are part of a VPC that has an internet gateway attached to it, the DB shard group is public.
- List<Pulumi.
Aws Native. Inputs. Tag> - An optional set of key-value pairs to associate arbitrary data of your choosing with the DB shard group.
- Db
Cluster stringIdentifier - The name of the primary DB cluster for the DB shard group.
- Max
Acu float64 - The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
- Compute
Redundancy int - Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:
- 0 - Creates a DB shard group without a standby DB shard group. This is the default value.
- 1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).
- 2 - Creates a DB shard group with two standby DB shard groups in two different AZs.
- Db
Shard stringGroup Identifier - The name of the DB shard group.
- Min
Acu float64 - The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
- Publicly
Accessible bool Specifies whether the DB shard group is publicly accessible. When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB shard group doesn't permit it. When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether
DBSubnetGroupName
is specified. IfDBSubnetGroupName
isn't specified, andPubliclyAccessible
isn't specified, the following applies:- If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the default VPC in the target Region has an internet gateway attached to it, the DB shard group is public.
If
DBSubnetGroupName
is specified, andPubliclyAccessible
isn't specified, the following applies:- If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the subnets are part of a VPC that has an internet gateway attached to it, the DB shard group is public.
- Tag
Args - An optional set of key-value pairs to associate arbitrary data of your choosing with the DB shard group.
- db
Cluster StringIdentifier - The name of the primary DB cluster for the DB shard group.
- max
Acu Double - The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
- compute
Redundancy Integer - Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:
- 0 - Creates a DB shard group without a standby DB shard group. This is the default value.
- 1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).
- 2 - Creates a DB shard group with two standby DB shard groups in two different AZs.
- db
Shard StringGroup Identifier - The name of the DB shard group.
- min
Acu Double - The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
- publicly
Accessible Boolean Specifies whether the DB shard group is publicly accessible. When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB shard group doesn't permit it. When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether
DBSubnetGroupName
is specified. IfDBSubnetGroupName
isn't specified, andPubliclyAccessible
isn't specified, the following applies:- If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the default VPC in the target Region has an internet gateway attached to it, the DB shard group is public.
If
DBSubnetGroupName
is specified, andPubliclyAccessible
isn't specified, the following applies:- If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the subnets are part of a VPC that has an internet gateway attached to it, the DB shard group is public.
- List<Tag>
- An optional set of key-value pairs to associate arbitrary data of your choosing with the DB shard group.
- db
Cluster stringIdentifier - The name of the primary DB cluster for the DB shard group.
- max
Acu number - The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
- compute
Redundancy number - Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:
- 0 - Creates a DB shard group without a standby DB shard group. This is the default value.
- 1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).
- 2 - Creates a DB shard group with two standby DB shard groups in two different AZs.
- db
Shard stringGroup Identifier - The name of the DB shard group.
- min
Acu number - The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
- publicly
Accessible boolean Specifies whether the DB shard group is publicly accessible. When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB shard group doesn't permit it. When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether
DBSubnetGroupName
is specified. IfDBSubnetGroupName
isn't specified, andPubliclyAccessible
isn't specified, the following applies:- If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the default VPC in the target Region has an internet gateway attached to it, the DB shard group is public.
If
DBSubnetGroupName
is specified, andPubliclyAccessible
isn't specified, the following applies:- If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the subnets are part of a VPC that has an internet gateway attached to it, the DB shard group is public.
- Tag[]
- An optional set of key-value pairs to associate arbitrary data of your choosing with the DB shard group.
- db_
cluster_ stridentifier - 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 DB shard groups for the DB shard group. Valid values are the following:
- 0 - Creates a DB shard group without a standby DB shard group. This is the default value.
- 1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).
- 2 - Creates a DB shard group with two standby DB shard groups in two different AZs.
- db_
shard_ strgroup_ identifier - 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 Specifies whether the DB shard group is publicly accessible. When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB shard group doesn't permit it. When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether
DBSubnetGroupName
is specified. IfDBSubnetGroupName
isn't specified, andPubliclyAccessible
isn't specified, the following applies:- If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the default VPC in the target Region has an internet gateway attached to it, the DB shard group is public.
If
DBSubnetGroupName
is specified, andPubliclyAccessible
isn't specified, the following applies:- If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the subnets are part of a VPC that has an internet gateway attached to it, the DB shard group is public.
- Sequence[Tag
Args] - An optional set of key-value pairs to associate arbitrary data of your choosing with the DB shard group.
- db
Cluster StringIdentifier - The name of the primary DB cluster for the DB shard group.
- max
Acu Number - The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
- compute
Redundancy Number - Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:
- 0 - Creates a DB shard group without a standby DB shard group. This is the default value.
- 1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).
- 2 - Creates a DB shard group with two standby DB shard groups in two different AZs.
- db
Shard StringGroup Identifier - The name of the DB shard group.
- min
Acu Number - The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
- publicly
Accessible Boolean Specifies whether the DB shard group is publicly accessible. When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB shard group doesn't permit it. When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether
DBSubnetGroupName
is specified. IfDBSubnetGroupName
isn't specified, andPubliclyAccessible
isn't specified, the following applies:- If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the default VPC in the target Region has an internet gateway attached to it, the DB shard group is public.
If
DBSubnetGroupName
is specified, andPubliclyAccessible
isn't specified, the following applies:- If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB shard group is private.
- If the subnets are part of a VPC that has an internet gateway attached to it, the DB shard group is public.
- List<Property Map>
- An optional set of key-value pairs to associate arbitrary data of your choosing with the DB shard group.
Outputs
All input properties are implicitly available as output properties. Additionally, the DbShardGroup resource produces the following output properties:
- Db
Shard stringGroup Resource Id - The AWS Region -unique, immutable identifier for the DB shard group.
- Endpoint string
This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
CreateDBInstance
DescribeDBInstances
DeleteDBInstance
For the data structure that represents Amazon Aurora DB cluster endpoints, see
DBClusterEndpoint
.- Id string
- The provider-assigned unique ID for this managed resource.
- Db
Shard stringGroup Resource Id - The AWS Region -unique, immutable identifier for the DB shard group.
- Endpoint string
This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
CreateDBInstance
DescribeDBInstances
DeleteDBInstance
For the data structure that represents Amazon Aurora DB cluster endpoints, see
DBClusterEndpoint
.- Id string
- The provider-assigned unique ID for this managed resource.
- db
Shard StringGroup Resource Id - The AWS Region -unique, immutable identifier for the DB shard group.
- endpoint String
This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
CreateDBInstance
DescribeDBInstances
DeleteDBInstance
For the data structure that represents Amazon Aurora DB cluster endpoints, see
DBClusterEndpoint
.- id String
- The provider-assigned unique ID for this managed resource.
- db
Shard stringGroup Resource Id - The AWS Region -unique, immutable identifier for the DB shard group.
- endpoint string
This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
CreateDBInstance
DescribeDBInstances
DeleteDBInstance
For the data structure that represents Amazon Aurora DB cluster endpoints, see
DBClusterEndpoint
.- id string
- The provider-assigned unique ID for this managed resource.
- db_
shard_ strgroup_ resource_ id - The AWS Region -unique, immutable identifier for the DB shard group.
- endpoint str
This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
CreateDBInstance
DescribeDBInstances
DeleteDBInstance
For the data structure that represents Amazon Aurora DB cluster endpoints, see
DBClusterEndpoint
.- id str
- The provider-assigned unique ID for this managed resource.
- db
Shard StringGroup Resource Id - The AWS Region -unique, immutable identifier for the DB shard group.
- endpoint String
This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
CreateDBInstance
DescribeDBInstances
DeleteDBInstance
For the data structure that represents Amazon Aurora DB cluster endpoints, see
DBClusterEndpoint
.- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.