Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-manifestconfigsources3.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-manifestconfigsources3.html#cfn-datasync-task-manifestconfigsources3-bucketaccessrolearn

ManifestObjectPath

Specifies the Amazon S3 object key of your manifest.

string? ManifestObjectPath { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-manifestconfigsources3.html#cfn-datasync-task-manifestconfigsources3-manifestobjectpath

ManifestObjectVersionId

Specifies the object version ID of the manifest that you want DataSync to use.

string? ManifestObjectVersionId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-manifestconfigsources3.html#cfn-datasync-task-manifestconfigsources3-manifestobjectversionid

S3BucketArn

Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.

string? S3BucketArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-manifestconfigsources3.html#cfn-datasync-task-manifestconfigsources3-s3bucketarn

Back to top Generated by DocFX