interfacesawsarczonalshift

package
v2.226.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

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"),
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL