Show / Hide Table of Contents

Class CfnStackUserAssociationMixinProps

Properties for CfnStackUserAssociationPropsMixin.

Inheritance
object
CfnStackUserAssociationMixinProps
Implements
ICfnStackUserAssociationMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppStream.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnStackUserAssociationMixinProps : ICfnStackUserAssociationMixinProps
Syntax (vb)
Public Class CfnStackUserAssociationMixinProps Implements ICfnStackUserAssociationMixinProps
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.AppStream.Mixins;

             var cfnStackUserAssociationMixinProps = new CfnStackUserAssociationMixinProps {
                 AuthenticationType = "authenticationType",
                 SendEmailNotification = false,
                 StackName = "stackName",
                 UserName = "userName"
             };

Synopsis

Constructors

CfnStackUserAssociationMixinProps()

Properties for CfnStackUserAssociationPropsMixin.

Properties

AuthenticationType

The authentication type for the user who is associated with the stack.

SendEmailNotification

Specifies whether a welcome email is sent to a user after the user is created in the user pool.

StackName

The name of the stack that is associated with the user.

UserName

The email address of the user who is associated with the stack.

Constructors

CfnStackUserAssociationMixinProps()

Properties for CfnStackUserAssociationPropsMixin.

public CfnStackUserAssociationMixinProps()
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.AppStream.Mixins;

             var cfnStackUserAssociationMixinProps = new CfnStackUserAssociationMixinProps {
                 AuthenticationType = "authenticationType",
                 SendEmailNotification = false,
                 StackName = "stackName",
                 UserName = "userName"
             };

Properties

AuthenticationType

The authentication type for the user who is associated with the stack.

public string? AuthenticationType { get; set; }
Property Value

string

Remarks

You must specify USERPOOL.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-authenticationtype

SendEmailNotification

Specifies whether a welcome email is sent to a user after the user is created in the user pool.

public object? SendEmailNotification { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-sendemailnotification

Type union: either bool or IResolvable

StackName

The name of the stack that is associated with the user.

public string? StackName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-stackname

UserName

The email address of the user who is associated with the stack.

public string? UserName { get; set; }
Property Value

string

Remarks
Users' email addresses are case-sensitive.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stackuserassociation.html#cfn-appstream-stackuserassociation-username

Implements

ICfnStackUserAssociationMixinProps
Back to top Generated by DocFX