Interface CfnStackUserAssociationProps
Properties for defining a AWS::AppStream::StackUserAssociation
Synopsis
Properties
authenticationType |
|
sendEmailNotification |
|
stackName |
|
userName |
|
Properties
authenticationType
AWS::AppStream::StackUserAssociation.AuthenticationType
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype
Declaration
readonly authenticationType: string;
Property Value
string
sendEmailNotification
AWS::AppStream::StackUserAssociation.SendEmailNotification
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification
Declaration
readonly sendEmailNotification?: boolean | cdk.IResolvable;
Property Value
boolean | cdk.IResolvable
stackName
AWS::AppStream::StackUserAssociation.StackName
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname
Declaration
readonly stackName: string;
Property Value
string
userName
AWS::AppStream::StackUserAssociation.UserName
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username
Declaration
readonly userName: string;
Property Value
string