AWS::OpsWorks::UserProfilehttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html.
import { CfnUserProfile } from 'aws-cdk-lib/aws-opsworks';Or use the module namespace:
import * as opsworks from 'aws-cdk-lib/aws-opsworks';
// opsworks.CfnUserProfileConfiguration passed to the constructor as CfnUserProfileProps.
iamUserArnRequiredstringThe user's IAM ARN.
allowSelfManagementOptionalboolean | IResolvableWhether users can specify their own SSH public key through the My Settings page. For more information, see [Managing User Permissions](https://docs.aws.amazon.com/opsworks/latest/userguide/security-settingsshkey.html) .
sshPublicKeyOptionalstringThe user's SSH public key.
sshUsernameOptionalstringThe user's SSH user name.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-opsworksAWS::OpsWorks::UserProfile