Show / Hide Table of Contents

Interface CfnTask.IS3Property

Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTask.IS3Property
Syntax (vb)
Public Interface CfnTask.IS3Property
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-s3.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 s3Property = new S3Property {
                 BucketAccessRoleArn = "bucketAccessRoleArn",
                 S3BucketArn = "s3BucketArn",
                 Subdirectory = "subdirectory"
             };

Synopsis

Properties

BucketAccessRoleArn
S3BucketArn
Subdirectory

Properties

BucketAccessRoleArn

string? BucketAccessRoleArn { get; }
Property Value

string

Remarks

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

S3BucketArn

string? S3BucketArn { get; }
Property Value

string

Remarks

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

Subdirectory

string? Subdirectory { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX