Uses of Class
software.amazon.awscdk.services.servicecatalogappregistry.alpha.TargetApplicationCommonOptions.Builder
Package
Description
AWS ServiceCatalogAppRegistry Construct Library
-
Uses of TargetApplicationCommonOptions.Builder in software.amazon.awscdk.services.servicecatalogappregistry.alpha
Modifier and TypeMethodDescriptionTargetApplicationCommonOptions.Builder.analyticsReporting
(Boolean analyticsReporting) Sets the value ofStackProps.getAnalyticsReporting()
TargetApplicationCommonOptions.Builder.associateCrossAccountStacks
(Boolean associateCrossAccountStacks) Sets the value ofTargetApplicationCommonOptions.getAssociateCrossAccountStacks()
TargetApplicationCommonOptions.builder()
TargetApplicationCommonOptions.Builder.crossRegionReferences
(Boolean crossRegionReferences) Sets the value ofStackProps.getCrossRegionReferences()
TargetApplicationCommonOptions.Builder.description
(String description) Sets the value ofStackProps.getDescription()
TargetApplicationCommonOptions.Builder.env
(Environment env) Sets the value ofStackProps.getEnv()
TargetApplicationCommonOptions.Builder.notificationArns
(List<String> notificationArns) Sets the value ofStackProps.getNotificationArns()
TargetApplicationCommonOptions.Builder.permissionsBoundary
(PermissionsBoundary permissionsBoundary) Sets the value ofStackProps.getPermissionsBoundary()
Deprecated.- Use `stackName` instead to control the name and id of the stackSets the value ofStackProps.getStackName()
TargetApplicationCommonOptions.Builder.suppressTemplateIndentation
(Boolean suppressTemplateIndentation) Sets the value ofStackProps.getSuppressTemplateIndentation()
TargetApplicationCommonOptions.Builder.synthesizer
(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()
Sets the value ofStackProps.getTags()
TargetApplicationCommonOptions.Builder.terminationProtection
(Boolean terminationProtection) Sets the value ofStackProps.getTerminationProtection()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theTargetApplicationCommonOptions.Builder
.