Interface CfnAccessPolicyPropsMixin.IamRoleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccessPolicyPropsMixin.IamRoleProperty.Jsii$Proxy
- Enclosing class:
CfnAccessPolicyPropsMixin
@Stability(Stable)
public static interface CfnAccessPolicyPropsMixin.IamRoleProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about an AWS Identity and Access Management role.
For more information, see IAM roles in the IAM User Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.*;
IamRoleProperty iamRoleProperty = IamRoleProperty.builder()
.arn("arn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAccessPolicyPropsMixin.IamRolePropertystatic final classAn implementation forCfnAccessPolicyPropsMixin.IamRoleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The ARN of the IAM role.For more information, see IAM ARNs in the IAM User Guide .
- See Also:
-
builder
-