interface AwsLocationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnConnection.AwsLocationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnConnection_AwsLocationProperty |
![]() | software.amazon.awscdk.services.datazone.CfnConnection.AwsLocationProperty |
![]() | aws_cdk.aws_datazone.CfnConnection.AwsLocationProperty |
![]() | aws-cdk-lib » aws_datazone » CfnConnection » AwsLocationProperty |
The location of a project.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const awsLocationProperty: datazone.CfnConnection.AwsLocationProperty = {
accessRole: 'accessRole',
awsAccountId: 'awsAccountId',
awsRegion: 'awsRegion',
iamConnectionId: 'iamConnectionId',
};
Properties
Name | Type | Description |
---|---|---|
access | string | The access role of a connection. |
aws | string | The account ID of a connection. |
aws | string | The Region of a connection. |
iam | string | The IAM connection ID of a connection. |
accessRole?
Type:
string
(optional)
The access role of a connection.
awsAccountId?
Type:
string
(optional)
The account ID of a connection.
awsRegion?
Type:
string
(optional)
The Region of a connection.
iamConnectionId?
Type:
string
(optional)
The IAM connection ID of a connection.