Show / Hide Table of Contents

Class CfnProjectProfile.RegionProperty

The AWS Region.

Inheritance
object
CfnProjectProfile.RegionProperty
Implements
CfnProjectProfile.IRegionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnProjectProfile.RegionProperty : CfnProjectProfile.IRegionProperty
Syntax (vb)
Public Class CfnProjectProfile.RegionProperty Implements 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

Constructors

RegionProperty()

The AWS Region.

Properties

RegionName

The AWS Region name.

Constructors

RegionProperty()

The AWS Region.

public RegionProperty()
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"
             };

Properties

RegionName

The AWS Region name.

public string RegionName { get; set; }
Property Value

string

Remarks

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

Implements

CfnProjectProfile.IRegionProperty
Back to top Generated by DocFX