Interface IAttributeGroup
(experimental) A Service Catalog AppRegistry Attribute Group.
Namespace: Amazon.CDK.AWS.Servicecatalogappregistry.Alpha
Assembly: Amazon.CDK.AWS.ServiceCatalogAppRegistry.Alpha.dll
Syntax (csharp)
public interface IAttributeGroup : IResource
Syntax (vb)
Public Interface IAttributeGroup
Inherits IResource, IConstruct, IDependable
Remarks
Stability: Experimental
Synopsis
Properties
AttributeGroupArn | (experimental) The ARN of the attribute group. |
AttributeGroupId | (experimental) The ID of the attribute group. |
Methods
AssociateWith(IApplication) | (experimental) Associate an application with attribute group If the attribute group is already associated, it will ignore duplicate request. |
ShareAttributeGroup(String, IShareOptions) | (experimental) Share the attribute group resource with other IAM entities, accounts, or OUs. |
Properties
AttributeGroupArn
(experimental) The ARN of the attribute group.
string AttributeGroupArn { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true
AttributeGroupId
(experimental) The ID of the attribute group.
string AttributeGroupId { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true
Methods
AssociateWith(IApplication)
(experimental) Associate an application with attribute group If the attribute group is already associated, it will ignore duplicate request.
void AssociateWith(IApplication application)
Parameters
- application IApplication
Remarks
Stability: Experimental
ShareAttributeGroup(String, IShareOptions)
(experimental) Share the attribute group resource with other IAM entities, accounts, or OUs.
void ShareAttributeGroup(string id, IShareOptions shareOptions)
Parameters
- id System.String
The construct name for the share.
- shareOptions IShareOptions
The options for the share.
Remarks
Stability: Experimental