aws-native.rds.getDBInstance
Explore with Pulumi AI
The AWS::RDS::DBInstance resource creates an Amazon RDS DB instance.
Using getDBInstance
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 getDBInstance(args: GetDBInstanceArgs, opts?: InvokeOptions): Promise<GetDBInstanceResult>
function getDBInstanceOutput(args: GetDBInstanceOutputArgs, opts?: InvokeOptions): Output<GetDBInstanceResult>
def get_db_instance(d_b_instance_identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDBInstanceResult
def get_db_instance_output(d_b_instance_identifier: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDBInstanceResult]
func LookupDBInstance(ctx *Context, args *LookupDBInstanceArgs, opts ...InvokeOption) (*LookupDBInstanceResult, error)
func LookupDBInstanceOutput(ctx *Context, args *LookupDBInstanceOutputArgs, opts ...InvokeOption) LookupDBInstanceResultOutput
> Note: This function is named LookupDBInstance
in the Go SDK.
public static class GetDBInstance
{
public static Task<GetDBInstanceResult> InvokeAsync(GetDBInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetDBInstanceResult> Invoke(GetDBInstanceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDBInstanceResult> getDBInstance(GetDBInstanceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:rds:getDBInstance
arguments:
# arguments dictionary
The following arguments are supported:
- DBInstance
Identifier string A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance.
- DBInstance
Identifier string A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance.
- d
BInstance StringIdentifier A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance.
- d
BInstance stringIdentifier A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance.
- d_
b_ strinstance_ identifier A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance.
- d
BInstance StringIdentifier A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance.
getDBInstance Result
The following output properties are available:
- Allocated
Storage string The amount of storage (in gigabytes) to be initially allocated for the database instance.
- Associated
Roles List<Pulumi.Aws Native. RDS. Outputs. DBInstance Role> The AWS Identity and Access Management (IAM) roles associated with the DB instance.
- Auto
Minor boolVersion Upgrade A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
- Availability
Zone string The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones.
- Backup
Retention intPeriod The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.
- CACertificate
Identifier string The identifier of the CA certificate for this DB instance.
- Certificate
Details Pulumi.Aws Native. RDS. Outputs. DBInstance Certificate Details Returns the details of the DB instance's server certificate.
- bool
A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
- DBCluster
Snapshot stringIdentifier The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to restore from. For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide .
Constraints:
- Must match the identifier of an existing Multi-AZ DB cluster snapshot.
- Can't be specified when DBSnapshotIdentifier is specified.
- Must be specified when DBSnapshotIdentifier isn't specified.
- If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the DBClusterSnapshotIdentifier must be the ARN of the shared snapshot.
- Can't be the identifier of an Aurora DB cluster snapshot.
- Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB cluster snapshot.
- DBInstance
Arn string The Amazon Resource Name (ARN) for the DB instance.
- DBInstance
Class string The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all AWS Regions, or for all database engines.
- DBParameter
Group stringName The name of an existing DB parameter group or a reference to an AWS::RDS::DBParameterGroup resource created in the template.
- DBSecurity
Groups List<string> A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.
- DBSystem
Id string The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also the name of the CDB. This setting is valid for RDS Custom only.
- Dbi
Resource stringId The AWS Region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB instance is accessed.
- Deletion
Protection bool A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- Domain string
The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
- Domain
IAMRole stringName Specify the name of the IAM role to be used when making API calls to the Directory Service.
- Enable
Cloudwatch List<string>Logs Exports The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used.
- Enable
IAMDatabase boolAuthentication A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- Enable
Performance boolInsights A value that indicates whether to enable Performance Insights for the DB instance.
- Endpoint
Pulumi.
Aws Native. RDS. Outputs. DBInstance Endpoint Specifies the connection endpoint.
- Engine string
The name of the database engine that you want to use for this DB instance.
- Engine
Version string The version number of the database engine to use.
- Iops int
The number of I/O operations per second (IOPS) that the database provisions.
- License
Model string License model information for this DB instance.
- Manage
Master boolUser Password A value that indicates whether to manage the master user password with AWS Secrets Manager.
- Master
User Pulumi.Secret Aws Native. RDS. Outputs. DBInstance Master User Secret Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- Max
Allocated intStorage The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
- Monitoring
Interval int The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- Monitoring
Role stringArn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.
- Multi
AZ bool Specifies whether the database instance is a multiple Availability Zone deployment.
- Network
Type string The network type of the DB cluster.
- Option
Group stringName Indicates that the DB instance should be associated with the specified option group.
- Performance
Insights stringKMSKey Id The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
- Performance
Insights intRetention Period The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).
- Preferred
Backup stringWindow The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.
- Preferred
Maintenance stringWindow he weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
- Processor
Features List<Pulumi.Aws Native. RDS. Outputs. DBInstance Processor Feature> The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
- Promotion
Tier int A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.
- Publicly
Accessible bool Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address.
- Replica
Mode string The open mode of an Oracle read replica. The default is open-read-only.
- Source
DBCluster stringIdentifier The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas.
- Storage
Throughput int Specifies the storage throughput for the DB instance.
- Storage
Type string Specifies the storage type to be associated with the DB instance.
- List<Pulumi.
Aws Native. RDS. Outputs. DBInstance Tag> Tags to assign to the DB instance.
- Tde
Credential stringArn The ARN from the key store with which to associate the instance for TDE encryption.
- VPCSecurity
Groups List<string> A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to AWS::EC2::SecurityGroup resources created in the template.
- Allocated
Storage string The amount of storage (in gigabytes) to be initially allocated for the database instance.
- Associated
Roles []DBInstanceRole The AWS Identity and Access Management (IAM) roles associated with the DB instance.
- Auto
Minor boolVersion Upgrade A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
- Availability
Zone string The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones.
- Backup
Retention intPeriod The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.
- CACertificate
Identifier string The identifier of the CA certificate for this DB instance.
- Certificate
Details DBInstanceCertificate Details Returns the details of the DB instance's server certificate.
- bool
A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
- DBCluster
Snapshot stringIdentifier The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to restore from. For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide .
Constraints:
- Must match the identifier of an existing Multi-AZ DB cluster snapshot.
- Can't be specified when DBSnapshotIdentifier is specified.
- Must be specified when DBSnapshotIdentifier isn't specified.
- If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the DBClusterSnapshotIdentifier must be the ARN of the shared snapshot.
- Can't be the identifier of an Aurora DB cluster snapshot.
- Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB cluster snapshot.
- DBInstance
Arn string The Amazon Resource Name (ARN) for the DB instance.
- DBInstance
Class string The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all AWS Regions, or for all database engines.
- DBParameter
Group stringName The name of an existing DB parameter group or a reference to an AWS::RDS::DBParameterGroup resource created in the template.
- DBSecurity
Groups []string A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.
- DBSystem
Id string The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also the name of the CDB. This setting is valid for RDS Custom only.
- Dbi
Resource stringId The AWS Region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB instance is accessed.
- Deletion
Protection bool A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- Domain string
The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
- Domain
IAMRole stringName Specify the name of the IAM role to be used when making API calls to the Directory Service.
- Enable
Cloudwatch []stringLogs Exports The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used.
- Enable
IAMDatabase boolAuthentication A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- Enable
Performance boolInsights A value that indicates whether to enable Performance Insights for the DB instance.
- Endpoint
DBInstance
Endpoint Specifies the connection endpoint.
- Engine string
The name of the database engine that you want to use for this DB instance.
- Engine
Version string The version number of the database engine to use.
- Iops int
The number of I/O operations per second (IOPS) that the database provisions.
- License
Model string License model information for this DB instance.
- Manage
Master boolUser Password A value that indicates whether to manage the master user password with AWS Secrets Manager.
- Master
User DBInstanceSecret Master User Secret Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- Max
Allocated intStorage The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
- Monitoring
Interval int The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- Monitoring
Role stringArn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.
- Multi
AZ bool Specifies whether the database instance is a multiple Availability Zone deployment.
- Network
Type string The network type of the DB cluster.
- Option
Group stringName Indicates that the DB instance should be associated with the specified option group.
- Performance
Insights stringKMSKey Id The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
- Performance
Insights intRetention Period The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).
- Preferred
Backup stringWindow The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.
- Preferred
Maintenance stringWindow he weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
- Processor
Features []DBInstanceProcessor Feature The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
- Promotion
Tier int A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.
- Publicly
Accessible bool Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address.
- Replica
Mode string The open mode of an Oracle read replica. The default is open-read-only.
- Source
DBCluster stringIdentifier The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas.
- Storage
Throughput int Specifies the storage throughput for the DB instance.
- Storage
Type string Specifies the storage type to be associated with the DB instance.
- []DBInstance
Tag Tags to assign to the DB instance.
- Tde
Credential stringArn The ARN from the key store with which to associate the instance for TDE encryption.
- VPCSecurity
Groups []string A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to AWS::EC2::SecurityGroup resources created in the template.
- allocated
Storage String The amount of storage (in gigabytes) to be initially allocated for the database instance.
- associated
Roles List<DBInstanceRole> The AWS Identity and Access Management (IAM) roles associated with the DB instance.
- auto
Minor BooleanVersion Upgrade A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
- availability
Zone String The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones.
- backup
Retention IntegerPeriod The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.
- c
ACertificate StringIdentifier The identifier of the CA certificate for this DB instance.
- certificate
Details DBInstanceCertificate Details Returns the details of the DB instance's server certificate.
- Boolean
A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
- d
BCluster StringSnapshot Identifier The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to restore from. For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide .
Constraints:
- Must match the identifier of an existing Multi-AZ DB cluster snapshot.
- Can't be specified when DBSnapshotIdentifier is specified.
- Must be specified when DBSnapshotIdentifier isn't specified.
- If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the DBClusterSnapshotIdentifier must be the ARN of the shared snapshot.
- Can't be the identifier of an Aurora DB cluster snapshot.
- Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB cluster snapshot.
- d
BInstance StringArn The Amazon Resource Name (ARN) for the DB instance.
- d
BInstance StringClass The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all AWS Regions, or for all database engines.
- d
BParameter StringGroup Name The name of an existing DB parameter group or a reference to an AWS::RDS::DBParameterGroup resource created in the template.
- d
BSecurity List<String>Groups A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.
- d
BSystem StringId The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also the name of the CDB. This setting is valid for RDS Custom only.
- dbi
Resource StringId The AWS Region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB instance is accessed.
- deletion
Protection Boolean A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain String
The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
- domain
IAMRole StringName Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enable
Cloudwatch List<String>Logs Exports The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used.
- enable
IAMDatabase BooleanAuthentication A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- enable
Performance BooleanInsights A value that indicates whether to enable Performance Insights for the DB instance.
- endpoint
DBInstance
Endpoint Specifies the connection endpoint.
- engine String
The name of the database engine that you want to use for this DB instance.
- engine
Version String The version number of the database engine to use.
- iops Integer
The number of I/O operations per second (IOPS) that the database provisions.
- license
Model String License model information for this DB instance.
- manage
Master BooleanUser Password A value that indicates whether to manage the master user password with AWS Secrets Manager.
- master
User DBInstanceSecret Master User Secret Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- max
Allocated IntegerStorage The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
- monitoring
Interval Integer The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoring
Role StringArn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.
- multi
AZ Boolean Specifies whether the database instance is a multiple Availability Zone deployment.
- network
Type String The network type of the DB cluster.
- option
Group StringName Indicates that the DB instance should be associated with the specified option group.
- performance
Insights StringKMSKey Id The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
- performance
Insights IntegerRetention Period The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).
- preferred
Backup StringWindow The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.
- preferred
Maintenance StringWindow he weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
- processor
Features List<DBInstanceProcessor Feature> The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
- promotion
Tier Integer A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.
- publicly
Accessible Boolean Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address.
- replica
Mode String The open mode of an Oracle read replica. The default is open-read-only.
- source
DBCluster StringIdentifier The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas.
- storage
Throughput Integer Specifies the storage throughput for the DB instance.
- storage
Type String Specifies the storage type to be associated with the DB instance.
- List<DBInstance
Tag> Tags to assign to the DB instance.
- tde
Credential StringArn The ARN from the key store with which to associate the instance for TDE encryption.
- v
PCSecurity List<String>Groups A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to AWS::EC2::SecurityGroup resources created in the template.
- allocated
Storage string The amount of storage (in gigabytes) to be initially allocated for the database instance.
- associated
Roles DBInstanceRole[] The AWS Identity and Access Management (IAM) roles associated with the DB instance.
- auto
Minor booleanVersion Upgrade A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
- availability
Zone string The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones.
- backup
Retention numberPeriod The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.
- c
ACertificate stringIdentifier The identifier of the CA certificate for this DB instance.
- certificate
Details DBInstanceCertificate Details Returns the details of the DB instance's server certificate.
- boolean
A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
- d
BCluster stringSnapshot Identifier The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to restore from. For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide .
Constraints:
- Must match the identifier of an existing Multi-AZ DB cluster snapshot.
- Can't be specified when DBSnapshotIdentifier is specified.
- Must be specified when DBSnapshotIdentifier isn't specified.
- If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the DBClusterSnapshotIdentifier must be the ARN of the shared snapshot.
- Can't be the identifier of an Aurora DB cluster snapshot.
- Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB cluster snapshot.
- d
BInstance stringArn The Amazon Resource Name (ARN) for the DB instance.
- d
BInstance stringClass The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all AWS Regions, or for all database engines.
- d
BParameter stringGroup Name The name of an existing DB parameter group or a reference to an AWS::RDS::DBParameterGroup resource created in the template.
- d
BSecurity string[]Groups A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.
- d
BSystem stringId The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also the name of the CDB. This setting is valid for RDS Custom only.
- dbi
Resource stringId The AWS Region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB instance is accessed.
- deletion
Protection boolean A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain string
The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
- domain
IAMRole stringName Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enable
Cloudwatch string[]Logs Exports The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used.
- enable
IAMDatabase booleanAuthentication A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- enable
Performance booleanInsights A value that indicates whether to enable Performance Insights for the DB instance.
- endpoint
DBInstance
Endpoint Specifies the connection endpoint.
- engine string
The name of the database engine that you want to use for this DB instance.
- engine
Version string The version number of the database engine to use.
- iops number
The number of I/O operations per second (IOPS) that the database provisions.
- license
Model string License model information for this DB instance.
- manage
Master booleanUser Password A value that indicates whether to manage the master user password with AWS Secrets Manager.
- master
User DBInstanceSecret Master User Secret Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- max
Allocated numberStorage The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
- monitoring
Interval number The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoring
Role stringArn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.
- multi
AZ boolean Specifies whether the database instance is a multiple Availability Zone deployment.
- network
Type string The network type of the DB cluster.
- option
Group stringName Indicates that the DB instance should be associated with the specified option group.
- performance
Insights stringKMSKey Id The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
- performance
Insights numberRetention Period The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).
- preferred
Backup stringWindow The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.
- preferred
Maintenance stringWindow he weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
- processor
Features DBInstanceProcessor Feature[] The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
- promotion
Tier number A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.
- publicly
Accessible boolean Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address.
- replica
Mode string The open mode of an Oracle read replica. The default is open-read-only.
- source
DBCluster stringIdentifier The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas.
- storage
Throughput number Specifies the storage throughput for the DB instance.
- storage
Type string Specifies the storage type to be associated with the DB instance.
- DBInstance
Tag[] Tags to assign to the DB instance.
- tde
Credential stringArn The ARN from the key store with which to associate the instance for TDE encryption.
- v
PCSecurity string[]Groups A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to AWS::EC2::SecurityGroup resources created in the template.
- allocated_
storage str The amount of storage (in gigabytes) to be initially allocated for the database instance.
- associated_
roles Sequence[DBInstanceRole] The AWS Identity and Access Management (IAM) roles associated with the DB instance.
- auto_
minor_ boolversion_ upgrade A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
- availability_
zone str The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones.
- backup_
retention_ intperiod The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.
- c_
a_ strcertificate_ identifier The identifier of the CA certificate for this DB instance.
- certificate_
details DBInstanceCertificate Details Returns the details of the DB instance's server certificate.
- bool
A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
- d_
b_ strcluster_ snapshot_ identifier The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to restore from. For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide .
Constraints:
- Must match the identifier of an existing Multi-AZ DB cluster snapshot.
- Can't be specified when DBSnapshotIdentifier is specified.
- Must be specified when DBSnapshotIdentifier isn't specified.
- If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the DBClusterSnapshotIdentifier must be the ARN of the shared snapshot.
- Can't be the identifier of an Aurora DB cluster snapshot.
- Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB cluster snapshot.
- d_
b_ strinstance_ arn The Amazon Resource Name (ARN) for the DB instance.
- d_
b_ strinstance_ class The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all AWS Regions, or for all database engines.
- d_
b_ strparameter_ group_ name The name of an existing DB parameter group or a reference to an AWS::RDS::DBParameterGroup resource created in the template.
- d_
b_ Sequence[str]security_ groups A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.
- d_
b_ strsystem_ id The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also the name of the CDB. This setting is valid for RDS Custom only.
- dbi_
resource_ strid The AWS Region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB instance is accessed.
- deletion_
protection bool A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain str
The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
- domain_
iam_ strrole_ name Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enable_
cloudwatch_ Sequence[str]logs_ exports The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used.
- enable_
iam_ booldatabase_ authentication A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- enable_
performance_ boolinsights A value that indicates whether to enable Performance Insights for the DB instance.
- endpoint
DBInstance
Endpoint Specifies the connection endpoint.
- engine str
The name of the database engine that you want to use for this DB instance.
- engine_
version str The version number of the database engine to use.
- iops int
The number of I/O operations per second (IOPS) that the database provisions.
- license_
model str License model information for this DB instance.
- manage_
master_ booluser_ password A value that indicates whether to manage the master user password with AWS Secrets Manager.
- master_
user_ DBInstancesecret Master User Secret Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- max_
allocated_ intstorage The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
- monitoring_
interval int The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoring_
role_ strarn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.
- multi_
az bool Specifies whether the database instance is a multiple Availability Zone deployment.
- network_
type str The network type of the DB cluster.
- option_
group_ strname Indicates that the DB instance should be associated with the specified option group.
- performance_
insights_ strkms_ key_ id The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
- performance_
insights_ intretention_ period The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).
- preferred_
backup_ strwindow The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.
- preferred_
maintenance_ strwindow he weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
- processor_
features Sequence[DBInstanceProcessor Feature] The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
- promotion_
tier int A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.
- publicly_
accessible bool Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address.
- replica_
mode str The open mode of an Oracle read replica. The default is open-read-only.
- source_
db_ strcluster_ identifier The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas.
- storage_
throughput int Specifies the storage throughput for the DB instance.
- storage_
type str Specifies the storage type to be associated with the DB instance.
- Sequence[DBInstance
Tag] Tags to assign to the DB instance.
- tde_
credential_ strarn The ARN from the key store with which to associate the instance for TDE encryption.
- v_
pc_ Sequence[str]security_ groups A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to AWS::EC2::SecurityGroup resources created in the template.
- allocated
Storage String The amount of storage (in gigabytes) to be initially allocated for the database instance.
- associated
Roles List<Property Map> The AWS Identity and Access Management (IAM) roles associated with the DB instance.
- auto
Minor BooleanVersion Upgrade A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
- availability
Zone String The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones.
- backup
Retention NumberPeriod The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.
- c
ACertificate StringIdentifier The identifier of the CA certificate for this DB instance.
- certificate
Details Property Map Returns the details of the DB instance's server certificate.
- Boolean
A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
- d
BCluster StringSnapshot Identifier The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to restore from. For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide .
Constraints:
- Must match the identifier of an existing Multi-AZ DB cluster snapshot.
- Can't be specified when DBSnapshotIdentifier is specified.
- Must be specified when DBSnapshotIdentifier isn't specified.
- If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the DBClusterSnapshotIdentifier must be the ARN of the shared snapshot.
- Can't be the identifier of an Aurora DB cluster snapshot.
- Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB cluster snapshot.
- d
BInstance StringArn The Amazon Resource Name (ARN) for the DB instance.
- d
BInstance StringClass The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all AWS Regions, or for all database engines.
- d
BParameter StringGroup Name The name of an existing DB parameter group or a reference to an AWS::RDS::DBParameterGroup resource created in the template.
- d
BSecurity List<String>Groups A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.
- d
BSystem StringId The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also the name of the CDB. This setting is valid for RDS Custom only.
- dbi
Resource StringId The AWS Region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB instance is accessed.
- deletion
Protection Boolean A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain String
The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
- domain
IAMRole StringName Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enable
Cloudwatch List<String>Logs Exports The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used.
- enable
IAMDatabase BooleanAuthentication A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- enable
Performance BooleanInsights A value that indicates whether to enable Performance Insights for the DB instance.
- endpoint Property Map
Specifies the connection endpoint.
- engine String
The name of the database engine that you want to use for this DB instance.
- engine
Version String The version number of the database engine to use.
- iops Number
The number of I/O operations per second (IOPS) that the database provisions.
- license
Model String License model information for this DB instance.
- manage
Master BooleanUser Password A value that indicates whether to manage the master user password with AWS Secrets Manager.
- master
User Property MapSecret Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- max
Allocated NumberStorage The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
- monitoring
Interval Number The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoring
Role StringArn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.
- multi
AZ Boolean Specifies whether the database instance is a multiple Availability Zone deployment.
- network
Type String The network type of the DB cluster.
- option
Group StringName Indicates that the DB instance should be associated with the specified option group.
- performance
Insights StringKMSKey Id The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
- performance
Insights NumberRetention Period The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).
- preferred
Backup StringWindow The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.
- preferred
Maintenance StringWindow he weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
- processor
Features List<Property Map> The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
- promotion
Tier Number A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.
- publicly
Accessible Boolean Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address.
- replica
Mode String The open mode of an Oracle read replica. The default is open-read-only.
- source
DBCluster StringIdentifier The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas.
- storage
Throughput Number Specifies the storage throughput for the DB instance.
- storage
Type String Specifies the storage type to be associated with the DB instance.
- List<Property Map>
Tags to assign to the DB instance.
- tde
Credential StringArn The ARN from the key store with which to associate the instance for TDE encryption.
- v
PCSecurity List<String>Groups A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to AWS::EC2::SecurityGroup resources created in the template.
Supporting Types
DBInstanceCertificateDetails
- CAIdentifier string
The CA identifier of the CA certificate used for the DB instance's server certificate.
- Valid
Till string The expiration date of the DB instance’s server certificate.
- CAIdentifier string
The CA identifier of the CA certificate used for the DB instance's server certificate.
- Valid
Till string The expiration date of the DB instance’s server certificate.
- c
AIdentifier String The CA identifier of the CA certificate used for the DB instance's server certificate.
- valid
Till String The expiration date of the DB instance’s server certificate.
- c
AIdentifier string The CA identifier of the CA certificate used for the DB instance's server certificate.
- valid
Till string The expiration date of the DB instance’s server certificate.
- c_
a_ stridentifier The CA identifier of the CA certificate used for the DB instance's server certificate.
- valid_
till str The expiration date of the DB instance’s server certificate.
- c
AIdentifier String The CA identifier of the CA certificate used for the DB instance's server certificate.
- valid
Till String The expiration date of the DB instance’s server certificate.
DBInstanceEndpoint
- Address string
Specifies the DNS address of the DB instance.
- Hosted
Zone stringId Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
- Port string
Specifies the port that the database engine is listening on.
- Address string
Specifies the DNS address of the DB instance.
- Hosted
Zone stringId Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
- Port string
Specifies the port that the database engine is listening on.
- address String
Specifies the DNS address of the DB instance.
- hosted
Zone StringId Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
- port String
Specifies the port that the database engine is listening on.
- address string
Specifies the DNS address of the DB instance.
- hosted
Zone stringId Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
- port string
Specifies the port that the database engine is listening on.
- address str
Specifies the DNS address of the DB instance.
- hosted_
zone_ strid Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
- port str
Specifies the port that the database engine is listening on.
- address String
Specifies the DNS address of the DB instance.
- hosted
Zone StringId Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
- port String
Specifies the port that the database engine is listening on.
DBInstanceMasterUserSecret
- kms_
key_ strid The AWS KMS key identifier that is used to encrypt the secret.
- secret_
arn str The Amazon Resource Name (ARN) of the secret.
DBInstanceProcessorFeature
- Name
Pulumi.
Aws Native. RDS. DBInstance Processor Feature Name The name of the processor feature. Valid names are coreCount and threadsPerCore.
- Value string
The value of a processor feature name.
- Name
DBInstance
Processor Feature Name The name of the processor feature. Valid names are coreCount and threadsPerCore.
- Value string
The value of a processor feature name.
- name
DBInstance
Processor Feature Name The name of the processor feature. Valid names are coreCount and threadsPerCore.
- value String
The value of a processor feature name.
- name
DBInstance
Processor Feature Name The name of the processor feature. Valid names are coreCount and threadsPerCore.
- value string
The value of a processor feature name.
- name
DBInstance
Processor Feature Name The name of the processor feature. Valid names are coreCount and threadsPerCore.
- value str
The value of a processor feature name.
- name
"core
Count" | "threads Per Core" The name of the processor feature. Valid names are coreCount and threadsPerCore.
- value String
The value of a processor feature name.
DBInstanceProcessorFeatureName
DBInstanceRole
- Feature
Name string The name of the feature associated with the AWS Identity and Access Management (IAM) role. IAM roles that are associated with a DB instance grant permission for the DB instance to access other AWS services on your behalf.
- Role
Arn string The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
- Feature
Name string The name of the feature associated with the AWS Identity and Access Management (IAM) role. IAM roles that are associated with a DB instance grant permission for the DB instance to access other AWS services on your behalf.
- Role
Arn string The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
- feature
Name String The name of the feature associated with the AWS Identity and Access Management (IAM) role. IAM roles that are associated with a DB instance grant permission for the DB instance to access other AWS services on your behalf.
- role
Arn String The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
- feature
Name string The name of the feature associated with the AWS Identity and Access Management (IAM) role. IAM roles that are associated with a DB instance grant permission for the DB instance to access other AWS services on your behalf.
- role
Arn string The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
- feature_
name str The name of the feature associated with the AWS Identity and Access Management (IAM) role. IAM roles that are associated with a DB instance grant permission for the DB instance to access other AWS services on your behalf.
- role_
arn str The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
- feature
Name String The name of the feature associated with the AWS Identity and Access Management (IAM) role. IAM roles that are associated with a DB instance grant permission for the DB instance to access other AWS services on your behalf.
- role
Arn String The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
DBInstanceTag
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0