Show / Hide Table of Contents

Interface CfnProjectProfile.IRegionProperty

The AWS Region.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnProjectProfile.IRegionProperty
Syntax (vb)
Public Interface CfnProjectProfile.IRegionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-region.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.DataZone;

             var regionProperty = new RegionProperty {
                 RegionName = "regionName"
             };

Synopsis

Properties

RegionName

The AWS Region name.

Properties

RegionName

The AWS Region name.

string RegionName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-region.html#cfn-datazone-projectprofile-region-regionname

Back to top Generated by DocFX