Uses of Interface
software.amazon.awscdk.core.SynthesizeStackArtifactOptions
Packages that use SynthesizeStackArtifactOptions
-
Uses of SynthesizeStackArtifactOptions in software.amazon.awscdk.core
Classes in software.amazon.awscdk.core that implement SynthesizeStackArtifactOptionsModifier and TypeClassDescriptionstatic final class
An implementation forSynthesizeStackArtifactOptions
Methods in software.amazon.awscdk.core that return SynthesizeStackArtifactOptionsModifier and TypeMethodDescriptionSynthesizeStackArtifactOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.core with parameters of type SynthesizeStackArtifactOptionsModifier and TypeMethodDescriptionprotected void
StackSynthesizer.emitStackArtifact
(Stack stack, ISynthesisSession session, SynthesizeStackArtifactOptions options) Write the stack artifact to the session.