public static final class CfnDataIntegrationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataIntegrationProps
CfnDataIntegrationProps
CfnDataIntegrationProps.Builder, CfnDataIntegrationProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
A description of the DataIntegration.
|
java.lang.String |
getKmsKey()
The KMS key for the DataIntegration.
|
java.lang.String |
getName()
The name of the DataIntegration.
|
java.lang.Object |
getScheduleConfig()
The name of the data and how often it should be pulled from the source.
|
java.lang.String |
getSourceUri()
The URI of the data source.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getKmsKey()
CfnDataIntegrationProps
getKmsKey
in interface CfnDataIntegrationProps
public final java.lang.String getName()
CfnDataIntegrationProps
getName
in interface CfnDataIntegrationProps
public final java.lang.Object getScheduleConfig()
CfnDataIntegrationProps
getScheduleConfig
in interface CfnDataIntegrationProps
public final java.lang.String getSourceUri()
CfnDataIntegrationProps
getSourceUri
in interface CfnDataIntegrationProps
public final java.lang.String getDescription()
CfnDataIntegrationProps
getDescription
in interface CfnDataIntegrationProps
public final java.util.List<CfnTag> getTags()
CfnDataIntegrationProps
For more information, see Tag .
getTags
in interface CfnDataIntegrationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()