Categorygithub.com/aws/constructs-go/constructs/v10
modulepackage
10.3.0
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

Checks if `x` is a construct.
Return the matching Dependable for the given class instance.
Turn any object into an IDependable.
Return the matching Dependable for the given class instance.
Creates a new construct node.
Creates a new construct node.
Experimental.
Experimental.
Experimental.
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

An entry in the construct metadata table.
Options for `construct.addMetadata()`.

# Interfaces

Represents the building block of the construct graph.
Trait for IDependable.
A set of constructs to be used as a dependable.
Represents a construct.
Trait marker for classes that can be depended upon.
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.