Show / Hide Table of Contents

Class CfnConnection.AwsLocationProperty

The location of a project.

Inheritance
object
CfnConnection.AwsLocationProperty
Implements
CfnConnection.IAwsLocationProperty
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 CfnConnection.AwsLocationProperty : CfnConnection.IAwsLocationProperty
Syntax (vb)
Public Class CfnConnection.AwsLocationProperty Implements 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

Constructors

AwsLocationProperty()

The location of a project.

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.

Constructors

AwsLocationProperty()

The location of a project.

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

Properties

AccessRole

The access role of a connection.

public string? AccessRole { get; set; }
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.

public string? AwsAccountId { get; set; }
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.

public string? AwsRegion { get; set; }
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.

public string? IamConnectionId { get; set; }
Property Value

string

Remarks

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

Implements

CfnConnection.IAwsLocationProperty
Back to top Generated by DocFX