Interface IAttributeGroup
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAttributeGroup.Jsii$Default
- All Known Implementing Classes:
AttributeGroup
,IAttributeGroup.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:18.448Z")
@Stability(Experimental)
public interface IAttributeGroup
extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) A Service Catalog AppRegistry Attribute Group.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAttributeGroup
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionvoid
associateWith
(IApplication application) (experimental) Associate an application with attribute group If the attribute group is already associated, it will ignore duplicate request.(experimental) The ARN of the attribute group.(experimental) The ID of the attribute group.void
shareAttributeGroup
(String id, ShareOptions shareOptions) (experimental) Share the attribute group resource with other IAM entities, accounts, or OUs.Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttributeGroupArn
(experimental) The ARN of the attribute group. -
getAttributeGroupId
(experimental) The ID of the attribute group. -
associateWith
(experimental) Associate an application with attribute group If the attribute group is already associated, it will ignore duplicate request.- Parameters:
application
- This parameter is required.
-