Interface CfnCloudVmCluster.IamRoleProperty

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

@Stability(Stable) public static interface CfnCloudVmCluster.IamRoleProperty extends software.amazon.jsii.JsiiSerializable
An AWS Identity and Access Management (IAM) service role associated with the 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: