get Attribute Group Association
suspend fun getAttributeGroupAssociation(argument: GetAttributeGroupAssociationPlainArgs): GetAttributeGroupAssociationResult
Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.
Return
null
Parameters
argument
null
suspend fun getAttributeGroupAssociation(applicationArn: String, attributeGroupArn: String): GetAttributeGroupAssociationResult
Return
null
Parameters
application Arn
The Amazon resource name (ARN) of the application that was augmented with attributes.
attribute Group Arn
The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
See also
suspend fun getAttributeGroupAssociation(argument: suspend GetAttributeGroupAssociationPlainArgsBuilder.() -> Unit): GetAttributeGroupAssociationResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.servicecatalogappregistry.kotlin.inputs.GetAttributeGroupAssociationPlainArgs.