1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. glue
  5. IntegrationResourceProperty

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

aws-native.glue.IntegrationResourceProperty

Get Started
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

    Resource Type definition for AWS::Glue::IntegrationResourceProperty

    Create IntegrationResourceProperty Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new IntegrationResourceProperty(name: string, args: IntegrationResourcePropertyArgs, opts?: CustomResourceOptions);
    @overload
    def IntegrationResourceProperty(resource_name: str,
                                    args: IntegrationResourcePropertyArgs,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def IntegrationResourceProperty(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    resource_arn: Optional[str] = None,
                                    source_processing_properties: Optional[SourceProcessingPropertiesPropertiesArgs] = None,
                                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                                    target_processing_properties: Optional[TargetProcessingPropertiesPropertiesArgs] = None)
    func NewIntegrationResourceProperty(ctx *Context, name string, args IntegrationResourcePropertyArgs, opts ...ResourceOption) (*IntegrationResourceProperty, error)
    public IntegrationResourceProperty(string name, IntegrationResourcePropertyArgs args, CustomResourceOptions? opts = null)
    public IntegrationResourceProperty(String name, IntegrationResourcePropertyArgs args)
    public IntegrationResourceProperty(String name, IntegrationResourcePropertyArgs args, CustomResourceOptions options)
    
    type: aws-native:glue:IntegrationResourceProperty
    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 IntegrationResourcePropertyArgs
    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 IntegrationResourcePropertyArgs
    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 IntegrationResourcePropertyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IntegrationResourcePropertyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IntegrationResourcePropertyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    IntegrationResourceProperty 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 IntegrationResourceProperty resource accepts the following input properties:

    ResourceArn string
    The connection ARN of the source, or the database ARN of the target.
    SourceProcessingProperties Pulumi.AwsNative.Glue.Inputs.SourceProcessingPropertiesProperties
    The resource properties associated with the integration source.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    TargetProcessingProperties Pulumi.AwsNative.Glue.Inputs.TargetProcessingPropertiesProperties
    The resource properties associated with the integration target.
    ResourceArn string
    The connection ARN of the source, or the database ARN of the target.
    SourceProcessingProperties SourceProcessingPropertiesPropertiesArgs
    The resource properties associated with the integration source.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    TargetProcessingProperties TargetProcessingPropertiesPropertiesArgs
    The resource properties associated with the integration target.
    resourceArn String
    The connection ARN of the source, or the database ARN of the target.
    sourceProcessingProperties SourceProcessingPropertiesProperties
    The resource properties associated with the integration source.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    targetProcessingProperties TargetProcessingPropertiesProperties
    The resource properties associated with the integration target.
    resourceArn string
    The connection ARN of the source, or the database ARN of the target.
    sourceProcessingProperties SourceProcessingPropertiesProperties
    The resource properties associated with the integration source.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    targetProcessingProperties TargetProcessingPropertiesProperties
    The resource properties associated with the integration target.
    resource_arn str
    The connection ARN of the source, or the database ARN of the target.
    source_processing_properties SourceProcessingPropertiesPropertiesArgs
    The resource properties associated with the integration source.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    target_processing_properties TargetProcessingPropertiesPropertiesArgs
    The resource properties associated with the integration target.
    resourceArn String
    The connection ARN of the source, or the database ARN of the target.
    sourceProcessingProperties Property Map
    The resource properties associated with the integration source.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    targetProcessingProperties Property Map
    The resource properties associated with the integration target.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the IntegrationResourceProperty resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    ResourcePropertyArn string
    The integration resource property ARN.
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourcePropertyArn string
    The integration resource property ARN.
    id String
    The provider-assigned unique ID for this managed resource.
    resourcePropertyArn String
    The integration resource property ARN.
    id string
    The provider-assigned unique ID for this managed resource.
    resourcePropertyArn string
    The integration resource property ARN.
    id str
    The provider-assigned unique ID for this managed resource.
    resource_property_arn str
    The integration resource property ARN.
    id String
    The provider-assigned unique ID for this managed resource.
    resourcePropertyArn String
    The integration resource property ARN.

    Supporting Types

    SourceProcessingPropertiesProperties, SourceProcessingPropertiesPropertiesArgs

    The resource properties associated with the integration source.
    RoleArn string
    The IAM role to access the Glue connection.
    RoleArn string
    The IAM role to access the Glue connection.
    roleArn String
    The IAM role to access the Glue connection.
    roleArn string
    The IAM role to access the Glue connection.
    role_arn str
    The IAM role to access the Glue connection.
    roleArn String
    The IAM role to access the Glue connection.

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    TargetProcessingPropertiesProperties, TargetProcessingPropertiesPropertiesArgs

    The resource properties associated with the integration target.
    RoleArn string
    The IAM role to access the Glue database.
    ConnectionName string
    The Glue network connection to configure the Glue job running in the customer VPC.
    EventBusArn string
    The ARN of an Eventbridge event bus to receive the integration status notification.
    KmsArn string
    The ARN of the KMS key used for encryption.
    RoleArn string
    The IAM role to access the Glue database.
    ConnectionName string
    The Glue network connection to configure the Glue job running in the customer VPC.
    EventBusArn string
    The ARN of an Eventbridge event bus to receive the integration status notification.
    KmsArn string
    The ARN of the KMS key used for encryption.
    roleArn String
    The IAM role to access the Glue database.
    connectionName String
    The Glue network connection to configure the Glue job running in the customer VPC.
    eventBusArn String
    The ARN of an Eventbridge event bus to receive the integration status notification.
    kmsArn String
    The ARN of the KMS key used for encryption.
    roleArn string
    The IAM role to access the Glue database.
    connectionName string
    The Glue network connection to configure the Glue job running in the customer VPC.
    eventBusArn string
    The ARN of an Eventbridge event bus to receive the integration status notification.
    kmsArn string
    The ARN of the KMS key used for encryption.
    role_arn str
    The IAM role to access the Glue database.
    connection_name str
    The Glue network connection to configure the Glue job running in the customer VPC.
    event_bus_arn str
    The ARN of an Eventbridge event bus to receive the integration status notification.
    kms_arn str
    The ARN of the KMS key used for encryption.
    roleArn String
    The IAM role to access the Glue database.
    connectionName String
    The Glue network connection to configure the Glue job running in the customer VPC.
    eventBusArn String
    The ARN of an Eventbridge event bus to receive the integration status notification.
    kmsArn String
    The ARN of the KMS key used for encryption.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate