public static interface CfnAccessPolicy.IamUserProperty
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 java.lang.String |
getArn()
The ARN of the IAM user.
|
default java.lang.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.
static CfnAccessPolicy.IamUserProperty.Builder builder()