Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILogAnomalyDetectionIntegrationRef ¶
type ILogAnomalyDetectionIntegrationRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a LogAnomalyDetectionIntegration resource.
// Experimental.
LogAnomalyDetectionIntegrationRef() *LogAnomalyDetectionIntegrationReference
}
Indicates that this resource can be referenced as a LogAnomalyDetectionIntegration. Experimental.
type INotificationChannelRef ¶
type INotificationChannelRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a NotificationChannel resource.
// Experimental.
NotificationChannelRef() *NotificationChannelReference
}
Indicates that this resource can be referenced as a NotificationChannel. Experimental.
type IResourceCollectionRef ¶
type IResourceCollectionRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a ResourceCollection resource.
// Experimental.
ResourceCollectionRef() *ResourceCollectionReference
}
Indicates that this resource can be referenced as a ResourceCollection. Experimental.
type LogAnomalyDetectionIntegrationReference ¶
type LogAnomalyDetectionIntegrationReference struct {
// The AccountId of the LogAnomalyDetectionIntegration resource.
AccountId *string `field:"required" json:"accountId" yaml:"accountId"`
}
A reference to a LogAnomalyDetectionIntegration 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"
logAnomalyDetectionIntegrationReference := &LogAnomalyDetectionIntegrationReference{
AccountId: jsii.String("accountId"),
}
type NotificationChannelReference ¶
type NotificationChannelReference struct {
// The Id of the NotificationChannel resource.
NotificationChannelId *string `field:"required" json:"notificationChannelId" yaml:"notificationChannelId"`
}
A reference to a NotificationChannel 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"
notificationChannelReference := &NotificationChannelReference{
NotificationChannelId: jsii.String("notificationChannelId"),
}
type ResourceCollectionReference ¶
type ResourceCollectionReference struct {
// The ResourceCollectionType of the ResourceCollection resource.
ResourceCollectionType *string `field:"required" json:"resourceCollectionType" yaml:"resourceCollectionType"`
}
A reference to a ResourceCollection 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"
resourceCollectionReference := &ResourceCollectionReference{
ResourceCollectionType: jsii.String("resourceCollectionType"),
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.