Class CfnProjectProfile.RegionProperty
The AWS Region.
Implements
Inherited Members
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
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
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; }