Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerReference ¶
type ContainerReference struct {
// The Id of the Container resource.
ContainerId *string `field:"required" json:"containerId" yaml:"containerId"`
}
A reference to a Container 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"
containerReference := &ContainerReference{
ContainerId: jsii.String("containerId"),
}
type IContainerRef ¶
type IContainerRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a Container resource.
// Experimental.
ContainerRef() *ContainerReference
}
Indicates that this resource can be referenced as a Container. Experimental.
Click to show internal directories.
Click to hide internal directories.