Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-awslocation.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 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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-awslocation.html#cfn-datazone-connection-awslocation-accessrole

AwsAccountId

The account ID of a connection.

string? AwsAccountId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-awslocation.html#cfn-datazone-connection-awslocation-awsaccountid

AwsRegion

The Region of a connection.

string? AwsRegion { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-awslocation.html#cfn-datazone-connection-awslocation-awsregion

IamConnectionId

The IAM connection ID of a connection.

string? IamConnectionId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-awslocation.html#cfn-datazone-connection-awslocation-iamconnectionid

Back to top Generated by DocFX