| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
StackProps.Builder |
StackProps.Builder.analyticsReporting(Boolean analyticsReporting)
Sets the value of
StackProps.getAnalyticsReporting() |
static StackProps.Builder |
StackProps.builder() |
StackProps.Builder |
StackProps.Builder.description(String description)
Sets the value of
StackProps.getDescription() |
StackProps.Builder |
StackProps.Builder.env(Environment env)
Sets the value of
StackProps.getEnv() |
StackProps.Builder |
StackProps.Builder.stackName(String stackName)
Sets the value of
StackProps.getStackName() |
StackProps.Builder |
StackProps.Builder.synthesizer(IStackSynthesizer synthesizer)
Sets the value of
StackProps.getSynthesizer() |
StackProps.Builder |
StackProps.Builder.tags(Map<String,String> tags)
Sets the value of
StackProps.getTags() |
StackProps.Builder |
StackProps.Builder.terminationProtection(Boolean terminationProtection)
Sets the value of
StackProps.getTerminationProtection() |
Copyright © 2021. All rights reserved.