Class CfnDomainMixinProps
Properties for CfnDomainPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Cases.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDomainMixinProps : ICfnDomainMixinProps
Syntax (vb)
Public Class CfnDomainMixinProps Implements ICfnDomainMixinProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.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.Cases.Mixins;
var cfnDomainMixinProps = new CfnDomainMixinProps {
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnDomainMixinProps() | Properties for CfnDomainPropsMixin. |
Properties
| Name | The name of the domain. |
| Tags | An array of key-value pairs to apply to this resource. |
Constructors
CfnDomainMixinProps()
Properties for CfnDomainPropsMixin.
public CfnDomainMixinProps()
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.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.Cases.Mixins;
var cfnDomainMixinProps = new CfnDomainMixinProps {
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
Name
The name of the domain.
public string? Name { get; set; }
Property Value
Remarks
Tags
An array of key-value pairs to apply to this resource.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]