We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::Glue::Integration
Create Integration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Integration(name: string, args: IntegrationArgs, opts?: CustomResourceOptions);@overload
def Integration(resource_name: str,
args: IntegrationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Integration(resource_name: str,
opts: Optional[ResourceOptions] = None,
source_arn: Optional[str] = None,
target_arn: Optional[str] = None,
additional_encryption_context: Optional[Mapping[str, str]] = None,
data_filter: Optional[str] = None,
description: Optional[str] = None,
integration_config: Optional[IntegrationConfigArgs] = None,
integration_name: Optional[str] = None,
kms_key_id: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewIntegration(ctx *Context, name string, args IntegrationArgs, opts ...ResourceOption) (*Integration, error)public Integration(string name, IntegrationArgs args, CustomResourceOptions? opts = null)
public Integration(String name, IntegrationArgs args)
public Integration(String name, IntegrationArgs args, CustomResourceOptions options)
type: aws-native:glue:Integration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args IntegrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args IntegrationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args IntegrationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IntegrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IntegrationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Integration Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Integration resource accepts the following input properties:
- Source
Arn string - The Amazon Resource Name (ARN) of the database to use as the source for replication
- Target
Arn string - The Amazon Resource Name (ARN) of the Glue data warehouse to use as the target for replication
- Additional
Encryption Dictionary<string, string>Context - An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided if
KMSKeyIdis provided. - Data
Filter string - Selects source tables for the integration using Maxwell filter syntax.
- Description string
- A description for the integration.
- Integration
Config Pulumi.Aws Native. Glue. Inputs. Integration Config - The structure used to define properties associated with the zero-ETL integration. For more information, see IntegrationConfig structure.
- Integration
Name string - The name of the integration.
- Kms
Key stringId - An KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used.
-
List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Source
Arn string - The Amazon Resource Name (ARN) of the database to use as the source for replication
- Target
Arn string - The Amazon Resource Name (ARN) of the Glue data warehouse to use as the target for replication
- Additional
Encryption map[string]stringContext - An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided if
KMSKeyIdis provided. - Data
Filter string - Selects source tables for the integration using Maxwell filter syntax.
- Description string
- A description for the integration.
- Integration
Config IntegrationConfig Args - The structure used to define properties associated with the zero-ETL integration. For more information, see IntegrationConfig structure.
- Integration
Name string - The name of the integration.
- Kms
Key stringId - An KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used.
-
Tag
Args - An array of key-value pairs to apply to this resource.
- source
Arn String - The Amazon Resource Name (ARN) of the database to use as the source for replication
- target
Arn String - The Amazon Resource Name (ARN) of the Glue data warehouse to use as the target for replication
- additional
Encryption Map<String,String>Context - An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided if
KMSKeyIdis provided. - data
Filter String - Selects source tables for the integration using Maxwell filter syntax.
- description String
- A description for the integration.
- integration
Config IntegrationConfig - The structure used to define properties associated with the zero-ETL integration. For more information, see IntegrationConfig structure.
- integration
Name String - The name of the integration.
- kms
Key StringId - An KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- source
Arn string - The Amazon Resource Name (ARN) of the database to use as the source for replication
- target
Arn string - The Amazon Resource Name (ARN) of the Glue data warehouse to use as the target for replication
- additional
Encryption {[key: string]: string}Context - An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided if
KMSKeyIdis provided. - data
Filter string - Selects source tables for the integration using Maxwell filter syntax.
- description string
- A description for the integration.
- integration
Config IntegrationConfig - The structure used to define properties associated with the zero-ETL integration. For more information, see IntegrationConfig structure.
- integration
Name string - The name of the integration.
- kms
Key stringId - An KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used.
- Tag[]
- An array of key-value pairs to apply to this resource.
- source_
arn str - The Amazon Resource Name (ARN) of the database to use as the source for replication
- target_
arn str - The Amazon Resource Name (ARN) of the Glue data warehouse to use as the target for replication
- additional_
encryption_ Mapping[str, str]context - An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided if
KMSKeyIdis provided. - data_
filter str - Selects source tables for the integration using Maxwell filter syntax.
- description str
- A description for the integration.
- integration_
config IntegrationConfig Args - The structure used to define properties associated with the zero-ETL integration. For more information, see IntegrationConfig structure.
- integration_
name str - The name of the integration.
- kms_
key_ strid - An KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used.
-
Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- source
Arn String - The Amazon Resource Name (ARN) of the database to use as the source for replication
- target
Arn String - The Amazon Resource Name (ARN) of the Glue data warehouse to use as the target for replication
- additional
Encryption Map<String>Context - An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided if
KMSKeyIdis provided. - data
Filter String - Selects source tables for the integration using Maxwell filter syntax.
- description String
- A description for the integration.
- integration
Config Property Map - The structure used to define properties associated with the zero-ETL integration. For more information, see IntegrationConfig structure.
- integration
Name String - The name of the integration.
- kms
Key StringId - An KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Integration resource produces the following output properties:
- Create
Time string - The time (UTC) when the integration was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Integration
Arn string - The Amazon Resource Name (ARN) of the integration.
- Status string
- The status of the integration.
- Create
Time string - The time (UTC) when the integration was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Integration
Arn string - The Amazon Resource Name (ARN) of the integration.
- Status string
- The status of the integration.
- create
Time String - The time (UTC) when the integration was created.
- id String
- The provider-assigned unique ID for this managed resource.
- integration
Arn String - The Amazon Resource Name (ARN) of the integration.
- status String
- The status of the integration.
- create
Time string - The time (UTC) when the integration was created.
- id string
- The provider-assigned unique ID for this managed resource.
- integration
Arn string - The Amazon Resource Name (ARN) of the integration.
- status string
- The status of the integration.
- create_
time str - The time (UTC) when the integration was created.
- id str
- The provider-assigned unique ID for this managed resource.
- integration_
arn str - The Amazon Resource Name (ARN) of the integration.
- status str
- The status of the integration.
- create
Time String - The time (UTC) when the integration was created.
- id String
- The provider-assigned unique ID for this managed resource.
- integration
Arn String - The Amazon Resource Name (ARN) of the integration.
- status String
- The status of the integration.
Supporting Types
IntegrationConfig, IntegrationConfigArgs
The configuration settings for the integration.- Continuous
Sync bool - Enables continuous synchronization for on-demand data extractions.
- Refresh
Interval string - Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.
- Source
Properties Dictionary<string, string> - A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
- Continuous
Sync bool - Enables continuous synchronization for on-demand data extractions.
- Refresh
Interval string - Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.
- Source
Properties map[string]string - A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
- continuous
Sync Boolean - Enables continuous synchronization for on-demand data extractions.
- refresh
Interval String - Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.
- source
Properties Map<String,String> - A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
- continuous
Sync boolean - Enables continuous synchronization for on-demand data extractions.
- refresh
Interval string - Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.
- source
Properties {[key: string]: string} - A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
- continuous_
sync bool - Enables continuous synchronization for on-demand data extractions.
- refresh_
interval str - Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.
- source_
properties Mapping[str, str] - A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
- continuous
Sync Boolean - Enables continuous synchronization for on-demand data extractions.
- refresh
Interval String - Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.
- source
Properties Map<String> - A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
