Uses of Interface
software.amazon.awscdk.ISynthesisSession
Packages that use ISynthesisSession
Package
Description
AWS Cloud Development Kit Library
App Staging Synthesizer
-
Uses of ISynthesisSession in software.amazon.awscdk
Subinterfaces of ISynthesisSession in software.amazon.awscdkModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISynthesisSession.Classes in software.amazon.awscdk that implement ISynthesisSessionModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk with parameters of type ISynthesisSessionModifier and TypeMethodDescriptionprotected voidStackSynthesizer.emitArtifact(ISynthesisSession session) Write the CloudFormation stack artifact to the session.protected voidStackSynthesizer.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 voidStackSynthesizer.emitStackArtifact(Stack stack, ISynthesisSession session) Deprecated.protected voidStackSynthesizer.emitStackArtifact(Stack stack, ISynthesisSession session, SynthesizeStackArtifactOptions options) Deprecated.UseemitArtifactinsteadvoidBootstraplessSynthesizer.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.voidCliCredentialsStackSynthesizer.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.voidDefaultStackSynthesizer.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.default voidIBoundStackSynthesizer.Jsii$Default.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.final voidIBoundStackSynthesizer.Jsii$Proxy.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.default voidIReusableStackSynthesizer.Jsii$Default.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.final voidIReusableStackSynthesizer.Jsii$Proxy.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.default voidIStackSynthesizer.Jsii$Default.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.final voidIStackSynthesizer.Jsii$Proxy.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.voidIStackSynthesizer.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.voidLegacyStackSynthesizer.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.voidNestedStackSynthesizer.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.abstract voidStackSynthesizer.synthesize(ISynthesisSession session) Synthesize the associated stack to the session.protected voidDefaultStackSynthesizer.synthesizeStackTemplate(Stack stack, ISynthesisSession session) Synthesize the stack template to the given session, passing the configured lookup role ARN.protected voidStackSynthesizer.synthesizeStackTemplate(Stack stack, ISynthesisSession session) Deprecated.UsesynthesizeTemplateinsteadprotected FileAssetSourceStackSynthesizer.synthesizeTemplate(ISynthesisSession session) Write the stack template to the given session.protected FileAssetSourceStackSynthesizer.synthesizeTemplate(ISynthesisSession session, String lookupRoleArn) Write the stack template to the given session.protected FileAssetSourceStackSynthesizer.synthesizeTemplate(ISynthesisSession session, String lookupRoleArn, String lookupRoleExternalId) Write the stack template to the given session.protected FileAssetSourceStackSynthesizer.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
Methods in software.amazon.awscdk.app.staging.synthesizer.alpha with parameters of type ISynthesisSessionModifier and TypeMethodDescriptionvoidAppStagingSynthesizer.synthesize(ISynthesisSession _session) (experimental) Implemented for legacy purposes;
emitArtifactinstead