interface S3Property
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.CfnTask.S3Property |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#CfnTask_S3Property |
![]() | software.amazon.awscdk.services.datasync.CfnTask.S3Property |
![]() | aws_cdk.aws_datasync.CfnTask.S3Property |
![]() | aws-cdk-lib » aws_datasync » CfnTask » S3Property |
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-s3.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datasync as datasync } from 'aws-cdk-lib';
const s3Property: datasync.CfnTask.S3Property = {
bucketAccessRoleArn: 'bucketAccessRoleArn',
s3BucketArn: 's3BucketArn',
subdirectory: 'subdirectory',
};
Properties
Name | Type | Description |
---|---|---|
bucket | string | |
s3 | string | |
subdirectory? | string |
bucketAccessRoleArn?
Type:
string
(optional)
s3BucketArn?
Type:
string
(optional)
subdirectory?
Type:
string
(optional)