Interface CfnConnection.IAwsLocationProperty
The location of a project.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IAwsLocationProperty
Syntax (vb)
Public Interface CfnConnection.IAwsLocationProperty
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 awsLocationProperty = new AwsLocationProperty {
AccessRole = "accessRole",
AwsAccountId = "awsAccountId",
AwsRegion = "awsRegion",
IamConnectionId = "iamConnectionId"
};
Synopsis
Properties
| AccessRole | The access role of a connection. |
| AwsAccountId | The account ID of a connection. |
| AwsRegion | The Region of a connection. |
| IamConnectionId | The IAM connection ID of a connection. |
Properties
AccessRole
The access role of a connection.
string? AccessRole { get; }
Property Value
Remarks
AwsAccountId
The account ID of a connection.
string? AwsAccountId { get; }
Property Value
Remarks
AwsRegion
The Region of a connection.
string? AwsRegion { get; }
Property Value
Remarks
IamConnectionId
The IAM connection ID of a connection.
string? IamConnectionId { get; }