interface CfnAttributeGroupAssociationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalogAppRegistry.CfnAttributeGroupAssociationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsservicecatalogappregistry#CfnAttributeGroupAssociationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.servicecatalogappregistry.CfnAttributeGroupAssociationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_servicecatalogappregistry.CfnAttributeGroupAssociationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_servicecatalogappregistry » CfnAttributeGroupAssociationMixinProps |
Properties for CfnAttributeGroupAssociationPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalogappregistry as servicecatalogappregistry } from '@aws-cdk/cfn-property-mixins';
const cfnAttributeGroupAssociationMixinProps: servicecatalogappregistry.CfnAttributeGroupAssociationMixinProps = {
application: 'application',
attributeGroup: 'attributeGroup',
};
Properties
| Name | Type | Description |
|---|---|---|
| application? | string | The name or ID of the application. |
| attribute | string | The name or ID of the attribute group which holds the attributes that describe the application. |
application?
Type:
string
(optional)
The name or ID of the application.
attributeGroup?
Type:
string
(optional)
The name or ID of the attribute group which holds the attributes that describe the application.

.NET
Go
Java
Python
TypeScript