Documentation
¶
Index ¶
- type Args
- 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
- type Resource
- func (apa *Resource) Attributes() awsPinpointAppAttributes
- func (apa *Resource) Configuration() interface{}
- func (apa *Resource) DependOn() terra.Reference
- func (apa *Resource) Dependencies() terra.Dependencies
- func (apa *Resource) ImportState(state io.Reader) error
- func (apa *Resource) LifecycleManagement() *terra.Lifecycle
- func (apa *Resource) LocalName() string
- func (apa *Resource) State() (*awsPinpointAppState, bool)
- func (apa *Resource) StateMust() *awsPinpointAppState
- func (apa *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // NamePrefix: string, optional NamePrefix terra.StringValue `hcl:"name_prefix,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // CampaignHook: optional CampaignHook *CampaignHook `hcl:"campaign_hook,block"` // Limits: optional Limits *Limits `hcl:"limits,block"` // QuietTime: optional QuietTime *QuietTime `hcl:"quiet_time,block"` }
Args contains the configurations for aws_pinpoint_app.
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 ¶
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_pinpoint_app.
func (*Resource) Attributes ¶
func (apa *Resource) Attributes() awsPinpointAppAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (apa *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (apa *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.