Interface ICfnDomainUnitMixinProps
Properties for CfnDomainUnitPropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DataZone
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnDomainUnitMixinProps
Syntax (vb)
Public Interface ICfnDomainUnitMixinProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-domainunit.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.DataZone;
var cfnDomainUnitMixinProps = new CfnDomainUnitMixinProps {
Description = "description",
DomainIdentifier = "domainIdentifier",
Name = "name",
ParentDomainUnitIdentifier = "parentDomainUnitIdentifier"
};
Synopsis
Properties
| Description | The description of the domain unit. |
| DomainIdentifier | The ID of the domain where you want to crate a domain unit. |
| Name | The name of the domain unit. |
| ParentDomainUnitIdentifier | The ID of the parent domain unit. |
Properties
Description
The description of the domain unit.
string? Description { get; }
Property Value
Remarks
DomainIdentifier
The ID of the domain where you want to crate a domain unit.
string? DomainIdentifier { get; }
Property Value
Remarks
Name
The name of the domain unit.
string? Name { get; }
Property Value
Remarks
ParentDomainUnitIdentifier
The ID of the parent domain unit.
string? ParentDomainUnitIdentifier { get; }