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 Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAccessPolicy.IamRoleProperty
static final class
An implementation forCfnAccessPolicy.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 .
-
builder
-