Documentation
¶
Index ¶
- type ApiReference
- type ApplicationReference
- type FunctionReference
- type HttpApiReference
- type IApiRef
- type IApplicationRef
- type IFunctionRef
- type IHttpApiRef
- type ILayerVersionRef
- type ISimpleTableRef
- type IStateMachineRef
- type LayerVersionReference
- type SimpleTableReference
- type StateMachineReference
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{
}