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