Interface IAttributeGroup
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAttributeGroup.Jsii$Default
- All Known Implementing Classes:
AttributeGroup,IAttributeGroup.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:41:05.275Z")
@Stability(Experimental)
public interface IAttributeGroup
extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) A Service Catalog AppRegistry Attribute Group.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAttributeGroup.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionvoidassociateWith(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.voidshareAttributeGroup(String id, ShareOptions shareOptions) (experimental) Share the attribute group resource with other IAM entities, accounts, or OUs.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods 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.
-