Documentation ¶
Index ¶
- type SnapshotDeliveryProperties
- type SnapshotDeliveryPropertiesAttributes
- func (sdp SnapshotDeliveryPropertiesAttributes) DeliveryFrequency() terra.StringValue
- func (sdp SnapshotDeliveryPropertiesAttributes) InternalRef() (terra.Reference, error)
- func (sdp SnapshotDeliveryPropertiesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sdp SnapshotDeliveryPropertiesAttributes) InternalWithRef(ref terra.Reference) SnapshotDeliveryPropertiesAttributes
- type SnapshotDeliveryPropertiesState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotDeliveryProperties ¶
type SnapshotDeliveryProperties struct { // DeliveryFrequency: string, optional DeliveryFrequency terra.StringValue `hcl:"delivery_frequency,attr"` }
type SnapshotDeliveryPropertiesAttributes ¶
type SnapshotDeliveryPropertiesAttributes struct {
// contains filtered or unexported fields
}
func (SnapshotDeliveryPropertiesAttributes) DeliveryFrequency ¶
func (sdp SnapshotDeliveryPropertiesAttributes) DeliveryFrequency() terra.StringValue
func (SnapshotDeliveryPropertiesAttributes) InternalRef ¶
func (sdp SnapshotDeliveryPropertiesAttributes) InternalRef() (terra.Reference, error)
func (SnapshotDeliveryPropertiesAttributes) InternalTokens ¶
func (sdp SnapshotDeliveryPropertiesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SnapshotDeliveryPropertiesAttributes) InternalWithRef ¶
func (sdp SnapshotDeliveryPropertiesAttributes) InternalWithRef(ref terra.Reference) SnapshotDeliveryPropertiesAttributes
type SnapshotDeliveryPropertiesState ¶
type SnapshotDeliveryPropertiesState struct {
DeliveryFrequency string `json:"delivery_frequency"`
}
Click to show internal directories.
Click to hide internal directories.