1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. logs
  5. getIntegration

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.logs.getIntegration

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Resource Schema for Logs Integration Resource

    Using getIntegration

    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 getIntegration(args: GetIntegrationArgs, opts?: InvokeOptions): Promise<GetIntegrationResult>
    function getIntegrationOutput(args: GetIntegrationOutputArgs, opts?: InvokeOptions): Output<GetIntegrationResult>
    def get_integration(integration_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetIntegrationResult
    def get_integration_output(integration_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationResult]
    func LookupIntegration(ctx *Context, args *LookupIntegrationArgs, opts ...InvokeOption) (*LookupIntegrationResult, error)
    func LookupIntegrationOutput(ctx *Context, args *LookupIntegrationOutputArgs, opts ...InvokeOption) LookupIntegrationResultOutput

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

    public static class GetIntegration 
    {
        public static Task<GetIntegrationResult> InvokeAsync(GetIntegrationArgs args, InvokeOptions? opts = null)
        public static Output<GetIntegrationResult> Invoke(GetIntegrationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIntegrationResult> getIntegration(GetIntegrationArgs args, InvokeOptions options)
    public static Output<GetIntegrationResult> getIntegration(GetIntegrationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:logs:getIntegration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IntegrationName string
    User provided identifier for integration, unique to the user account.
    IntegrationName string
    User provided identifier for integration, unique to the user account.
    integrationName String
    User provided identifier for integration, unique to the user account.
    integrationName string
    User provided identifier for integration, unique to the user account.
    integration_name str
    User provided identifier for integration, unique to the user account.
    integrationName String
    User provided identifier for integration, unique to the user account.

    getIntegration Result

    The following output properties are available:

    IntegrationStatus Pulumi.AwsNative.Logs.IntegrationStatus
    Status of creation for the Integration and its resources
    IntegrationStatus IntegrationStatus
    Status of creation for the Integration and its resources
    integrationStatus IntegrationStatus
    Status of creation for the Integration and its resources
    integrationStatus IntegrationStatus
    Status of creation for the Integration and its resources
    integration_status IntegrationStatus
    Status of creation for the Integration and its resources
    integrationStatus "PROVISIONING" | "ACTIVE" | "FAILED"
    Status of creation for the Integration and its resources

    Supporting Types

    IntegrationStatus

    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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi