Class CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty
An implementation for
CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty-
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.glue.CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty
CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Builder, CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.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 StringThe Glue network connection to configure the Glue job running in the customer VPC.final StringThe ARN of an Eventbridge event bus to receive the integration status notification.final StringThe ARN of the KMS key used for encryption.final StringThe IAM role to access the Glue database.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
protected Jsii$Proxy(CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Builder.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnIntegrationResourceProperty.TargetProcessingPropertiesPropertyThe IAM role to access the Glue database.- Specified by:
getRoleArnin interfaceCfnIntegrationResourceProperty.TargetProcessingPropertiesProperty- See Also:
-
getConnectionName
Description copied from interface:CfnIntegrationResourceProperty.TargetProcessingPropertiesPropertyThe Glue network connection to configure the Glue job running in the customer VPC.- Specified by:
getConnectionNamein interfaceCfnIntegrationResourceProperty.TargetProcessingPropertiesProperty- See Also:
-
getEventBusArn
Description copied from interface:CfnIntegrationResourceProperty.TargetProcessingPropertiesPropertyThe ARN of an Eventbridge event bus to receive the integration status notification.- Specified by:
getEventBusArnin interfaceCfnIntegrationResourceProperty.TargetProcessingPropertiesProperty- See Also:
-
getKmsArn
Description copied from interface:CfnIntegrationResourceProperty.TargetProcessingPropertiesPropertyThe ARN of the KMS key used for encryption.- Specified by:
getKmsArnin interfaceCfnIntegrationResourceProperty.TargetProcessingPropertiesProperty- 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()
-