Documentation ¶
Index ¶
- type CampaignHook
- type CampaignHookAttributes
- func (ch CampaignHookAttributes) InternalRef() (terra.Reference, error)
- func (ch CampaignHookAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ch CampaignHookAttributes) InternalWithRef(ref terra.Reference) CampaignHookAttributes
- func (ch CampaignHookAttributes) LambdaFunctionName() terra.StringValue
- func (ch CampaignHookAttributes) Mode() terra.StringValue
- func (ch CampaignHookAttributes) WebUrl() terra.StringValue
- type CampaignHookState
- type Limits
- type LimitsAttributes
- func (l LimitsAttributes) Daily() terra.NumberValue
- func (l LimitsAttributes) InternalRef() (terra.Reference, error)
- func (l LimitsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (l LimitsAttributes) InternalWithRef(ref terra.Reference) LimitsAttributes
- func (l LimitsAttributes) MaximumDuration() terra.NumberValue
- func (l LimitsAttributes) MessagesPerSecond() terra.NumberValue
- func (l LimitsAttributes) Total() terra.NumberValue
- type LimitsState
- type QuietTime
- type QuietTimeAttributes
- func (qt QuietTimeAttributes) End() terra.StringValue
- func (qt QuietTimeAttributes) InternalRef() (terra.Reference, error)
- func (qt QuietTimeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (qt QuietTimeAttributes) InternalWithRef(ref terra.Reference) QuietTimeAttributes
- func (qt QuietTimeAttributes) Start() terra.StringValue
- type QuietTimeState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CampaignHook ¶
type CampaignHook struct { // LambdaFunctionName: string, optional LambdaFunctionName terra.StringValue `hcl:"lambda_function_name,attr"` // Mode: string, optional Mode terra.StringValue `hcl:"mode,attr"` // WebUrl: string, optional WebUrl terra.StringValue `hcl:"web_url,attr"` }
type CampaignHookAttributes ¶
type CampaignHookAttributes struct {
// contains filtered or unexported fields
}
func (CampaignHookAttributes) InternalRef ¶
func (ch CampaignHookAttributes) InternalRef() (terra.Reference, error)
func (CampaignHookAttributes) InternalTokens ¶
func (ch CampaignHookAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CampaignHookAttributes) InternalWithRef ¶
func (ch CampaignHookAttributes) InternalWithRef(ref terra.Reference) CampaignHookAttributes
func (CampaignHookAttributes) LambdaFunctionName ¶
func (ch CampaignHookAttributes) LambdaFunctionName() terra.StringValue
func (CampaignHookAttributes) Mode ¶
func (ch CampaignHookAttributes) Mode() terra.StringValue
func (CampaignHookAttributes) WebUrl ¶
func (ch CampaignHookAttributes) WebUrl() terra.StringValue
type CampaignHookState ¶
type Limits ¶
type Limits struct { // Daily: number, optional Daily terra.NumberValue `hcl:"daily,attr"` // MaximumDuration: number, optional MaximumDuration terra.NumberValue `hcl:"maximum_duration,attr"` // MessagesPerSecond: number, optional MessagesPerSecond terra.NumberValue `hcl:"messages_per_second,attr"` // Total: number, optional Total terra.NumberValue `hcl:"total,attr"` }
type LimitsAttributes ¶
type LimitsAttributes struct {
// contains filtered or unexported fields
}
func (LimitsAttributes) Daily ¶
func (l LimitsAttributes) Daily() terra.NumberValue
func (LimitsAttributes) InternalRef ¶
func (l LimitsAttributes) InternalRef() (terra.Reference, error)
func (LimitsAttributes) InternalTokens ¶
func (l LimitsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LimitsAttributes) InternalWithRef ¶
func (l LimitsAttributes) InternalWithRef(ref terra.Reference) LimitsAttributes
func (LimitsAttributes) MaximumDuration ¶
func (l LimitsAttributes) MaximumDuration() terra.NumberValue
func (LimitsAttributes) MessagesPerSecond ¶
func (l LimitsAttributes) MessagesPerSecond() terra.NumberValue
func (LimitsAttributes) Total ¶
func (l LimitsAttributes) Total() terra.NumberValue
type LimitsState ¶
type QuietTime ¶
type QuietTime struct { // End: string, optional End terra.StringValue `hcl:"end,attr"` // Start: string, optional Start terra.StringValue `hcl:"start,attr"` }
type QuietTimeAttributes ¶
type QuietTimeAttributes struct {
// contains filtered or unexported fields
}
func (QuietTimeAttributes) End ¶
func (qt QuietTimeAttributes) End() terra.StringValue
func (QuietTimeAttributes) InternalRef ¶
func (qt QuietTimeAttributes) InternalRef() (terra.Reference, error)
func (QuietTimeAttributes) InternalTokens ¶
func (qt QuietTimeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (QuietTimeAttributes) InternalWithRef ¶
func (qt QuietTimeAttributes) InternalWithRef(ref terra.Reference) QuietTimeAttributes
func (QuietTimeAttributes) Start ¶
func (qt QuietTimeAttributes) Start() terra.StringValue
type QuietTimeState ¶
Click to show internal directories.
Click to hide internal directories.