Class CfnTaskPropsMixin.S3Property
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DataSync
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTaskPropsMixin.S3Property : CfnTaskPropsMixin.IS3Property
Syntax (vb)
Public Class CfnTaskPropsMixin.S3Property Implements CfnTaskPropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.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; }