@aws-cdk_app-staging-synthesizer-alpha.UsingAppStagingSynthesizer

class UsingAppStagingSynthesizer ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AppStagingSynthesizer.Alpha.UsingAppStagingSynthesizer
Javasoftware.amazon.awscdk.app.staging.synthesizer.alpha.UsingAppStagingSynthesizer
Pythonaws_cdk.app_staging_synthesizer_alpha.UsingAppStagingSynthesizer
TypeScript (source)@aws-cdk/app-staging-synthesizer-alpha ยป UsingAppStagingSynthesizer

Implements IConstruct, IDependable

Extends Construct

This is a dummy construct meant to signify that a stack is utilizing the AppStagingSynthesizer.

It does not do anything, and is not meant to be created on its own. This construct will be a part of the construct tree only and not the Cfn template. The construct tree is then encoded in the AWS::CDK::Metadata resource of the stack and injested in our metrics like every other construct.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as app_staging_synthesizer_alpha from '@aws-cdk/app-staging-synthesizer-alpha';
const usingAppStagingSynthesizer = new app_staging_synthesizer_alpha.UsingAppStagingSynthesizer(this, 'MyUsingAppStagingSynthesizer');

Initializer

new UsingAppStagingSynthesizer(scope: Construct, id: string)

Parameters

  • scope Construct
  • id string

Properties

NameTypeDescription
node๐Ÿ”นNodeThe tree node.

node๐Ÿ”น

Type: Node

The tree node.

Methods

NameDescription
toString()๐Ÿ”นReturns a string representation of this construct.

toString()๐Ÿ”น

public toString(): string

Returns

  • string

Returns a string representation of this construct.