AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi
aws-native.servicecatalogappregistry.getAttributeGroupAssociation
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 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(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
Arn string - Attribute
Group stringArn - Id string
- Application
Arn string - Attribute
Group stringArn - Id string
- application
Arn String - attribute
Group StringArn - id String
- application
Arn string - attribute
Group stringArn - id string
- application_
arn str - attribute_
group_ strarn - id str
- application
Arn String - attribute
Group StringArn - id String
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.77.0 published on Wednesday, Sep 20, 2023 by Pulumi