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.98.0 (build 00b106d)", date="2024-05-08T21:35:16.067Z") @Stability(Experimental) public interface IAttributeGroup extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) A Service Catalog AppRegistry Attribute Group.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IAttributeGroup.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    (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
    (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

      @Stability(Experimental) @NotNull String getAttributeGroupArn()
      (experimental) The ARN of the attribute group.
    • getAttributeGroupId

      @Stability(Experimental) @NotNull String getAttributeGroupId()
      (experimental) The ID of the attribute group.
    • associateWith

      @Stability(Experimental) void associateWith(@NotNull IApplication application)
      (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.
    • shareAttributeGroup

      @Stability(Experimental) void shareAttributeGroup(@NotNull String id, @NotNull ShareOptions shareOptions)
      (experimental) Share the attribute group resource with other IAM entities, accounts, or OUs.

      Parameters:
      id - The construct name for the share. This parameter is required.
      shareOptions - The options for the share. This parameter is required.