Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Props ¶
type Props struct {
HostedZone string `json:"hosted_zone,omitempty" yaml:"hosted-zone,omitempty"`
FQDN string `json:"fqdn,omitempty" yaml:"fqdn,omitempty"`
Site Site `json:"site,omitempty" yaml:"site,omitempty"`
Bucket Bucket `json:"bucket,omitempty" yaml:"bucket,omitempty"`
SMTP SMTP `json:"smtp,omitempty" yaml:"smtp,omitempty"`
Email Email `json:"email,omitempty" yaml:"email,omitempty"`
}
type What ¶
type What struct {
Name string `json:"name,omitempty" yaml:"name,omitempty"`
CIDR string `json:"cidr,omitempty" yaml:"cidr,omitempty"`
Unique string `json:"unique,omitempty" yaml:"unique,omitempty"`
Account string `json:"account,omitempty" yaml:"account,omitempty"`
Region string `json:"region,omitempty" yaml:"region,omitempty"`
KeySecretID string `json:"key_secret_id,omitempty" yaml:"key-secret-id,omitempty"`
Props map[string]Props `json:"props,omitempty" yaml:"props,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.