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.servicecatalogappregistry.getResourceAssociation
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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 dictionaryThe following arguments are supported:
- Application
Arn string - The Amazon resource name (ARN) that specifies the application.
 - Resource
Arn string - The Amazon resource name (ARN) that specifies the resource.
 - Resource
Type Pulumi.Aws Native. Service Catalog App Registry. Resource Association Resource Type  - The type of the CFN Resource for now it's enum CFN_STACK.
 
- Application
Arn string - The Amazon resource name (ARN) that specifies the application.
 - Resource
Arn string - The Amazon resource name (ARN) that specifies the resource.
 - Resource
Type ResourceAssociation Resource Type  - The type of the CFN Resource for now it's enum CFN_STACK.
 
- application
Arn String - The Amazon resource name (ARN) that specifies the application.
 - resource
Arn String - The Amazon resource name (ARN) that specifies the resource.
 - resource
Type ResourceAssociation Resource Type  - The type of the CFN Resource for now it's enum CFN_STACK.
 
- application
Arn string - The Amazon resource name (ARN) that specifies the application.
 - resource
Arn string - The Amazon resource name (ARN) that specifies the resource.
 - resource
Type ResourceAssociation Resource Type  - The type of the CFN Resource for now it's enum CFN_STACK.
 
- application_
arn str - The Amazon resource name (ARN) that specifies the application.
 - resource_
arn str - The Amazon resource name (ARN) that specifies the resource.
 - resource_
type ResourceAssociation Resource Type  - The type of the CFN Resource for now it's enum CFN_STACK.
 
- application
Arn String - The Amazon resource name (ARN) that specifies the application.
 - resource
Arn String - The Amazon resource name (ARN) that specifies the resource.
 - resource
Type "CFN_STACK" - The type of the CFN Resource for now it's enum CFN_STACK.
 
getResourceAssociation Result
The following output properties are available:
- Application
Arn string - The Amazon resource name (ARN) that specifies the application.
 - Resource
Arn string - The Amazon resource name (ARN) that specifies the resource.
 
- Application
Arn string - The Amazon resource name (ARN) that specifies the application.
 - Resource
Arn string - The Amazon resource name (ARN) that specifies the resource.
 
- application
Arn String - The Amazon resource name (ARN) that specifies the application.
 - resource
Arn String - The Amazon resource name (ARN) that specifies the resource.
 
- application
Arn string - The Amazon resource name (ARN) that specifies the application.
 - resource
Arn string - The Amazon resource name (ARN) that specifies the resource.
 
- application_
arn str - The Amazon resource name (ARN) that specifies the application.
 - resource_
arn str - The Amazon resource name (ARN) that specifies the resource.
 
- application
Arn String - The Amazon resource name (ARN) that specifies the application.
 - resource
Arn String - The Amazon resource name (ARN) that specifies the resource.
 
Supporting Types
ResourceAssociationResourceType   
Package Details
- Repository
 - AWS Native pulumi/pulumi-aws-native
 - License
 - Apache-2.0
 
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi