Uses of Interface
software.amazon.awscdk.services.servicecatalogappregistry.alpha.IAttributeGroup
Package
Description
AWS ServiceCatalogAppRegistry Construct Library
-
Uses of IAttributeGroup in software.amazon.awscdk.services.servicecatalogappregistry.alpha
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAttributeGroup
.Modifier and TypeClassDescriptionclass
(experimental) A Service Catalog AppRegistry Attribute Group.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionApplication.addAttributeGroup
(String id, AttributeGroupAssociationProps props) (experimental) Create an attribute group and associate this application with the created attribute group.IApplication.addAttributeGroup
(String id, AttributeGroupAssociationProps attributeGroupProps) (experimental) Create an attribute group and associate this application with the created attribute group.default IAttributeGroup
IApplication.Jsii$Default.addAttributeGroup
(String id, AttributeGroupAssociationProps attributeGroupProps) (experimental) Create an attribute group and associate this application with the created attribute group.final IAttributeGroup
IApplication.Jsii$Proxy.addAttributeGroup
(String id, AttributeGroupAssociationProps attributeGroupProps) (experimental) Create an attribute group and associate this application with the created attribute group.static IAttributeGroup
AttributeGroup.fromAttributeGroupArn
(software.constructs.Construct scope, String id, String attributeGroupArn) (experimental) Imports an attribute group construct that represents an external attribute group.Modifier and TypeMethodDescriptionvoid
Application.associateAttributeGroup
(IAttributeGroup attributeGroup) Deprecated.void
IApplication.associateAttributeGroup
(IAttributeGroup attributeGroup) (experimental) Associate this application with an attribute group.default void
IApplication.Jsii$Default.associateAttributeGroup
(IAttributeGroup attributeGroup) (experimental) Associate this application with an attribute group.final void
IApplication.Jsii$Proxy.associateAttributeGroup
(IAttributeGroup attributeGroup) (experimental) Associate this application with an attribute group.
AttributeGroup.associateWith
instead.