interfacesawssam

package
v2.231.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiReference

type ApiReference struct {
}

A reference to a Api resource.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

apiReference := &ApiReference{
}

type ApplicationReference

type ApplicationReference struct {
}

A reference to a Application resource.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

applicationReference := &ApplicationReference{
}

type FunctionReference

type FunctionReference struct {
}

A reference to a Function resource.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

functionReference := &FunctionReference{
}

type HttpApiReference

type HttpApiReference struct {
}

A reference to a HttpApi resource.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

httpApiReference := &HttpApiReference{
}

type IApiRef

type IApiRef interface {
	constructs.IConstruct
	interfaces.IEnvironmentAware
	// A reference to a Api resource.
	// Experimental.
	ApiRef() *ApiReference
}

Indicates that this resource can be referenced as a Api. Experimental.

type IApplicationRef

type IApplicationRef interface {
	constructs.IConstruct
	interfaces.IEnvironmentAware
	// A reference to a Application resource.
	// Experimental.
	ApplicationRef() *ApplicationReference
}

Indicates that this resource can be referenced as a Application. Experimental.

type IFunctionRef

type IFunctionRef interface {
	constructs.IConstruct
	interfaces.IEnvironmentAware
	// A reference to a Function resource.
	// Experimental.
	FunctionRef() *FunctionReference
}

Indicates that this resource can be referenced as a Function. Experimental.

type IHttpApiRef

type IHttpApiRef interface {
	constructs.IConstruct
	interfaces.IEnvironmentAware
	// A reference to a HttpApi resource.
	// Experimental.
	HttpApiRef() *HttpApiReference
}

Indicates that this resource can be referenced as a HttpApi. Experimental.

type ILayerVersionRef

type ILayerVersionRef interface {
	constructs.IConstruct
	interfaces.IEnvironmentAware
	// A reference to a LayerVersion resource.
	// Experimental.
	LayerVersionRef() *LayerVersionReference
}

Indicates that this resource can be referenced as a LayerVersion. Experimental.

type ISimpleTableRef

type ISimpleTableRef interface {
	constructs.IConstruct
	interfaces.IEnvironmentAware
	// A reference to a SimpleTable resource.
	// Experimental.
	SimpleTableRef() *SimpleTableReference
}

Indicates that this resource can be referenced as a SimpleTable. Experimental.

type IStateMachineRef

type IStateMachineRef interface {
	constructs.IConstruct
	interfaces.IEnvironmentAware
	// A reference to a StateMachine resource.
	// Experimental.
	StateMachineRef() *StateMachineReference
}

Indicates that this resource can be referenced as a StateMachine. Experimental.

type LayerVersionReference

type LayerVersionReference struct {
}

A reference to a LayerVersion resource.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

layerVersionReference := &LayerVersionReference{
}

type SimpleTableReference

type SimpleTableReference struct {
}

A reference to a SimpleTable resource.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

simpleTableReference := &SimpleTableReference{
}

type StateMachineReference

type StateMachineReference struct {
}

A reference to a StateMachine resource.

Example:

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"

stateMachineReference := &StateMachineReference{
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL