Show / Hide Table of Contents

Class CfnTask.S3Property

Inheritance
object
CfnTask.S3Property
Implements
CfnTask.IS3Property
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.S3Property : CfnTask.IS3Property
Syntax (vb)
Public Class CfnTask.S3Property Implements 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

Constructors

S3Property()

Properties

BucketAccessRoleArn
S3BucketArn
Subdirectory

Constructors

S3Property()

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

Properties

BucketAccessRoleArn

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

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

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

string

Remarks

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

Implements

CfnTask.IS3Property
Back to top Generated by DocFX