Interface IAttributeGroup.Jsii$Default
- All Superinterfaces:
IAttributeGroup,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAttributeGroup.Jsii$Proxy
- Enclosing interface:
IAttributeGroup
@Internal
public static interface IAttributeGroup.Jsii$Default
extends IAttributeGroup, IResource.Jsii$Default
Internal default implementation for
IAttributeGroup.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalogappregistry.alpha.IAttributeGroup
IAttributeGroup.Jsii$Default, IAttributeGroup.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault voidassociateWith(IApplication application) (experimental) Associate an application with attribute group If the attribute group is already associated, it will ignore duplicate request.default String(experimental) The ARN of the attribute group.default String(experimental) The ID of the attribute group.default 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.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttributeGroupArn
(experimental) The ARN of the attribute group.- Specified by:
getAttributeGroupArnin interfaceIAttributeGroup
-
getAttributeGroupId
(experimental) The ID of the attribute group.- Specified by:
getAttributeGroupIdin interfaceIAttributeGroup
-
associateWith
(experimental) Associate an application with attribute group If the attribute group is already associated, it will ignore duplicate request.- Specified by:
associateWithin interfaceIAttributeGroup- Parameters:
application- This parameter is required.
-