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
Remarks
S3BucketArn
string? S3BucketArn { get; }
Property Value
Remarks
Subdirectory
string? Subdirectory { get; }