Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Protection ¶
type Protection struct { core.ResourceMeta `json:"-"` // desired state of Protection Spec ProtectionSpec `json:"spec"` }
func NewProtection ¶
func NewProtection(stack core.Stack, id string, spec ProtectionSpec) *Protection
NewProtection constructs new Protection resource.
type ProtectionSpec ¶
type ProtectionSpec struct {
ResourceARN core.StringToken `json:"resourceARN"`
}
ProtectionSpec defines the desired state of Protection.
Click to show internal directories.
Click to hide internal directories.