aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.servicecatalogappregistry.getAttributeGroupAssociation

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(id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetAttributeGroupAssociationResult
def get_attribute_group_association_output(id: 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:

Id string
Id string
id String
id string
id str
id String

getAttributeGroupAssociation Result

The following output properties are available:

Application string

The name or the Id of the Application.

ApplicationArn string
AttributeGroup string

The name or the Id of the AttributeGroup.

AttributeGroupArn string
Id string
Application string

The name or the Id of the Application.

ApplicationArn string
AttributeGroup string

The name or the Id of the AttributeGroup.

AttributeGroupArn string
Id string
application String

The name or the Id of the Application.

applicationArn String
attributeGroup String

The name or the Id of the AttributeGroup.

attributeGroupArn String
id String
application string

The name or the Id of the Application.

applicationArn string
attributeGroup string

The name or the Id of the AttributeGroup.

attributeGroupArn string
id string
application str

The name or the Id of the Application.

application_arn str
attribute_group str

The name or the Id of the AttributeGroup.

attribute_group_arn str
id str
application String

The name or the Id of the Application.

applicationArn String
attributeGroup String

The name or the Id of the AttributeGroup.

attributeGroupArn String
id String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0