Show / Hide Table of Contents

Class CfnTask.ManifestConfigSourceS3Property

Specifies the S3 bucket where you're hosting the manifest that you want AWS DataSync to use.

Inheritance
object
CfnTask.ManifestConfigSourceS3Property
Implements
CfnTask.IManifestConfigSourceS3Property
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTask.ManifestConfigSourceS3Property : CfnTask.IManifestConfigSourceS3Property
Syntax (vb)
Public Class CfnTask.ManifestConfigSourceS3Property Implements 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

Constructors

ManifestConfigSourceS3Property()

Specifies the S3 bucket where you're hosting the manifest that you want AWS DataSync to use.

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.

Constructors

ManifestConfigSourceS3Property()

Specifies the S3 bucket where you're hosting the manifest that you want AWS DataSync to use.

public ManifestConfigSourceS3Property()
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"
             };

Properties

BucketAccessRoleArn

Specifies the AWS Identity and Access Management (IAM) role that allows DataSync to access your manifest.

public string? BucketAccessRoleArn { get; set; }
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.

public string? ManifestObjectPath { get; set; }
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.

public string? ManifestObjectVersionId { get; set; }
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.

public string? S3BucketArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnTask.IManifestConfigSourceS3Property
Back to top Generated by DocFX