Show / Hide Table of Contents

Interface CfnStackUserAssociationProps

Properties for defining a AWS::AppStream::StackUserAssociation

external http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html

Synopsis

Properties

authenticationType

AWS::AppStream::StackUserAssociation.AuthenticationType http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype

sendEmailNotification

AWS::AppStream::StackUserAssociation.SendEmailNotification http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification

stackName

AWS::AppStream::StackUserAssociation.StackName http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname

userName

AWS::AppStream::StackUserAssociation.UserName http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-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

Back to top Generated by DocFX