Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.opsworks.CfnUserProfilePropsMixin.Builder
Packages that use CfnUserProfilePropsMixin.Builder
-
Uses of CfnUserProfilePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.opsworks
Methods in software.amazon.awscdk.cfnpropertymixins.services.opsworks that return CfnUserProfilePropsMixin.BuilderModifier and TypeMethodDescriptionCfnUserProfilePropsMixin.Builder.allowSelfManagement(Boolean allowSelfManagement) Whether users can specify their own SSH public key through the My Settings page.CfnUserProfilePropsMixin.Builder.allowSelfManagement(IResolvable allowSelfManagement) Whether users can specify their own SSH public key through the My Settings page.CfnUserProfilePropsMixin.Builder.create()CfnUserProfilePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUserProfilePropsMixin.Builder.iamUserArn(String iamUserArn) The user's IAM ARN.CfnUserProfilePropsMixin.Builder.sshPublicKey(String sshPublicKey) The user's SSH public key.CfnUserProfilePropsMixin.Builder.sshUsername(String sshUsername) The user's SSH user name.