Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILaunchProfileRef ¶
type ILaunchProfileRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a LaunchProfile resource.
// Experimental.
LaunchProfileRef() *LaunchProfileReference
}
Indicates that this resource can be referenced as a LaunchProfile. Experimental.
type IStreamingImageRef ¶
type IStreamingImageRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a StreamingImage resource.
// Experimental.
StreamingImageRef() *StreamingImageReference
}
Indicates that this resource can be referenced as a StreamingImage. Experimental.
type IStudioComponentRef ¶
type IStudioComponentRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a StudioComponent resource.
// Experimental.
StudioComponentRef() *StudioComponentReference
}
Indicates that this resource can be referenced as a StudioComponent. Experimental.
type IStudioRef ¶
type IStudioRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a Studio resource.
// Experimental.
StudioRef() *StudioReference
}
Indicates that this resource can be referenced as a Studio. Experimental.
type LaunchProfileReference ¶
type LaunchProfileReference struct {
}
A reference to a LaunchProfile 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"
launchProfileReference := &LaunchProfileReference{
}
type StreamingImageReference ¶
type StreamingImageReference struct {
}
A reference to a StreamingImage 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"
streamingImageReference := &StreamingImageReference{
}
type StudioComponentReference ¶
type StudioComponentReference struct {
}
A reference to a StudioComponent 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"
studioComponentReference := &StudioComponentReference{
}
type StudioReference ¶
type StudioReference struct {
// The StudioId of the Studio resource.
StudioId *string `field:"required" json:"studioId" yaml:"studioId"`
}
A reference to a Studio 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"
studioReference := &StudioReference{
StudioId: jsii.String("studioId"),
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.