@Generated(value="jsii-pacmak/1.66.0 (build 3c9512b)", date="2022-08-31T19:38:33.154Z") @Stability(value=Experimental) public interface IApplication extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IApplication.Jsii$Default
Internal default implementation for
IApplication. |
static class |
IApplication.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
associateAttributeGroup(IAttributeGroup attributeGroup)
(experimental) Associate thisapplication with an attribute group.
|
void |
associateStack(Stack stack)
(experimental) Associate this application with a CloudFormation stack.
|
String |
getApplicationArn()
(experimental) The ARN of the application.
|
String |
getApplicationId()
(experimental) The ID of the application.
|
void |
shareApplication(ShareOptions shareOptions)
(experimental) Share this application with other IAM entities, accounts, or OUs.
|
applyRemovalPolicy, getEnv, getStack@Stability(value=Experimental) @NotNull String getApplicationArn()
@Stability(value=Experimental) @NotNull String getApplicationId()
@Stability(value=Experimental)
void associateAttributeGroup(@NotNull
IAttributeGroup attributeGroup)
attributeGroup - AppRegistry attribute group. This parameter is required.@Stability(value=Experimental)
void associateStack(@NotNull
Stack stack)
stack - a CFN stack. This parameter is required.@Stability(value=Experimental)
void shareApplication(@NotNull
ShareOptions shareOptions)
shareOptions - The options for the share. This parameter is required.Copyright © 2022. All rights reserved.