Show / Hide Table of Contents

Interface ICfnDomainProps

Properties for defining a CfnDomain.

Namespace: Amazon.CDK.AWS.SDB
Assembly: Amazon.CDK.AWS.SDB.dll
Syntax (csharp)
public interface ICfnDomainProps
Syntax (vb)
Public Interface ICfnDomainProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.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.AWS.SDB;

CfnDomainProps cfnDomainProps = new CfnDomainProps {
    Description = "description"
};

Synopsis

Properties

Description

Information about the SimpleDB domain.

Properties

Description

Information about the SimpleDB domain.

virtual string Description { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-simpledb.html#cfn-sdb-domain-description

Back to top Generated by DocFX