interface S3PropertiesInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnConnectionPropsMixin.S3PropertiesInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnConnectionPropsMixin_S3PropertiesInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnConnectionPropsMixin.S3PropertiesInputProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnConnectionPropsMixin.S3PropertiesInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnConnectionPropsMixin » S3PropertiesInputProperty |
S3 Properties Input.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const s3PropertiesInputProperty: datazone_mixins.CfnConnectionPropsMixin.S3PropertiesInputProperty = {
s3AccessGrantLocationId: 's3AccessGrantLocationId',
s3Uri: 's3Uri',
};
Properties
| Name | Type | Description |
|---|---|---|
| s3 | string | The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection. |
| s3 | string | The Amazon S3 URI that's part of the Amazon S3 properties of a connection. |
s3AccessGrantLocationId?
Type:
string
(optional)
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
s3Uri?
Type:
string
(optional)
The Amazon S3 URI that's part of the Amazon S3 properties of a connection.

.NET
Go
Java
Python
TypeScript