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

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.servicecatalogappregistry.getAttributeGroupAssociation

Explore with Pulumi AI

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 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>
Copy
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]
Copy
func LookupAttributeGroupAssociation(ctx *Context, args *LookupAttributeGroupAssociationArgs, opts ...InvokeOption) (*LookupAttributeGroupAssociationResult, error)
func LookupAttributeGroupAssociationOutput(ctx *Context, args *LookupAttributeGroupAssociationOutputArgs, opts ...InvokeOption) LookupAttributeGroupAssociationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetAttributeGroupAssociationResult> getAttributeGroupAssociation(GetAttributeGroupAssociationArgs args, InvokeOptions options)
public static Output<GetAttributeGroupAssociationResult> getAttributeGroupAssociation(GetAttributeGroupAssociationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:servicecatalogappregistry:getAttributeGroupAssociation
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ApplicationArn This property is required. string
The Amazon resource name (ARN) of the application that was augmented with attributes.
AttributeGroupArn This property is required. string
The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
ApplicationArn This property is required. string
The Amazon resource name (ARN) of the application that was augmented with attributes.
AttributeGroupArn This property is required. string
The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
applicationArn This property is required. String
The Amazon resource name (ARN) of the application that was augmented with attributes.
attributeGroupArn This property is required. String
The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
applicationArn This property is required. string
The Amazon resource name (ARN) of the application that was augmented with attributes.
attributeGroupArn This property is required. string
The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
application_arn This property is required. str
The Amazon resource name (ARN) of the application that was augmented with attributes.
attribute_group_arn This property is required. str
The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
applicationArn This property is required. String
The Amazon resource name (ARN) of the application that was augmented with attributes.
attributeGroupArn This property is required. 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

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