Interface CfnTask.IManifestConfigSourceS3Property
Specifies the S3 bucket where you're hosting the manifest that you want AWS DataSync to use.
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTask.IManifestConfigSourceS3Property
Syntax (vb)
Public Interface CfnTask.IManifestConfigSourceS3Property
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataSync;
var manifestConfigSourceS3Property = new ManifestConfigSourceS3Property {
BucketAccessRoleArn = "bucketAccessRoleArn",
ManifestObjectPath = "manifestObjectPath",
ManifestObjectVersionId = "manifestObjectVersionId",
S3BucketArn = "s3BucketArn"
};
Synopsis
Properties
| BucketAccessRoleArn | Specifies the AWS Identity and Access Management (IAM) role that allows DataSync to access your manifest. |
| ManifestObjectPath | Specifies the Amazon S3 object key of your manifest. |
| ManifestObjectVersionId | Specifies the object version ID of the manifest that you want DataSync to use. |
| S3BucketArn | Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest. |
Properties
BucketAccessRoleArn
Specifies the AWS Identity and Access Management (IAM) role that allows DataSync to access your manifest.
string? BucketAccessRoleArn { get; }
Property Value
Remarks
ManifestObjectPath
Specifies the Amazon S3 object key of your manifest.
string? ManifestObjectPath { get; }
Property Value
Remarks
ManifestObjectVersionId
Specifies the object version ID of the manifest that you want DataSync to use.
string? ManifestObjectVersionId { get; }
Property Value
Remarks
S3BucketArn
Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
string? S3BucketArn { get; }