CfnUserProfileProps¶
-
class
aws_cdk.aws_opsworks.
CfnUserProfileProps
(*, iam_user_arn, allow_self_management=None, ssh_public_key=None, ssh_username=None)¶ Bases:
object
Properties for defining a
AWS::OpsWorks::UserProfile
.- Parameters
iam_user_arn (
str
) –AWS::OpsWorks::UserProfile.IamUserArn
.allow_self_management (
Union
[bool
,IResolvable
,None
]) –AWS::OpsWorks::UserProfile.AllowSelfManagement
.ssh_public_key (
Optional
[str
]) –AWS::OpsWorks::UserProfile.SshPublicKey
.ssh_username (
Optional
[str
]) –AWS::OpsWorks::UserProfile.SshUsername
.
- See
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html
Attributes
-
allow_self_management
¶ AWS::OpsWorks::UserProfile.AllowSelfManagement
.
-
iam_user_arn
¶ AWS::OpsWorks::UserProfile.IamUserArn
.
-
ssh_public_key
¶ AWS::OpsWorks::UserProfile.SshPublicKey
.
-
ssh_username
¶ AWS::OpsWorks::UserProfile.SshUsername
.