Interface CfnAccessPolicy.IamRoleProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnAccessPolicy.IamRoleProperty.Jsii$Proxy
- Enclosing class:
- CfnAccessPolicy
@Stability(Stable)
public static interface CfnAccessPolicy.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.services.iotsitewise.*;
 IamRoleProperty iamRoleProperty = IamRoleProperty.builder()
         .arn("arn")
         .build();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAccessPolicy.IamRolePropertystatic final classAn implementation forCfnAccessPolicy.IamRoleProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getArnThe ARN of the IAM role.For more information, see IAM ARNs in the IAM User Guide . 
- 
builder
 
-