Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + AccountId terra.StringValue + Frequency terra.StringValue + Id terra.StringValue + MonitorArnList terra.ListValue[terra.StringValue] + Name terra.StringValue + Subscriber []Subscriber + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + Threshold terra.NumberValue + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (acas *Resource) Attributes() awsCeAnomalySubscriptionAttributes + func (acas *Resource) Configuration() interface{} + func (acas *Resource) DependOn() terra.Reference + func (acas *Resource) Dependencies() terra.Dependencies + func (acas *Resource) ImportState(state io.Reader) error + func (acas *Resource) LifecycleManagement() *terra.Lifecycle + func (acas *Resource) LocalName() string + func (acas *Resource) State() (*awsCeAnomalySubscriptionState, bool) + func (acas *Resource) StateMust() *awsCeAnomalySubscriptionState + func (acas *Resource) Type() string + type Subscriber struct + Address terra.StringValue + Type terra.StringValue + type SubscriberAttributes struct + func (s SubscriberAttributes) Address() terra.StringValue + func (s SubscriberAttributes) InternalRef() (terra.Reference, error) + func (s SubscriberAttributes) InternalTokens() (hclwrite.Tokens, error) + func (s SubscriberAttributes) InternalWithRef(ref terra.Reference) SubscriberAttributes + func (s SubscriberAttributes) Type() terra.StringValue + type SubscriberState struct + Address string + Type string