Uses of Interface
software.amazon.awscdk.interfaces.servicecatalogappregistry.IAttributeGroupRef
Packages that use IAttributeGroupRef
Package
Description
AWS::ServiceCatalogAppRegistry Construct Library
-
Uses of IAttributeGroupRef in software.amazon.awscdk.interfaces.servicecatalogappregistry
Subinterfaces of IAttributeGroupRef in software.amazon.awscdk.interfaces.servicecatalogappregistryModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAttributeGroupRef.Classes in software.amazon.awscdk.interfaces.servicecatalogappregistry that implement IAttributeGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IAttributeGroupRef in software.amazon.awscdk.services.servicecatalogappregistry
Classes in software.amazon.awscdk.services.servicecatalogappregistry that implement IAttributeGroupRefModifier and TypeClassDescriptionclassCreates a new attribute group as a container for user-defined attributes.Methods in software.amazon.awscdk.services.servicecatalogappregistry that return IAttributeGroupRefModifier and TypeMethodDescriptionstatic IAttributeGroupRefCfnAttributeGroup.fromAttributeGroupArn(software.constructs.Construct scope, String id, String arn) Creates a new IAttributeGroupRef from an ARN.static IAttributeGroupRefCfnAttributeGroup.fromAttributeGroupId(software.constructs.Construct scope, String id, String attributeGroupId) Creates a new IAttributeGroupRef from a attributeGroupId.