Documentation ¶
Index ¶
- type EventSubscription
- type EventSubscriptionAttributes
- func (es EventSubscriptionAttributes) Event() terra.StringValue
- func (es EventSubscriptionAttributes) InternalRef() (terra.Reference, error)
- func (es EventSubscriptionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (es EventSubscriptionAttributes) InternalWithRef(ref terra.Reference) EventSubscriptionAttributes
- func (es EventSubscriptionAttributes) TopicArn() terra.StringValue
- type EventSubscriptionState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventSubscription ¶
type EventSubscription struct { // Event: string, required Event terra.StringValue `hcl:"event,attr" validate:"required"` // TopicArn: string, required TopicArn terra.StringValue `hcl:"topic_arn,attr" validate:"required"` }
type EventSubscriptionAttributes ¶
type EventSubscriptionAttributes struct {
// contains filtered or unexported fields
}
func (EventSubscriptionAttributes) Event ¶
func (es EventSubscriptionAttributes) Event() terra.StringValue
func (EventSubscriptionAttributes) InternalRef ¶
func (es EventSubscriptionAttributes) InternalRef() (terra.Reference, error)
func (EventSubscriptionAttributes) InternalTokens ¶
func (es EventSubscriptionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EventSubscriptionAttributes) InternalWithRef ¶
func (es EventSubscriptionAttributes) InternalWithRef(ref terra.Reference) EventSubscriptionAttributes
func (EventSubscriptionAttributes) TopicArn ¶
func (es EventSubscriptionAttributes) TopicArn() terra.StringValue
type EventSubscriptionState ¶
Click to show internal directories.
Click to hide internal directories.