Interface CfnCloudAutonomousVmCluster.IamRoleProperty

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

@Stability(Stable) public static interface CfnCloudAutonomousVmCluster.IamRoleProperty extends software.amazon.jsii.JsiiSerializable
An AWS Identity and Access Management (IAM) service role associated with the Autonomous VM cluster.

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.odb.*;
 IamRoleProperty iamRoleProperty = IamRoleProperty.builder()
         .awsIntegration("awsIntegration")
         .iamRoleArn("iamRoleArn")
         .status("status")
         .build();
 

See Also: