@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:00.624Z") public interface IApplication extends 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.
|
java.lang.String |
getApplicationArn()
(experimental) The ARN of the application.
|
java.lang.String |
getApplicationId()
(experimental) The ID of the application.
|
applyRemovalPolicy, getEnv, getStack
getNode
java.lang.String getApplicationArn()
java.lang.String getApplicationId()
void associateAttributeGroup(IAttributeGroup attributeGroup)
attributeGroup
- AppRegistry attribute group. This parameter is required.void associateStack(Stack stack)
stack
- a CFN stack. This parameter is required.