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
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; }