Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoshiftObserverNotificationStatusReference ¶
type AutoshiftObserverNotificationStatusReference struct {
// The AccountId of the AutoshiftObserverNotificationStatus resource.
AccountId *string `field:"required" json:"accountId" yaml:"accountId"`
// The Region of the AutoshiftObserverNotificationStatus resource.
Region *string `field:"required" json:"region" yaml:"region"`
}
A reference to a AutoshiftObserverNotificationStatus 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"
autoshiftObserverNotificationStatusReference := &AutoshiftObserverNotificationStatusReference{
AccountId: jsii.String("accountId"),
Region: jsii.String("region"),
}
type IAutoshiftObserverNotificationStatusRef ¶
type IAutoshiftObserverNotificationStatusRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a AutoshiftObserverNotificationStatus resource.
// Experimental.
AutoshiftObserverNotificationStatusRef() *AutoshiftObserverNotificationStatusReference
}
Indicates that this resource can be referenced as a AutoshiftObserverNotificationStatus. Experimental.
type IZonalAutoshiftConfigurationRef ¶
type IZonalAutoshiftConfigurationRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a ZonalAutoshiftConfiguration resource.
// Experimental.
ZonalAutoshiftConfigurationRef() *ZonalAutoshiftConfigurationReference
}
Indicates that this resource can be referenced as a ZonalAutoshiftConfiguration. Experimental.
type ZonalAutoshiftConfigurationReference ¶
type ZonalAutoshiftConfigurationReference struct {
// The ResourceIdentifier of the ZonalAutoshiftConfiguration resource.
ResourceIdentifier *string `field:"required" json:"resourceIdentifier" yaml:"resourceIdentifier"`
}
A reference to a ZonalAutoshiftConfiguration 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"
zonalAutoshiftConfigurationReference := &ZonalAutoshiftConfigurationReference{
ResourceIdentifier: jsii.String("resourceIdentifier"),
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.