interface S3PropertiesInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnConnectionPropsMixin.S3PropertiesInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnConnectionPropsMixin_S3PropertiesInputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnConnectionPropsMixin.S3PropertiesInputProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnConnectionPropsMixin.S3PropertiesInputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » 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 { aws_datazone as datazone } from '@aws-cdk/cfn-property-mixins';
const s3PropertiesInputProperty: datazone.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