@Stability(value=Stable) public static final class CfnUserProfile.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProfile>
CfnUserProfile.| Modifier and Type | Method and Description |
|---|---|
CfnUserProfile.Builder |
allowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page.
|
CfnUserProfile.Builder |
allowSelfManagement(IResolvable allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page.
|
CfnUserProfile |
build() |
static CfnUserProfile.Builder |
create(software.constructs.Construct scope,
String id) |
CfnUserProfile.Builder |
iamUserArn(String iamUserArn)
The user's IAM ARN.
|
CfnUserProfile.Builder |
sshPublicKey(String sshPublicKey)
The user's SSH public key.
|
CfnUserProfile.Builder |
sshUsername(String sshUsername)
The user's SSH user name.
|
@Stability(value=Stable) public static CfnUserProfile.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnUserProfile.Builder.@Stability(value=Stable) public CfnUserProfile.Builder iamUserArn(String iamUserArn)
iamUserArn - The user's IAM ARN. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder allowSelfManagement(Boolean allowSelfManagement)
For more information, see Managing User Permissions .
allowSelfManagement - Whether users can specify their own SSH public key through the My Settings page. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder allowSelfManagement(IResolvable allowSelfManagement)
For more information, see Managing User Permissions .
allowSelfManagement - Whether users can specify their own SSH public key through the My Settings page. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder sshPublicKey(String sshPublicKey)
sshPublicKey - The user's SSH public key. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder sshUsername(String sshUsername)
sshUsername - The user's SSH user name. This parameter is required.this@Stability(value=Stable) public CfnUserProfile build()
build in interface software.amazon.jsii.Builder<CfnUserProfile>Copyright © 2022. All rights reserved.