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

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.servicecatalogappregistry.getAttributeGroupAssociation

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.

    Using getAttributeGroupAssociation

    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 getAttributeGroupAssociation(args: GetAttributeGroupAssociationArgs, opts?: InvokeOptions): Promise<GetAttributeGroupAssociationResult>
    function getAttributeGroupAssociationOutput(args: GetAttributeGroupAssociationOutputArgs, opts?: InvokeOptions): Output<GetAttributeGroupAssociationResult>
    def get_attribute_group_association(application_arn: Optional[str] = None,
                                        attribute_group_arn: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetAttributeGroupAssociationResult
    def get_attribute_group_association_output(application_arn: Optional[pulumi.Input[str]] = None,
                                        attribute_group_arn: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetAttributeGroupAssociationResult]
    func LookupAttributeGroupAssociation(ctx *Context, args *LookupAttributeGroupAssociationArgs, opts ...InvokeOption) (*LookupAttributeGroupAssociationResult, error)
    func LookupAttributeGroupAssociationOutput(ctx *Context, args *LookupAttributeGroupAssociationOutputArgs, opts ...InvokeOption) LookupAttributeGroupAssociationResultOutput

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

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

    The following arguments are supported:

    ApplicationArn string
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    AttributeGroupArn string
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
    ApplicationArn string
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    AttributeGroupArn string
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
    applicationArn String
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    attributeGroupArn String
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
    applicationArn string
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    attributeGroupArn string
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
    application_arn str
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    attribute_group_arn str
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
    applicationArn String
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    attributeGroupArn String
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.

    getAttributeGroupAssociation Result

    The following output properties are available:

    ApplicationArn string
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    AttributeGroupArn string
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
    ApplicationArn string
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    AttributeGroupArn string
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
    applicationArn String
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    attributeGroupArn String
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
    applicationArn string
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    attributeGroupArn string
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
    application_arn str
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    attribute_group_arn str
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
    applicationArn String
    The Amazon resource name (ARN) of the application that was augmented with attributes.
    attributeGroupArn String
    The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi