1. Packages
  2. AWS Native
  3. API Docs
  4. servicecatalogappregistry
  5. getResourceAssociation

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.servicecatalogappregistry.getResourceAssociation

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Schema for AWS::ServiceCatalogAppRegistry::ResourceAssociation

    Using getResourceAssociation

    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 getResourceAssociation(args: GetResourceAssociationArgs, opts?: InvokeOptions): Promise<GetResourceAssociationResult>
    function getResourceAssociationOutput(args: GetResourceAssociationOutputArgs, opts?: InvokeOptions): Output<GetResourceAssociationResult>
    def get_resource_association(application_arn: Optional[str] = None,
                                 resource_arn: Optional[str] = None,
                                 resource_type: Optional[ResourceAssociationResourceType] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetResourceAssociationResult
    def get_resource_association_output(application_arn: Optional[pulumi.Input[str]] = None,
                                 resource_arn: Optional[pulumi.Input[str]] = None,
                                 resource_type: Optional[pulumi.Input[ResourceAssociationResourceType]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetResourceAssociationResult]
    func LookupResourceAssociation(ctx *Context, args *LookupResourceAssociationArgs, opts ...InvokeOption) (*LookupResourceAssociationResult, error)
    func LookupResourceAssociationOutput(ctx *Context, args *LookupResourceAssociationOutputArgs, opts ...InvokeOption) LookupResourceAssociationResultOutput

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

    public static class GetResourceAssociation 
    {
        public static Task<GetResourceAssociationResult> InvokeAsync(GetResourceAssociationArgs args, InvokeOptions? opts = null)
        public static Output<GetResourceAssociationResult> Invoke(GetResourceAssociationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetResourceAssociationResult> getResourceAssociation(GetResourceAssociationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:servicecatalogappregistry:getResourceAssociation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApplicationArn string
    ResourceArn string
    ResourceType ResourceAssociationResourceType
    The type of the CFN Resource for now it's enum CFN_STACK.
    applicationArn String
    resourceArn String
    resourceType ResourceAssociationResourceType
    The type of the CFN Resource for now it's enum CFN_STACK.
    applicationArn string
    resourceArn string
    resourceType ResourceAssociationResourceType
    The type of the CFN Resource for now it's enum CFN_STACK.
    application_arn str
    resource_arn str
    resource_type ResourceAssociationResourceType
    The type of the CFN Resource for now it's enum CFN_STACK.
    applicationArn String
    resourceArn String
    resourceType "CFN_STACK"
    The type of the CFN Resource for now it's enum CFN_STACK.

    getResourceAssociation Result

    The following output properties are available:

    Supporting Types

    ResourceAssociationResourceType

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi