@Stability(value=Stable) public static final class CfnAccessPolicy.IamUserProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPolicy.IamUserProperty>
CfnAccessPolicy.IamUserProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPolicy.IamUserProperty.Builder |
arn(String arn)
Sets the value of
CfnAccessPolicy.IamUserProperty.getArn() |
CfnAccessPolicy.IamUserProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnAccessPolicy.IamUserProperty.Builder arn(String arn)
CfnAccessPolicy.IamUserProperty.getArn()arn - The ARN of the IAM user. For more information, see [IAM ARNs](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html) in the *IAM User Guide* .
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.
this@Stability(value=Stable) public CfnAccessPolicy.IamUserProperty build()
build in interface software.amazon.jsii.Builder<CfnAccessPolicy.IamUserProperty>CfnAccessPolicy.IamUserPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.