RoleAssociation

class RoleAssociation : KotlinCustomResource

Manages an RDS DB Instance association with an IAM Role. Example use cases:

To manage the RDS DB Instance IAM Role for Enhanced Monitoring, see the aws.rds.Instance resource monitoring_role_arn argument instead.

Import

Using pulumi import, import aws_db_instance_role_association using the DB Instance Identifier and IAM Role ARN separated by a comma (,). For example:

$ pulumi import aws:rds/roleAssociation:RoleAssociation example my-db-instance,arn:aws:iam::123456789012:role/my-role

Properties

Link copied to clipboard

DB Instance Identifier to associate with the IAM Role.

Link copied to clipboard
val featureName: Output<String>

Name of the feature for association. This can be found in the AWS documentation relevant to the integration or a full list is available in the SupportedFeatureNames list returned by AWS CLI rds describe-db-engine-versions.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

Amazon Resource Name (ARN) of the IAM Role to associate with the DB Instance.

Link copied to clipboard
val urn: Output<String>