Show / Hide Table of Contents

Class CfnAccountAliasMixinProps

Properties for CfnAccountAliasPropsMixin.

Inheritance
object
CfnAccountAliasMixinProps
Implements
ICfnAccountAliasMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SupportApp
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAccountAliasMixinProps : ICfnAccountAliasMixinProps
Syntax (vb)
Public Class CfnAccountAliasMixinProps Implements ICfnAccountAliasMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-accountalias.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.CfnPropertyMixins.AWS.SupportApp;

             var cfnAccountAliasMixinProps = new CfnAccountAliasMixinProps {
                 AccountAlias = "accountAlias"
             };

Synopsis

Constructors

CfnAccountAliasMixinProps()

Properties for CfnAccountAliasPropsMixin.

Properties

AccountAlias

An alias or short name for an AWS account .

Constructors

CfnAccountAliasMixinProps()

Properties for CfnAccountAliasPropsMixin.

public CfnAccountAliasMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-accountalias.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.CfnPropertyMixins.AWS.SupportApp;

             var cfnAccountAliasMixinProps = new CfnAccountAliasMixinProps {
                 AccountAlias = "accountAlias"
             };

Properties

AccountAlias

An alias or short name for an AWS account .

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-accountalias.html#cfn-supportapp-accountalias-accountalias

Implements

ICfnAccountAliasMixinProps
Back to top Generated by DocFX