@Stability(value=Stable)
public static interface CfnAccessPolicy.IamRoleProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccessPolicy.IamRoleProperty.Builder
A builder for
CfnAccessPolicy.IamRoleProperty |
static class |
CfnAccessPolicy.IamRoleProperty.Jsii$Proxy
An implementation for
CfnAccessPolicy.IamRoleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccessPolicy.IamRoleProperty.Builder |
builder() |
default String |
getArn()
The ARN of the IAM role.
|
@Stability(value=Stable) @Nullable default String getArn()
For more information, see IAM ARNs in the IAM User Guide .
@Stability(value=Stable) static CfnAccessPolicy.IamRoleProperty.Builder builder()
Copyright © 2022. All rights reserved.