Uses of Class
software.amazon.awscdk.cxapi.CloudAssembly
Packages that use CloudAssembly
Package
Description
AWS Cloud Development Kit Core Library
Cloud Executable API
-
Uses of CloudAssembly in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return CloudAssemblyModifier and TypeMethodDescriptionstatic CloudAssemblyConstructNode.synth(ConstructNode node) Deprecated.static CloudAssemblyConstructNode.synth(ConstructNode node, SynthesisOptions options) Deprecated.Useapp.synth()orstage.synth()insteadStage.synth()Synthesize this stage into a cloud assembly.Stage.synth(StageSynthesisOptions options) Synthesize this stage into a cloud assembly. -
Uses of CloudAssembly in software.amazon.awscdk.cxapi
Methods in software.amazon.awscdk.cxapi that return CloudAssemblyModifier and TypeMethodDescriptionCloudAssemblyBuilder.buildAssembly()Finalizes the cloud assembly into the output directory returns aCloudAssemblyobject that can be used to inspect the assembly.CloudAssemblyBuilder.buildAssembly(AssemblyBuildOptions options) Finalizes the cloud assembly into the output directory returns aCloudAssemblyobject that can be used to inspect the assembly.CloudArtifact.getAssembly()CloudAssembly.getNestedAssembly(String artifactId) Returns a nested assembly.NestedCloudAssemblyArtifact.getNestedAssembly()The nested Assembly.Methods in software.amazon.awscdk.cxapi with parameters of type CloudAssemblyModifier and TypeMethodDescriptionstatic CloudArtifactCloudArtifact.fromManifest(CloudAssembly assembly, String id, ArtifactManifest artifact) Returns a subclass ofCloudArtifactbased on the artifact type defined in the artifact manifest.Constructors in software.amazon.awscdk.cxapi with parameters of type CloudAssemblyModifierConstructorDescriptionAssetManifestArtifact(CloudAssembly assembly, String name, ArtifactManifest artifact) protectedCloudArtifact(CloudAssembly assembly, String id, ArtifactManifest manifest) CloudFormationStackArtifact(CloudAssembly assembly, String artifactId, ArtifactManifest artifact) NestedCloudAssemblyArtifact(CloudAssembly assembly, String name, ArtifactManifest artifact) TreeCloudArtifact(CloudAssembly assembly, String name, ArtifactManifest artifact)
app.synth()orstage.synth()instead