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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCloudVmCluster.IamRolePropertystatic final classAn implementation forCfnCloudVmCluster.IamRoleProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe AWS integration configuration settings for the AWS Identity and Access Management (IAM) service role.default StringThe Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) service role.default StringThe current status of the AWS Identity and Access Management (IAM) service role.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsIntegration
The AWS integration configuration settings for the AWS Identity and Access Management (IAM) service role.- See Also:
-
getIamRoleArn
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) service role.- See Also:
-
getStatus
The current status of the AWS Identity and Access Management (IAM) service role.- See Also:
-
builder
-