AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnUserProfile

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html.

Import

import { CfnUserProfile } from 'aws-cdk-lib/aws-opsworks';

Or use the module namespace:

import * as opsworks from 'aws-cdk-lib/aws-opsworks';
// opsworks.CfnUserProfile

Properties

Configuration passed to the constructor as CfnUserProfileProps.

iamUserArnRequired
string

The user's IAM ARN.

allowSelfManagementOptional
boolean | IResolvable

Whether 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) .

sshPublicKeyOptional
string

The user's SSH public key.

sshUsernameOptional
string

The user's SSH user name.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-opsworks
Properties4

External Links