| Modifier and Type | Method and Description |
|---|---|
Stack |
PipelineDeployStackActionProps.getStack()
(experimental) The CDK stack to be deployed.
|
Stack |
PipelineDeployStackActionProps.Jsii$Proxy.getStack() |
| Modifier and Type | Method and Description |
|---|---|
PipelineDeployStackAction.Builder |
PipelineDeployStackAction.Builder.stack(Stack stack)
(experimental) The CDK stack to be deployed.
|
PipelineDeployStackActionProps.Builder |
PipelineDeployStackActionProps.Builder.stack(Stack stack)
Sets the value of
PipelineDeployStackActionProps.getStack() |
| Modifier and Type | Method and Description |
|---|---|
static Template |
Template.fromStack(Stack stack)
(experimental) Base your assertions on the CloudFormation template synthesized by a CDK `Stack`.
|
static Annotations |
Annotations.fromStack(Stack stack)
(experimental) Base your assertions on the messages returned by a synthesized CDK `Stack`.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NestedStack
(experimental) A CloudFormation nested stack.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.Builder.build() |
Stack |
Stack.getNestedStackParent()
(experimental) If this is a nested stack, returns it's parent stack.
|
Stack |
Stack.getParentStack()
Deprecated.
use `nestedStackParent`
|
Stack |
Resource.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
CfnElement.getStack()
(experimental) The stack in which this element is defined.
|
Stack |
IResource.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IResource.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IResource.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
protected Stack |
DefaultStackSynthesizer.getStack() |
static Stack |
Stack.of(software.constructs.IConstruct construct)
(experimental) Looks up the first stack scope in which `construct` is defined.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stack> |
Stack.getDependencies()
(experimental) Return the stacks this stack depends on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.addDependency(Stack target)
(experimental) Add a dependency between this stack and another stack.
|
void |
Stack.addDependency(Stack target,
String reason)
(experimental) Add a dependency between this stack and another stack.
|
abstract void |
StackSynthesizer.bind(Stack stack)
(experimental) Bind to the stack this environment is going to be used on.
|
void |
LegacyStackSynthesizer.bind(Stack stack)
(experimental) Bind to the stack this environment is going to be used on.
|
void |
IStackSynthesizer.bind(Stack stack)
(experimental) Bind to the stack this environment is going to be used on.
|
void |
IStackSynthesizer.Jsii$Proxy.bind(Stack stack)
(experimental) Bind to the stack this environment is going to be used on.
|
default void |
IStackSynthesizer.Jsii$Default.bind(Stack stack)
(experimental) Bind to the stack this environment is going to be used on.
|
void |
DefaultStackSynthesizer.bind(Stack stack)
(experimental) Bind to the stack this environment is going to be used on.
|
void |
NestedStackSynthesizer.bind(Stack stack)
(experimental) Bind to the stack this environment is going to be used on.
|
void |
CliCredentialsStackSynthesizer.bind(Stack stack)
(experimental) Bind to the stack this environment is going to be used on.
|
protected void |
StackSynthesizer.emitStackArtifact(Stack stack,
ISynthesisSession session)
(experimental) Write the stack artifact to the session.
|
protected void |
StackSynthesizer.emitStackArtifact(Stack stack,
ISynthesisSession session,
SynthesizeStackArtifactOptions options)
(experimental) Write the stack artifact to the session.
|
static String |
Arn.format(ArnComponents components,
Stack stack)
(experimental) Creates an ARN from components.
|
protected IResolvable |
Stack.prepareCrossReference(Stack _sourceStack,
Reference reference)
Deprecated.
cross reference handling has been moved to `App.prepare()`.
|
String |
AssetStaging.relativeStagedPath(Stack stack)
(experimental) Return the path to the staged asset, relative to the Cloud Assembly (manifest) directory of the given stack.
|
protected void |
StackSynthesizer.synthesizeStackTemplate(Stack stack,
ISynthesisSession session)
(experimental) Have the stack write out its template.
|
protected void |
DefaultStackSynthesizer.synthesizeStackTemplate(Stack stack,
ISynthesisSession session)
(experimental) Have the stack write out its template.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntegTestCaseStack
(experimental) An integration test case stack.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stack> |
IntegTestCaseProps.getStacks()
(experimental) Stacks to be deployed during the test.
|
List<Stack> |
IntegTestCaseProps.Jsii$Proxy.getStacks() |
List<Stack> |
IntegTestProps.getTestCases()
(experimental) List of test cases that make up this test.
|
List<Stack> |
IntegTestProps.Jsii$Proxy.getTestCases() |
| Modifier and Type | Method and Description |
|---|---|
IntegTestCaseProps.Builder |
IntegTestCaseProps.Builder.stacks(List<? extends Stack> stacks)
Sets the value of
IntegTestCaseProps.getStacks() |
IntegTestCase.Builder |
IntegTestCase.Builder.stacks(List<? extends Stack> stacks)
(experimental) Stacks to be deployed during the test.
|
IntegTest.Builder |
IntegTest.Builder.testCases(List<? extends Stack> testCases)
(experimental) List of test cases that make up this test.
|
IntegTestProps.Builder |
IntegTestProps.Builder.testCases(List<? extends Stack> testCases)
Sets the value of
IntegTestProps.getTestCases() |
| Modifier and Type | Method and Description |
|---|---|
Stack |
StackSteps.getStack()
(experimental) The stack you want the steps to run in.
|
Stack |
StackSteps.Jsii$Proxy.getStack() |
| Modifier and Type | Method and Description |
|---|---|
StackSteps.Builder |
StackSteps.Builder.stack(Stack stack)
Sets the value of
StackSteps.getStack() |
| Modifier and Type | Method and Description |
|---|---|
Stack |
ICertificateAuthority.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ICertificateAuthority.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IApp.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IApp.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IBranch.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IBranch.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IApiKey.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IApiKey.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IDomainName.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDomainName.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IUsagePlan.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IUsagePlan.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IResource.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IResource.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IVpcLink.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVpcLink.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IRequestValidator.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IRequestValidator.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IRestApi.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IRestApi.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IStage.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IStage.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IGatewayResponse.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IGatewayResponse.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IHttpApi.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IHttpApi.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IWebSocketAuthorizer.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IWebSocketAuthorizer.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IHttpAuthorizer.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IHttpAuthorizer.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IApiMapping.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IApiMapping.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IDomainName.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDomainName.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IWebSocketIntegration.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IWebSocketIntegration.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IApi.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IApi.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IHttpRoute.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IHttpRoute.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IVpcLink.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVpcLink.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IRoute.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IRoute.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IWebSocketStage.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IWebSocketStage.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IHttpStage.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IHttpStage.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IHttpIntegration.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IHttpIntegration.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IAuthorizer.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IAuthorizer.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IIntegration.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IIntegration.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IStage.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IStage.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IWebSocketRoute.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IWebSocketRoute.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IWebSocketApi.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IWebSocketApi.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IScalableTarget.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IScalableTarget.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IVirtualGateway.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVirtualGateway.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IRoute.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IRoute.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IGatewayRoute.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IGatewayRoute.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IMesh.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IMesh.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IVirtualNode.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVirtualNode.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IVirtualRouter.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVirtualRouter.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IVirtualService.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVirtualService.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IVpcConnector.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVpcConnector.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IService.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IService.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IGraphqlApi.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IGraphqlApi.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IAppsyncFunction.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IAppsyncFunction.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ILifecycleHook.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ILifecycleHook.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IAutoScalingGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IAutoScalingGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IBackupPlan.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IBackupPlan.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IBackupVault.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IBackupVault.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IComputeEnvironment.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IComputeEnvironment.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IJobQueue.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IJobQueue.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IJobDefinition.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IJobDefinition.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ICertificate.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ICertificate.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ISlackChannelConfiguration.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ISlackChannelConfiguration.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IEc2Environment.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IEc2Environment.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IOriginAccessIdentity.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IOriginAccessIdentity.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IKeyGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IKeyGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IPublicKey.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IPublicKey.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IFunction.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IFunction.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IDistribution.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDistribution.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IAlarm.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IAlarm.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IProject.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IProject.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IReportGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IReportGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IRepository.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IRepository.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ILambdaApplication.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ILambdaApplication.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IServerApplication.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IServerApplication.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IEcsApplication.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IEcsApplication.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IServerDeploymentGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IServerDeploymentGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IEcsDeploymentGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IEcsDeploymentGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ILambdaDeploymentGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ILambdaDeploymentGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IProfilingGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IProfilingGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
CrossRegionSupport.getStack()
(experimental) The Stack that has been created to house the replication Bucket required for this region.
|
Stack |
CrossRegionSupport.Jsii$Proxy.getStack() |
Stack |
IPipeline.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IPipeline.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
CrossRegionSupport.Builder |
CrossRegionSupport.Builder.stack(Stack stack)
Sets the value of
CrossRegionSupport.getStack() |
| Modifier and Type | Method and Description |
|---|---|
Stack |
IGitHubRepository.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IGitHubRepository.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
INotificationRule.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
INotificationRule.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IUserPoolResourceServer.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IUserPoolResourceServer.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IUserPool.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IUserPool.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IUserPoolDomain.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IUserPoolDomain.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IUserPoolClient.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IUserPoolClient.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IUserPoolIdentityProvider.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IUserPoolIdentityProvider.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IIdentityPoolRoleAttachment.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IIdentityPoolRoleAttachment.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IIdentityPool.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IIdentityPool.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IRule.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IRule.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IClusterParameterGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IClusterParameterGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IDatabaseCluster.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDatabaseCluster.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IDatabaseInstance.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDatabaseInstance.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ITable.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ITable.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
BastionHostLinux.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IVpc.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVpc.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IClientVpnEndpoint.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IClientVpnEndpoint.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IFlowLog.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IFlowLog.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IVpcEndpointService.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVpcEndpointService.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IVpnGateway.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVpnGateway.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
INetworkAclEntry.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
INetworkAclEntry.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IPrivateSubnet.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IPrivateSubnet.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IInterfaceVpcEndpoint.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IInterfaceVpcEndpoint.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IVpnConnection.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVpnConnection.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
INetworkAcl.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
INetworkAcl.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IPublicSubnet.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IPublicSubnet.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ISecurityGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ISecurityGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ISubnetNetworkAclAssociation.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ISubnetNetworkAclAssociation.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IInstance.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IInstance.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ISubnet.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ISubnet.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IGatewayVpcEndpoint.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IGatewayVpcEndpoint.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IVpcEndpoint.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVpcEndpoint.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ILaunchTemplate.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ILaunchTemplate.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IVolume.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVolume.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IRepository.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IRepository.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IEc2Service.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IEc2Service.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IExternalTaskDefinition.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IExternalTaskDefinition.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IEc2TaskDefinition.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IEc2TaskDefinition.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IFargateService.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IFargateService.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IBaseService.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IBaseService.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IExternalService.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IExternalService.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ICluster.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ICluster.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IService.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IService.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ITaskDefinition.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ITaskDefinition.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IFargateTaskDefinition.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IFargateTaskDefinition.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IFileSystem.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IFileSystem.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IAccessPoint.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IAccessPoint.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KubectlProvider
(experimental) Implementation of Kubectl Lambda.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ICluster.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ICluster.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
INodegroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
INodegroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ICluster.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ICluster.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IApplicationListener.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IApplicationListener.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
INetworkLoadBalancer.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
INetworkLoadBalancer.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
INetworkListener.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
INetworkListener.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IApplicationLoadBalancer.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IApplicationLoadBalancer.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ILoadBalancerV2.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ILoadBalancerV2.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IDomain.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDomain.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IRule.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IRule.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IEventBus.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IEventBus.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IConnection.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IConnection.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IApiDestination.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IApiDestination.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IListener.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IListener.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IEndpointGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IEndpointGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IAccelerator.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IAccelerator.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IDatabase.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDatabase.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IConnection.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IConnection.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ITable.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ITable.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IJob.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IJob.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ISecurityConfiguration.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ISecurityConfiguration.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IIdentity.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IIdentity.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IPolicy.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IPolicy.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IOpenIdConnectProvider.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IOpenIdConnectProvider.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IUser.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IUser.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ISamlProvider.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ISamlProvider.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IAccessKey.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IAccessKey.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IRole.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IRole.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IResourceWithPolicy.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IResourceWithPolicy.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ITopicRule.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ITopicRule.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IDetectorModel.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDetectorModel.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IInput.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IInput.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IChannel.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IChannel.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IStreamKey.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IStreamKey.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IPlaybackKeyPair.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IPlaybackKeyPair.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IStream.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IStream.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IApplication.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IApplication.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IDeliveryStream.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDeliveryStream.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IAlias.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IAlias.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IKey.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IKey.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IVersion.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IVersion.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IAlias.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IAlias.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ICodeSigningConfig.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ICodeSigningConfig.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ILayerVersion.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ILayerVersion.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IFunction.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IFunction.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IEventSourceMapping.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IEventSourceMapping.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IFunctionUrl.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IFunctionUrl.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ILogStream.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ILogStream.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ILogGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ILogGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ICluster.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ICluster.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IClusterParameterGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IClusterParameterGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ISubnetGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ISubnetGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IDatabaseCluster.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDatabaseCluster.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IDatabaseInstance.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDatabaseInstance.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IParameterGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IParameterGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IDomain.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDomain.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IOptionGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IOptionGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IDatabaseProxy.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDatabaseProxy.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ISubnetGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ISubnetGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IDatabaseCluster.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDatabaseCluster.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IServerlessCluster.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IServerlessCluster.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IDatabaseInstance.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IDatabaseInstance.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IParameterGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IParameterGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IClusterParameterGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IClusterParameterGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IClusterSubnetGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IClusterSubnetGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ICluster.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ICluster.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IHostedZone.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IHostedZone.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IPublicHostedZone.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IPublicHostedZone.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IPrivateHostedZone.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IPrivateHostedZone.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IRecordSet.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IRecordSet.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IFirewallDomainList.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IFirewallDomainList.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IFirewallRuleGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IFirewallRuleGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IBucket.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IBucket.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IAccessPoint.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IAccessPoint.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ISecret.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ISecret.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
ISecretTargetAttachment.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ISecretTargetAttachment.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProductStack
(experimental) A Service Catalog product stack, which is similar in form to a Cloudformation nested stack.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IProduct.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IProduct.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IPortfolio.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IPortfolio.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IApplication.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IApplication.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IAttributeGroup.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IAttributeGroup.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.associateStack(Stack stack)
(experimental) Associate a stack with the application If the resource is already associated, it will ignore duplicate request.
|
void |
IApplication.associateStack(Stack stack)
(experimental) Associate this application with a CloudFormation stack.
|
void |
IApplication.Jsii$Proxy.associateStack(Stack stack)
(experimental) Associate this application with a CloudFormation stack.
|
default void |
IApplication.Jsii$Default.associateStack(Stack stack)
(experimental) Associate this application with a CloudFormation stack.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IPublicDnsNamespace.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IPublicDnsNamespace.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IInstance.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IInstance.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IService.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IService.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IPrivateDnsNamespace.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IPrivateDnsNamespace.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IHttpNamespace.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IHttpNamespace.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
INamespace.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
INamespace.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IReceiptRuleSet.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IReceiptRuleSet.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IReceiptRule.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IReceiptRule.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ISigningProfile.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ISigningProfile.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
ITopic.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
ITopic.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IQueue.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IQueue.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IStringParameter.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IStringParameter.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IParameter.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IParameter.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IStringListParameter.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IStringListParameter.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
IActivity.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IActivity.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
Stack |
IStateMachine.Jsii$Proxy.getStack()
(experimental) The stack in which this resource is defined.
|
default Stack |
IStateMachine.Jsii$Default.getStack()
(experimental) The stack in which this resource is defined.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
CallApiGatewayHttpApiEndpointProps.getApiStack()
(experimental) The Stack in which the API is defined.
|
Stack |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getApiStack() |
| Modifier and Type | Method and Description |
|---|---|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.apiStack(Stack apiStack)
(experimental) The Stack in which the API is defined.
|
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.apiStack(Stack apiStack)
Sets the value of
CallApiGatewayHttpApiEndpointProps.getApiStack() |
Copyright © 2022. All rights reserved.