1. Packages
  2. AWS Native
  3. API Docs
  4. connect
  5. getIntegrationAssociation

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.connect.getIntegrationAssociation

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Resource Type definition for AWS::Connect::IntegrationAssociation

    Using getIntegrationAssociation

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getIntegrationAssociation(args: GetIntegrationAssociationArgs, opts?: InvokeOptions): Promise<GetIntegrationAssociationResult>
    function getIntegrationAssociationOutput(args: GetIntegrationAssociationOutputArgs, opts?: InvokeOptions): Output<GetIntegrationAssociationResult>
    def get_integration_association(instance_id: Optional[str] = None,
                                    integration_arn: Optional[str] = None,
                                    integration_type: Optional[IntegrationAssociationIntegrationType] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetIntegrationAssociationResult
    def get_integration_association_output(instance_id: Optional[pulumi.Input[str]] = None,
                                    integration_arn: Optional[pulumi.Input[str]] = None,
                                    integration_type: Optional[pulumi.Input[IntegrationAssociationIntegrationType]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationAssociationResult]
    func LookupIntegrationAssociation(ctx *Context, args *LookupIntegrationAssociationArgs, opts ...InvokeOption) (*LookupIntegrationAssociationResult, error)
    func LookupIntegrationAssociationOutput(ctx *Context, args *LookupIntegrationAssociationOutputArgs, opts ...InvokeOption) LookupIntegrationAssociationResultOutput

    > Note: This function is named LookupIntegrationAssociation in the Go SDK.

    public static class GetIntegrationAssociation 
    {
        public static Task<GetIntegrationAssociationResult> InvokeAsync(GetIntegrationAssociationArgs args, InvokeOptions? opts = null)
        public static Output<GetIntegrationAssociationResult> Invoke(GetIntegrationAssociationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIntegrationAssociationResult> getIntegrationAssociation(GetIntegrationAssociationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:connect:getIntegrationAssociation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string

    The Amazon Resource Name (ARN) of the instance.

    Minimum : 1

    Maximum : 100

    IntegrationArn string

    ARN of the integration being associated with the instance.

    Minimum : 1

    Maximum : 140

    IntegrationType Pulumi.AwsNative.Connect.IntegrationAssociationIntegrationType

    Specifies the integration type to be associated with the instance.

    Allowed Values : LEX_BOT | LAMBDA_FUNCTION

    InstanceId string

    The Amazon Resource Name (ARN) of the instance.

    Minimum : 1

    Maximum : 100

    IntegrationArn string

    ARN of the integration being associated with the instance.

    Minimum : 1

    Maximum : 140

    IntegrationType IntegrationAssociationIntegrationType

    Specifies the integration type to be associated with the instance.

    Allowed Values : LEX_BOT | LAMBDA_FUNCTION

    instanceId String

    The Amazon Resource Name (ARN) of the instance.

    Minimum : 1

    Maximum : 100

    integrationArn String

    ARN of the integration being associated with the instance.

    Minimum : 1

    Maximum : 140

    integrationType IntegrationAssociationIntegrationType

    Specifies the integration type to be associated with the instance.

    Allowed Values : LEX_BOT | LAMBDA_FUNCTION

    instanceId string

    The Amazon Resource Name (ARN) of the instance.

    Minimum : 1

    Maximum : 100

    integrationArn string

    ARN of the integration being associated with the instance.

    Minimum : 1

    Maximum : 140

    integrationType IntegrationAssociationIntegrationType

    Specifies the integration type to be associated with the instance.

    Allowed Values : LEX_BOT | LAMBDA_FUNCTION

    instance_id str

    The Amazon Resource Name (ARN) of the instance.

    Minimum : 1

    Maximum : 100

    integration_arn str

    ARN of the integration being associated with the instance.

    Minimum : 1

    Maximum : 140

    integration_type IntegrationAssociationIntegrationType

    Specifies the integration type to be associated with the instance.

    Allowed Values : LEX_BOT | LAMBDA_FUNCTION

    instanceId String

    The Amazon Resource Name (ARN) of the instance.

    Minimum : 1

    Maximum : 100

    integrationArn String

    ARN of the integration being associated with the instance.

    Minimum : 1

    Maximum : 140

    integrationType "LEX_BOT" | "LAMBDA_FUNCTION" | "APPLICATION"

    Specifies the integration type to be associated with the instance.

    Allowed Values : LEX_BOT | LAMBDA_FUNCTION

    getIntegrationAssociation Result

    The following output properties are available:

    IntegrationAssociationId string
    Identifier of the association with an Amazon Connect instance.
    IntegrationAssociationId string
    Identifier of the association with an Amazon Connect instance.
    integrationAssociationId String
    Identifier of the association with an Amazon Connect instance.
    integrationAssociationId string
    Identifier of the association with an Amazon Connect instance.
    integration_association_id str
    Identifier of the association with an Amazon Connect instance.
    integrationAssociationId String
    Identifier of the association with an Amazon Connect instance.

    Supporting Types

    IntegrationAssociationIntegrationType

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi