Show / Hide Table of Contents

Interface ICfnAccountAliasMixinProps

Properties for CfnAccountAliasPropsMixin.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SupportApp
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnAccountAliasMixinProps
Syntax (vb)
Public Interface 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

Properties

AccountAlias

An alias or short name for an AWS account .

Properties

AccountAlias

An alias or short name for an AWS account .

string? AccountAlias { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX