Class CfnCapacityManagerDataExportMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnCapacityManagerDataExportMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityManagerDataExportMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityManagerDataExportMixinProps
@Stability(Stable)
@Internal
public static final class CfnCapacityManagerDataExportMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapacityManagerDataExportMixinProps
An implementation for
CfnCapacityManagerDataExportMixinProps-
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.cfnpropertymixins.services.ec2.CfnCapacityManagerDataExportMixinProps
CfnCapacityManagerDataExportMixinProps.Builder, CfnCapacityManagerDataExportMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapacityManagerDataExportMixinProps.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 theCfnCapacityManagerDataExportMixinProps.Builder.
-
-
Method Details
-
getOutputFormat
Description copied from interface:CfnCapacityManagerDataExportMixinPropsThe file format of the exported data.- Specified by:
getOutputFormatin interfaceCfnCapacityManagerDataExportMixinProps- See Also:
-
getS3BucketName
Description copied from interface:CfnCapacityManagerDataExportMixinPropsThe name of the S3 bucket where export files are delivered.- Specified by:
getS3BucketNamein interfaceCfnCapacityManagerDataExportMixinProps- See Also:
-
getS3BucketPrefix
Description copied from interface:CfnCapacityManagerDataExportMixinPropsThe S3 key prefix used for organizing export files within the bucket.- Specified by:
getS3BucketPrefixin interfaceCfnCapacityManagerDataExportMixinProps- See Also:
-
getSchedule
Description copied from interface:CfnCapacityManagerDataExportMixinPropsThe frequency at which data exports are generated.- Specified by:
getSchedulein interfaceCfnCapacityManagerDataExportMixinProps- See Also:
-
getTags
Description copied from interface:CfnCapacityManagerDataExportMixinPropsThe tags associated with the data export configuration.- Specified by:
getTagsin interfaceCfnCapacityManagerDataExportMixinProps- 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()
-