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