Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DRTAccessReference ¶
type DRTAccessReference struct {
// The AccountId of the DRTAccess resource.
AccountId *string `field:"required" json:"accountId" yaml:"accountId"`
}
A reference to a DRTAccess 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"
dRTAccessReference := &DRTAccessReference{
AccountId: jsii.String("accountId"),
}
type IDRTAccessRef ¶
type IDRTAccessRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a DRTAccess resource.
// Experimental.
DrtAccessRef() *DRTAccessReference
}
Indicates that this resource can be referenced as a DRTAccess. Experimental.
type IProactiveEngagementRef ¶
type IProactiveEngagementRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a ProactiveEngagement resource.
// Experimental.
ProactiveEngagementRef() *ProactiveEngagementReference
}
Indicates that this resource can be referenced as a ProactiveEngagement. Experimental.
type IProtectionGroupRef ¶
type IProtectionGroupRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a ProtectionGroup resource.
// Experimental.
ProtectionGroupRef() *ProtectionGroupReference
}
Indicates that this resource can be referenced as a ProtectionGroup. Experimental.
type IProtectionRef ¶
type IProtectionRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a Protection resource.
// Experimental.
ProtectionRef() *ProtectionReference
}
Indicates that this resource can be referenced as a Protection. Experimental.
type ProactiveEngagementReference ¶
type ProactiveEngagementReference struct {
// The AccountId of the ProactiveEngagement resource.
AccountId *string `field:"required" json:"accountId" yaml:"accountId"`
}
A reference to a ProactiveEngagement 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"
proactiveEngagementReference := &ProactiveEngagementReference{
AccountId: jsii.String("accountId"),
}
type ProtectionGroupReference ¶
type ProtectionGroupReference struct {
// The ProtectionGroupArn of the ProtectionGroup resource.
ProtectionGroupArn *string `field:"required" json:"protectionGroupArn" yaml:"protectionGroupArn"`
}
A reference to a ProtectionGroup 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"
protectionGroupReference := &ProtectionGroupReference{
ProtectionGroupArn: jsii.String("protectionGroupArn"),
}
type ProtectionReference ¶
type ProtectionReference struct {
// The ProtectionArn of the Protection resource.
ProtectionArn *string `field:"required" json:"protectionArn" yaml:"protectionArn"`
}
A reference to a Protection 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"
protectionReference := &ProtectionReference{
ProtectionArn: jsii.String("protectionArn"),
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.