Uses of Interface
software.amazon.awscdk.ISynthesisSession
Package
Description
AWS Cloud Development Kit Library
App Staging Synthesizer
-
Uses of ISynthesisSession in software.amazon.awscdk
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISynthesisSession
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionprotected void
StackSynthesizer.emitArtifact
(ISynthesisSession session) Write the CloudFormation stack artifact to the session.protected void
StackSynthesizer.emitArtifact
(ISynthesisSession session, SynthesizeStackArtifactOptions options) Write the CloudFormation stack artifact to the session.AssetManifestBuilder.emitManifest
(Stack stack, ISynthesisSession session) Write the manifest to disk, and add it to the synthesis session.AssetManifestBuilder.emitManifest
(Stack stack, ISynthesisSession session, AssetManifestOptions options) Write the manifest to disk, and add it to the synthesis session.AssetManifestBuilder.emitManifest
(Stack stack, ISynthesisSession session, AssetManifestOptions options, List<String> dependencies) Write the manifest to disk, and add it to the synthesis session.protected void
StackSynthesizer.emitStackArtifact
(Stack stack, ISynthesisSession session) Deprecated.protected void
StackSynthesizer.emitStackArtifact
(Stack stack, ISynthesisSession session, SynthesizeStackArtifactOptions options) Deprecated.UseemitArtifact
insteadvoid
BootstraplessSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.void
CliCredentialsStackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.void
DefaultStackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.default void
IBoundStackSynthesizer.Jsii$Default.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.final void
IBoundStackSynthesizer.Jsii$Proxy.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.default void
IReusableStackSynthesizer.Jsii$Default.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.final void
IReusableStackSynthesizer.Jsii$Proxy.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.default void
IStackSynthesizer.Jsii$Default.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.final void
IStackSynthesizer.Jsii$Proxy.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.void
IStackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.void
LegacyStackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.void
NestedStackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.abstract void
StackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.protected void
DefaultStackSynthesizer.synthesizeStackTemplate
(Stack stack, ISynthesisSession session) Synthesize the stack template to the given session, passing the configured lookup role ARN.protected void
StackSynthesizer.synthesizeStackTemplate
(Stack stack, ISynthesisSession session) Deprecated.UsesynthesizeTemplate
insteadprotected FileAssetSource
StackSynthesizer.synthesizeTemplate
(ISynthesisSession session) Write the stack template to the given session.protected FileAssetSource
StackSynthesizer.synthesizeTemplate
(ISynthesisSession session, String lookupRoleArn) Write the stack template to the given session.protected FileAssetSource
StackSynthesizer.synthesizeTemplate
(ISynthesisSession session, String lookupRoleArn, String lookupRoleExternalId) Write the stack template to the given session.protected FileAssetSource
StackSynthesizer.synthesizeTemplate
(ISynthesisSession session, String lookupRoleArn, String lookupRoleExternalId, Map<String, Object> lookupRoleAdditionalOptions) Write the stack template to the given session. -
Uses of ISynthesisSession in software.amazon.awscdk.app.staging.synthesizer.alpha
Modifier and TypeMethodDescriptionvoid
AppStagingSynthesizer.synthesize
(ISynthesisSession _session) (experimental) Implemented for legacy purposes;
emitArtifact
instead