@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.161Z") @Stability(value=Stable) public interface CfnUserProfileProps 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.opsworks.*;
CfnUserProfileProps cfnUserProfileProps = CfnUserProfileProps.builder()
.iamUserArn("iamUserArn")
// the properties below are optional
.allowSelfManagement(false)
.sshPublicKey("sshPublicKey")
.sshUsername("sshUsername")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserProfileProps.Builder
A builder for
CfnUserProfileProps |
static class |
CfnUserProfileProps.Jsii$Proxy
An implementation for
CfnUserProfileProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserProfileProps.Builder |
builder() |
default Object |
getAllowSelfManagement()
Whether users can specify their own SSH public key through the My Settings page.
|
String |
getIamUserArn()
The user's IAM ARN.
|
default String |
getSshPublicKey()
The user's SSH public key.
|
default String |
getSshUsername()
The user's SSH user name.
|
@Stability(value=Stable) @NotNull String getIamUserArn()
@Stability(value=Stable) @Nullable default Object getAllowSelfManagement()
For more information, see Managing User Permissions .
@Stability(value=Stable) @Nullable default String getSshPublicKey()
@Stability(value=Stable) @Nullable default String getSshUsername()
@Stability(value=Stable) static CfnUserProfileProps.Builder builder()
CfnUserProfileProps.Builder of CfnUserProfilePropsCopyright © 2022. All rights reserved.