Interface ICfnDomainMixinProps
Properties for CfnDomainPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Cases.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnDomainMixinProps
Syntax (vb)
Public Interface 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
Properties
| Name | The name of the domain. |
| Tags | An array of key-value pairs to apply to this resource. |
Properties
Name
The name of the domain.
string? Name { get; }
Property Value
Remarks
Tags
An array of key-value pairs to apply to this resource.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]