Class CfnTask.S3Property
Implements
Inherited Members
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
Remarks
S3BucketArn
public string? S3BucketArn { get; set; }
Property Value
Remarks
Subdirectory
public string? Subdirectory { get; set; }