Interface CfnDBInstance.DBInstanceRoleProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDBInstance.DBInstanceRoleProperty.Jsii$Proxy
Enclosing class:
CfnDBInstance

@Stability(Stable) public static interface CfnDBInstance.DBInstanceRoleProperty extends software.amazon.jsii.JsiiSerializable
Information about an AWS Identity and Access Management (IAM) role that is associated with a DB instance.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.rds.*;
 DBInstanceRoleProperty dBInstanceRoleProperty = DBInstanceRoleProperty.builder()
         .featureName("featureName")
         .roleArn("roleArn")
         .build();
 

See Also: