Class CfnDataIntegrationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appintegrations.CfnDataIntegrationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataIntegrationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataIntegrationMixinProps
@Stability(Stable)
@Internal
public static final class CfnDataIntegrationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataIntegrationMixinProps
An implementation for
CfnDataIntegrationMixinProps-
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.appintegrations.CfnDataIntegrationMixinProps
CfnDataIntegrationMixinProps.Builder, CfnDataIntegrationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataIntegrationMixinProps.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 StringA description of the DataIntegration.final ObjectThe configuration for what files should be pulled from the source.final StringThe KMS key for the DataIntegration.final StringgetName()The name of the DataIntegration.final ObjectThe configuration for what data should be pulled from the source.final ObjectThe name of the data and how often it should be pulled from the source.final StringThe URI of the data source.getTags()An array of key-value pairs to apply to this resource.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 theCfnDataIntegrationMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnDataIntegrationMixinPropsA description of the DataIntegration.- Specified by:
getDescriptionin interfaceCfnDataIntegrationMixinProps- See Also:
-
getFileConfiguration
Description copied from interface:CfnDataIntegrationMixinPropsThe configuration for what files should be pulled from the source.Returns union: either
IResolvableorCfnDataIntegrationPropsMixin.FileConfigurationProperty- Specified by:
getFileConfigurationin interfaceCfnDataIntegrationMixinProps- See Also:
-
getKmsKey
Description copied from interface:CfnDataIntegrationMixinPropsThe KMS key for the DataIntegration.- Specified by:
getKmsKeyin interfaceCfnDataIntegrationMixinProps- See Also:
-
getName
Description copied from interface:CfnDataIntegrationMixinPropsThe name of the DataIntegration.- Specified by:
getNamein interfaceCfnDataIntegrationMixinProps- See Also:
-
getObjectConfiguration
Description copied from interface:CfnDataIntegrationMixinPropsThe configuration for what data should be pulled from the source.- Specified by:
getObjectConfigurationin interfaceCfnDataIntegrationMixinProps- See Also:
-
getScheduleConfig
Description copied from interface:CfnDataIntegrationMixinPropsThe name of the data and how often it should be pulled from the source.Returns union: either
IResolvableorCfnDataIntegrationPropsMixin.ScheduleConfigProperty- Specified by:
getScheduleConfigin interfaceCfnDataIntegrationMixinProps- See Also:
-
getSourceUri
Description copied from interface:CfnDataIntegrationMixinPropsThe URI of the data source.- Specified by:
getSourceUriin interfaceCfnDataIntegrationMixinProps- See Also:
-
getTags
Description copied from interface:CfnDataIntegrationMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDataIntegrationMixinProps- 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()
-