interface SourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.CfnTask.SourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#CfnTask_SourceProperty |
![]() | software.amazon.awscdk.services.datasync.CfnTask.SourceProperty |
![]() | aws_cdk.aws_datasync.CfnTask.SourceProperty |
![]() | aws-cdk-lib » aws_datasync » CfnTask » SourceProperty |
Specifies the manifest that you want DataSync to use and where it's hosted.
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 sourceProperty: datasync.CfnTask.SourceProperty = {
s3: {
bucketAccessRoleArn: 'bucketAccessRoleArn',
manifestObjectPath: 'manifestObjectPath',
manifestObjectVersionId: 'manifestObjectVersionId',
s3BucketArn: 's3BucketArn',
},
};
Properties
Name | Type | Description |
---|---|---|
s3? | IResolvable | Manifest | Specifies the S3 bucket where you're hosting the manifest that you want AWS DataSync to use. |
s3?
Type:
IResolvable
|
Manifest
(optional)
Specifies the S3 bucket where you're hosting the manifest that you want AWS DataSync to use.