Class CfnExport.S3DestinationProperty
Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a data exports file.
Inheritance
Implements
Namespace: Amazon.CDK.AwsBcmdataexports
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class S3DestinationProperty : Object, CfnExport.IS3DestinationProperty
Syntax (vb)
Public Class S3DestinationProperty
Inherits Object
Implements CfnExport.IS3DestinationProperty
Remarks
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_bcmdataexports;
var s3DestinationProperty = new S3DestinationProperty {
S3Bucket = "s3Bucket",
S3OutputConfigurations = new S3OutputConfigurationsProperty {
Compression = "compression",
Format = "format",
OutputType = "outputType",
Overwrite = "overwrite"
},
S3Prefix = "s3Prefix",
S3Region = "s3Region"
};
Synopsis
Constructors
S3Destination |
Properties
S3Bucket | The name of the Amazon S3 bucket used as the destination of a data export file. |
S3Output |
The output configuration for the data export. |
S3Prefix | The S3 path prefix you want prepended to the name of your data export. |
S3Region | The S3 bucket Region. |
Constructors
S3DestinationProperty()
public S3DestinationProperty()
Properties
S3Bucket
The name of the Amazon S3 bucket used as the destination of a data export file.
public string S3Bucket { get; set; }
Property Value
System.
Remarks
S3OutputConfigurations
The output configuration for the data export.
public object S3OutputConfigurations { get; set; }
Property Value
System.
Remarks
S3Prefix
The S3 path prefix you want prepended to the name of your data export.
public string S3Prefix { get; set; }
Property Value
System.
Remarks
S3Region
The S3 bucket Region.
public string S3Region { get; set; }
Property Value
System.