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 ObjectAWS::AppIntegrations::DataIntegration.FileConfiguration.final StringThe KMS key for the DataIntegration.final StringgetName()The name of the DataIntegration.final ObjectAWS::AppIntegrations::DataIntegration.ObjectConfiguration.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
-
getName
Description copied from interface:CfnDataIntegrationPropsThe name of the DataIntegration.- Specified by:
getNamein interfaceCfnDataIntegrationProps
-
getScheduleConfig
Description copied from interface:CfnDataIntegrationPropsThe name of the data and how often it should be pulled from the source.- Specified by:
getScheduleConfigin interfaceCfnDataIntegrationProps
-
getSourceUri
Description copied from interface:CfnDataIntegrationPropsThe URI of the data source.- Specified by:
getSourceUriin interfaceCfnDataIntegrationProps
-
getDescription
Description copied from interface:CfnDataIntegrationPropsA description of the DataIntegration.- Specified by:
getDescriptionin interfaceCfnDataIntegrationProps
-
getFileConfiguration
Description copied from interface:CfnDataIntegrationPropsAWS::AppIntegrations::DataIntegration.FileConfiguration.- Specified by:
getFileConfigurationin interfaceCfnDataIntegrationProps
-
getObjectConfiguration
Description copied from interface:CfnDataIntegrationPropsAWS::AppIntegrations::DataIntegration.ObjectConfiguration.- Specified by:
getObjectConfigurationin interfaceCfnDataIntegrationProps
-
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
-
$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()
-