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();
 

See Also: