Interface CfnBucket.IDataExportProperty
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDataExportProperty
Syntax (vb)
Public Interface IDataExportProperty
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.S3;
var dataExportProperty = new DataExportProperty {
Destination = new DestinationProperty {
BucketArn = "bucketArn",
Format = "format",
// the properties below are optional
BucketAccountId = "bucketAccountId",
Prefix = "prefix"
},
OutputSchemaVersion = "outputSchemaVersion"
};
Synopsis
Properties
Destination | The place to store the data for an analysis. |
Output |
The version of the output schema to use when exporting data. |
Properties
Destination
The place to store the data for an analysis.
object Destination { get; }
Property Value
System.
Remarks
OutputSchemaVersion
The version of the output schema to use when exporting data.
string OutputSchemaVersion { get; }
Property Value
System.