Class CfnIntegration
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.glue.CfnIntegration
- All Implemented Interfaces:
IInspectable,IIntegrationRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:22.591Z")
@Stability(Stable)
public class CfnIntegration
extends CfnResource
implements IInspectable, IIntegrationRef, ITaggableV2
Resource Type definition for AWS::Glue::Integration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
CfnIntegration cfnIntegration = CfnIntegration.Builder.create(this, "MyCfnIntegration")
.integrationName("integrationName")
.sourceArn("sourceArn")
.targetArn("targetArn")
// the properties below are optional
.additionalEncryptionContext(Map.of(
"additionalEncryptionContextKey", "additionalEncryptionContext"))
.dataFilter("dataFilter")
.description("description")
.integrationConfig(IntegrationConfigProperty.builder()
.continuousSync(false)
.refreshInterval("refreshInterval")
.sourceProperties(Map.of(
"sourcePropertiesKey", "sourceProperties"))
.build())
.kmsKeyId("kmsKeyId")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnIntegration.static interfaceThe configuration settings for the integration.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.glue.IIntegrationRef
IIntegrationRef.Jsii$Default, IIntegrationRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnIntegration(software.amazon.jsii.JsiiObjectRef objRef) CfnIntegration(software.constructs.Construct scope, String id, CfnIntegrationProps props) Create a newAWS::Glue::Integration. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForIntegration(IIntegrationRef resource) An optional set of non-secret key value pairs that contains additional contextual information about the data.The time (UTC) when the integration was created.The Amazon Resource Name (ARN) of the integration.The status of the integration.Tag Manager which manages the tags for this resource.The configuration settings for the integration.The name of the integration.A reference to a Integration resource.An KMS key identifier for the key to use to encrypt the integration.The Amazon Resource Name (ARN) of the database to use as the source for replication.getTags()An array of key-value pairs to apply to this resource.The Amazon Resource Name (ARN) of the Glue data warehouse to use as the target for replication.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidAn optional set of non-secret key value pairs that contains additional contextual information about the data.voidAn optional set of non-secret key value pairs that contains additional contextual information about the data.voidsetDataFilter(String value) voidsetDescription(String value) voidsetIntegrationConfig(IResolvable value) The configuration settings for the integration.voidThe configuration settings for the integration.voidsetIntegrationName(String value) The name of the integration.voidsetKmsKeyId(String value) An KMS key identifier for the key to use to encrypt the integration.voidsetSourceArn(String value) The Amazon Resource Name (ARN) of the database to use as the source for replication.voidAn array of key-value pairs to apply to this resource.voidsetTargetArn(String value) The Amazon Resource Name (ARN) of the Glue data warehouse to use as the target for replication.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnIntegration
protected CfnIntegration(software.amazon.jsii.JsiiObjectRef objRef) -
CfnIntegration
protected CfnIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnIntegration
@Stability(Stable) public CfnIntegration(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnIntegrationProps props) Create a newAWS::Glue::Integration.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForIntegration
@Stability(Stable) @NotNull public static String arnForIntegration(@NotNull IIntegrationRef resource) - Parameters:
resource- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreateTime
The time (UTC) when the integration was created. -
getAttrIntegrationArn
The Amazon Resource Name (ARN) of the integration. -
getAttrStatus
The status of the integration. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getIntegrationRef
A reference to a Integration resource.- Specified by:
getIntegrationRefin interfaceIIntegrationRef
-
getIntegrationName
The name of the integration. -
setIntegrationName
The name of the integration. -
getSourceArn
The Amazon Resource Name (ARN) of the database to use as the source for replication. -
setSourceArn
The Amazon Resource Name (ARN) of the database to use as the source for replication. -
getTargetArn
The Amazon Resource Name (ARN) of the Glue data warehouse to use as the target for replication. -
setTargetArn
The Amazon Resource Name (ARN) of the Glue data warehouse to use as the target for replication. -
getAdditionalEncryptionContext
An optional set of non-secret key value pairs that contains additional contextual information about the data.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable -
setAdditionalEncryptionContext
An optional set of non-secret key value pairs that contains additional contextual information about the data. -
setAdditionalEncryptionContext
An optional set of non-secret key value pairs that contains additional contextual information about the data. -
getDataFilter
-
setDataFilter
-
getDescription
-
setDescription
-
getIntegrationConfig
The configuration settings for the integration.Returns union: either
IResolvableorCfnIntegration.IntegrationConfigProperty -
setIntegrationConfig
The configuration settings for the integration. -
setIntegrationConfig
@Stability(Stable) public void setIntegrationConfig(@Nullable CfnIntegration.IntegrationConfigProperty value) The configuration settings for the integration. -
getKmsKeyId
An KMS key identifier for the key to use to encrypt the integration. -
setKmsKeyId
An KMS key identifier for the key to use to encrypt the integration. -
getTags
An array of key-value pairs to apply to this resource. -
setTags
An array of key-value pairs to apply to this resource.
-