| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicecatalogappregistry |
AWS ServiceCatalogAppRegistry Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAttributeGroup.Jsii$Default
Internal default implementation for
IAttributeGroup. |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeGroup
(experimental) A Service Catalog AppRegistry Attribute Group.
|
static class |
IAttributeGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
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 Type | Method and Description |
|---|---|
void |
Application.associateAttributeGroup(IAttributeGroup attributeGroup)
(experimental) Associate an attribute group with application If the attribute group is already associated, it will ignore duplicate request.
|
void |
IApplication.associateAttributeGroup(IAttributeGroup attributeGroup)
(experimental) Associate thisapplication with an attribute group.
|
void |
IApplication.Jsii$Proxy.associateAttributeGroup(IAttributeGroup attributeGroup)
(experimental) Associate thisapplication with an attribute group.
|
default void |
IApplication.Jsii$Default.associateAttributeGroup(IAttributeGroup attributeGroup)
(experimental) Associate thisapplication with an attribute group.
|
Copyright © 2022. All rights reserved.