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