Class CfnExportPropsMixin.ExportProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bcmdataexports.CfnExportPropsMixin.ExportProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExportPropsMixin.ExportProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExportPropsMixin.ExportProperty
@Stability(Stable)
@Internal
public static final class CfnExportPropsMixin.ExportProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExportPropsMixin.ExportProperty
An implementation for
CfnExportPropsMixin.ExportProperty-
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.bcmdataexports.CfnExportPropsMixin.ExportProperty
CfnExportPropsMixin.ExportProperty.Builder, CfnExportPropsMixin.ExportProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExportPropsMixin.ExportProperty.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 ObjectThe data query for this specific data export.final StringThe description for this specific data export.final ObjectThe destination configuration for this specific data export.final StringThe Amazon Resource Name (ARN) for this export.final StringgetName()The name of this specific data export.final ObjectThe cadence for AWS to update the export in your S3 bucket.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 theCfnExportPropsMixin.ExportProperty.Builder.
-
-
Method Details
-
getDataQuery
Description copied from interface:CfnExportPropsMixin.ExportPropertyThe data query for this specific data export.Returns union: either
IResolvableorCfnExportPropsMixin.DataQueryProperty- Specified by:
getDataQueryin interfaceCfnExportPropsMixin.ExportProperty- See Also:
-
getDescription
Description copied from interface:CfnExportPropsMixin.ExportPropertyThe description for this specific data export.- Specified by:
getDescriptionin interfaceCfnExportPropsMixin.ExportProperty- See Also:
-
getDestinationConfigurations
Description copied from interface:CfnExportPropsMixin.ExportPropertyThe destination configuration for this specific data export.Returns union: either
IResolvableorCfnExportPropsMixin.DestinationConfigurationsProperty- Specified by:
getDestinationConfigurationsin interfaceCfnExportPropsMixin.ExportProperty- See Also:
-
getExportArn
Description copied from interface:CfnExportPropsMixin.ExportPropertyThe Amazon Resource Name (ARN) for this export.- Specified by:
getExportArnin interfaceCfnExportPropsMixin.ExportProperty- See Also:
-
getName
Description copied from interface:CfnExportPropsMixin.ExportPropertyThe name of this specific data export.- Specified by:
getNamein interfaceCfnExportPropsMixin.ExportProperty- See Also:
-
getRefreshCadence
Description copied from interface:CfnExportPropsMixin.ExportPropertyThe cadence for AWS to update the export in your S3 bucket.Returns union: either
IResolvableorCfnExportPropsMixin.RefreshCadenceProperty- Specified by:
getRefreshCadencein interfaceCfnExportPropsMixin.ExportProperty- 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()
-