Class CfnCapacityManagerDataExportProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnCapacityManagerDataExportProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityManagerDataExportProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityManagerDataExportProps
@Stability(Stable)
@Internal
public static final class CfnCapacityManagerDataExportProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapacityManagerDataExportProps
An implementation for
CfnCapacityManagerDataExportProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnCapacityManagerDataExportProps
CfnCapacityManagerDataExportProps.Builder, CfnCapacityManagerDataExportProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapacityManagerDataExportProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe file format of the exported data.final StringThe name of the S3 bucket where export files are delivered.final StringThe S3 key prefix used for organizing export files within the bucket.final StringThe frequency at which data exports are generated.getTags()The tags associated with the data export configuration.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCapacityManagerDataExportProps.Builder.
-
-
Method Details
-
getOutputFormat
Description copied from interface:CfnCapacityManagerDataExportPropsThe file format of the exported data.- Specified by:
getOutputFormatin interfaceCfnCapacityManagerDataExportProps- See Also:
-
getS3BucketName
Description copied from interface:CfnCapacityManagerDataExportPropsThe name of the S3 bucket where export files are delivered.- Specified by:
getS3BucketNamein interfaceCfnCapacityManagerDataExportProps- See Also:
-
getSchedule
Description copied from interface:CfnCapacityManagerDataExportPropsThe frequency at which data exports are generated.- Specified by:
getSchedulein interfaceCfnCapacityManagerDataExportProps- See Also:
-
getS3BucketPrefix
Description copied from interface:CfnCapacityManagerDataExportPropsThe S3 key prefix used for organizing export files within the bucket.- Specified by:
getS3BucketPrefixin interfaceCfnCapacityManagerDataExportProps- See Also:
-
getTags
Description copied from interface:CfnCapacityManagerDataExportPropsThe tags associated with the data export configuration.- Specified by:
getTagsin interfaceCfnCapacityManagerDataExportProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-