Uses of Interface
software.amazon.awscdk.IStackSynthesizer
Packages that use IStackSynthesizer
Package
Description
AWS Cloud Development Kit Library
App Staging Synthesizer
integ-tests
AWS ServiceCatalogAppRegistry Construct Library
-
Uses of IStackSynthesizer in software.amazon.awscdk
Subinterfaces of IStackSynthesizer in software.amazon.awscdkModifier and TypeInterfaceDescriptioninterfaceA Stack Synthesizer, obtained fromIReusableStackSynthesizer..static interfaceInternal default implementation forIBoundStackSynthesizer.interfaceInterface for Stack Synthesizers that can be used for more than one stack.static interfaceInternal default implementation forIReusableStackSynthesizer.static interfaceInternal default implementation forIStackSynthesizer.Classes in software.amazon.awscdk that implement IStackSynthesizerModifier and TypeClassDescriptionclassSynthesizer that reuses bootstrap roles from a different region.classA synthesizer that uses conventional asset locations, but not conventional deployment roles.classUses conventionally named roles and asset storage locations.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classUse the CDK classic way of referencing assets.classSynthesizer for a nested stack.classBase class for implementing an IStackSynthesizer.Methods in software.amazon.awscdk that return IStackSynthesizerModifier and TypeMethodDescriptionStack.getSynthesizer()Synthesis method for this stack.default IStackSynthesizerStackProps.getSynthesizer()Synthesis method to use while deploying this stack.final IStackSynthesizerStackProps.Jsii$Proxy.getSynthesizer()Methods in software.amazon.awscdk with parameters of type IStackSynthesizerModifier and TypeMethodDescriptionStack.Builder.synthesizer(IStackSynthesizer synthesizer) Synthesis method to use while deploying this stack.StackProps.Builder.synthesizer(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()Constructors in software.amazon.awscdk with parameters of type IStackSynthesizer -
Uses of IStackSynthesizer in software.amazon.awscdk.app.staging.synthesizer.alpha
Classes in software.amazon.awscdk.app.staging.synthesizer.alpha that implement IStackSynthesizerModifier and TypeClassDescriptionclass(experimental) App Staging Synthesizer.Methods in software.amazon.awscdk.app.staging.synthesizer.alpha that return IStackSynthesizerModifier and TypeMethodDescriptionfinal IStackSynthesizerDefaultStagingStackProps.Jsii$Proxy.getSynthesizer()Methods in software.amazon.awscdk.app.staging.synthesizer.alpha with parameters of type IStackSynthesizerModifier and TypeMethodDescriptionDefaultStagingStack.Builder.synthesizer(IStackSynthesizer synthesizer) Synthesis method to use while deploying this stack.DefaultStagingStackProps.Builder.synthesizer(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer() -
Uses of IStackSynthesizer in software.amazon.awscdk.integtests.alpha
Methods in software.amazon.awscdk.integtests.alpha that return IStackSynthesizerModifier and TypeMethodDescriptionfinal IStackSynthesizerIntegTestCaseStackProps.Jsii$Proxy.getSynthesizer()Methods in software.amazon.awscdk.integtests.alpha with parameters of type IStackSynthesizerModifier and TypeMethodDescriptionIntegTestCaseStack.Builder.synthesizer(IStackSynthesizer synthesizer) Synthesis method to use while deploying this stack.IntegTestCaseStackProps.Builder.synthesizer(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer() -
Uses of IStackSynthesizer in software.amazon.awscdk.services.servicecatalogappregistry.alpha
Methods in software.amazon.awscdk.services.servicecatalogappregistry.alpha that return IStackSynthesizerModifier and TypeMethodDescriptionfinal IStackSynthesizerCreateTargetApplicationOptions.Jsii$Proxy.getSynthesizer()final IStackSynthesizerExistingTargetApplicationOptions.Jsii$Proxy.getSynthesizer()final IStackSynthesizerTargetApplicationCommonOptions.Jsii$Proxy.getSynthesizer()Methods in software.amazon.awscdk.services.servicecatalogappregistry.alpha with parameters of type IStackSynthesizerModifier and TypeMethodDescriptionCreateTargetApplicationOptions.Builder.synthesizer(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()ExistingTargetApplicationOptions.Builder.synthesizer(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()TargetApplicationCommonOptions.Builder.synthesizer(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()