Categorygithub.com/aws/constructs-go/constructs/v3
modulepackage
3.4.344
Repository: https://github.com/aws/constructs-go.git
Documentation: pkg.go.dev

# README

Constructs

Software-defined persistent state

Release npm version PyPI version NuGet version Maven Central

What are constructs?

Constructs are classes which define a "piece of system state". Constructs can be composed together to form higher-level building blocks which represent more complex state.

Constructs are often used to represent the desired state of cloud applications. For example, in the AWS CDK, which is used to define the desired state for AWS infrastructure using CloudFormation, the lowest-level construct represents a resource definition in a CloudFormation template. These resources are composed to represent higher-level logical units of a cloud application, etc.

Contributing

This project has adopted the Amazon Open Source Code of Conduct.

We welcome community contributions and pull requests. See our contribution guide for more information on how to report issues, set up a development environment and submit code.

License

This project is distributed under the Apache License, Version 2.0.

# Packages

Package jsii contains the functionaility needed for jsii packages to initialize their dependencies and themselves.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Creates a new construct node.
Creates a new construct node.
No description provided by the author
No description provided by the author
Returns the node associated with a construct.
No description provided by the author

# Constants

Depth-first, post-order (leaf nodes first).
Depth-first, pre-order.

# Structs

Options for creating constructs.
A single dependency.
An entry in the construct metadata table.
Options for synthesis.
An error returned during the validation phase.

# Interfaces

Represents the building block of the construct graph.
Metadata keys used by constructs.
Represents an Aspect.
Represents a construct.
A factory for attaching `Node`s to the construct.
Represents a single session of synthesis.
Implement this interface in order for the construct to be able to validate itself.
Represents the construct node in the scope tree.

# Type aliases

In what order to return constructs.