Uses of Class
software.amazon.awscdk.services.opsworks.CfnUserProfile.Builder
-
Uses of CfnUserProfile.Builder in software.amazon.awscdk.services.opsworks
Modifier and TypeMethodDescriptionCfnUserProfile.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.static CfnUserProfile.Builder
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.