@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.697Z") @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()
`AWS::OpsWorks::UserProfile.AllowSelfManagement`.
|
String |
getIamUserArn()
`AWS::OpsWorks::UserProfile.IamUserArn`.
|
default String |
getSshPublicKey()
`AWS::OpsWorks::UserProfile.SshPublicKey`.
|
default String |
getSshUsername()
`AWS::OpsWorks::UserProfile.SshUsername`.
|
@Stability(value=Stable) @Nullable default Object getAllowSelfManagement()
@Stability(value=Stable) @NotNull String getIamUserArn()
@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 © 2021. All rights reserved.