@Stability(value=Stable)
public static interface CfnAccessPolicy.IamUserProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
IamUserProperty iamUserProperty = IamUserProperty.builder()
.arn("arn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccessPolicy.IamUserProperty.Builder
A builder for
CfnAccessPolicy.IamUserProperty |
static class |
CfnAccessPolicy.IamUserProperty.Jsii$Proxy
An implementation for
CfnAccessPolicy.IamUserProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccessPolicy.IamUserProperty.Builder |
builder() |
default String |
getArn()
The ARN of the IAM user.
|
@Stability(value=Stable) @Nullable default String getArn()
If you delete the IAM user, access policies that contain this identity include an empty
arn. You can delete the access policy for the IAM user that no longer exists.
@Stability(value=Stable) static CfnAccessPolicy.IamUserProperty.Builder builder()
Copyright © 2022. All rights reserved.