Class CfnStackUserAssociationMixinProps
Properties for CfnStackUserAssociationPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
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
Remarks
StackName
The name of the stack that is associated with the user.
public string? StackName { get; set; }
Property Value
Remarks
UserName
The email address of the user who is associated with the stack.
public string? UserName { get; set; }
Property Value
Remarks
Users' email addresses are case-sensitive.