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