Show / Hide Table of Contents

Class CfnDomainProps

Properties for defining a CfnDomain.

Inheritance
System.Object
CfnDomainProps
Implements
ICfnDomainProps
Namespace: Amazon.CDK.AWS.SDB
Assembly: Amazon.CDK.AWS.SDB.dll
Syntax (csharp)
public class CfnDomainProps : Object, ICfnDomainProps
Syntax (vb)
Public Class CfnDomainProps
    Inherits Object
    Implements 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

Constructors

CfnDomainProps()

Properties

Description

Information about the SimpleDB domain.

Constructors

CfnDomainProps()

public CfnDomainProps()

Properties

Description

Information about the SimpleDB domain.

public string Description { get; set; }
Property Value

System.String

Remarks

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

Implements

ICfnDomainProps
Back to top Generated by DocFX