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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appintegrations.CfnDataIntegrationProps
CfnDataIntegrationProps.Builder, CfnDataIntegrationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataIntegrationProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
A description of the DataIntegration.final Object
The configuration for what files should be pulled from the source.final String
The KMS key for the DataIntegration.final String
getName()
The name of the DataIntegration.final Object
The configuration for what data should be pulled from the source.final Object
The name of the data and how often it should be pulled from the source.final String
The URI of the data source.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
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:CfnDataIntegrationProps
The KMS key for the DataIntegration.- Specified by:
getKmsKey
in interfaceCfnDataIntegrationProps
- See Also:
-
getName
Description copied from interface:CfnDataIntegrationProps
The name of the DataIntegration.- Specified by:
getName
in interfaceCfnDataIntegrationProps
- See Also:
-
getSourceUri
Description copied from interface:CfnDataIntegrationProps
The URI of the data source.- Specified by:
getSourceUri
in interfaceCfnDataIntegrationProps
- See Also:
-
getDescription
Description copied from interface:CfnDataIntegrationProps
A description of the DataIntegration.- Specified by:
getDescription
in interfaceCfnDataIntegrationProps
- See Also:
-
getFileConfiguration
Description copied from interface:CfnDataIntegrationProps
The configuration for what files should be pulled from the source.- Specified by:
getFileConfiguration
in interfaceCfnDataIntegrationProps
- See Also:
-
getObjectConfiguration
Description copied from interface:CfnDataIntegrationProps
The configuration for what data should be pulled from the source.- Specified by:
getObjectConfiguration
in interfaceCfnDataIntegrationProps
- See Also:
-
getScheduleConfig
Description copied from interface:CfnDataIntegrationProps
The name of the data and how often it should be pulled from the source.- Specified by:
getScheduleConfig
in interfaceCfnDataIntegrationProps
- See Also:
-
getTags
Description copied from interface:CfnDataIntegrationProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnDataIntegrationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-