@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:14.081Z") @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.
|
applyRemovalPolicy, getEnv, getStackgetNode@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.Copyright © 2022. All rights reserved.