We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.servicecatalogappregistry.getAttributeGroupAssociation
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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:
- Application
Arn string - The Amazon resource name (ARN) of the application that was augmented with attributes.
- Attribute
Group stringArn - The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
- Application
Arn string - The Amazon resource name (ARN) of the application that was augmented with attributes.
- Attribute
Group stringArn - The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
- application
Arn String - The Amazon resource name (ARN) of the application that was augmented with attributes.
- attribute
Group StringArn - The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
- application
Arn string - The Amazon resource name (ARN) of the application that was augmented with attributes.
- attribute
Group stringArn - 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_ strarn - The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
- application
Arn String - The Amazon resource name (ARN) of the application that was augmented with attributes.
- attribute
Group StringArn - The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
getAttributeGroupAssociation Result
The following output properties are available:
- Application
Arn string - The Amazon resource name (ARN) of the application that was augmented with attributes.
- Attribute
Group stringArn - The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
- Application
Arn string - The Amazon resource name (ARN) of the application that was augmented with attributes.
- Attribute
Group stringArn - The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
- application
Arn String - The Amazon resource name (ARN) of the application that was augmented with attributes.
- attribute
Group StringArn - The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
- application
Arn string - The Amazon resource name (ARN) of the application that was augmented with attributes.
- attribute
Group stringArn - 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_ strarn - The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
- application
Arn String - The Amazon resource name (ARN) of the application that was augmented with attributes.
- attribute
Group StringArn - 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi