Documentation
¶
Index ¶
Constants ¶
View Source
const (
//ServiceID aws Simple Notification Service ID.
ServiceID = "aws/sns"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SetupSubscriptionInput ¶ added in v0.29.0
type SetupSubscriptionInput struct {
*sns.SubscribeInput `json:",inline"`
Topic *string
}
func (*SetupSubscriptionInput) Validate ¶ added in v0.29.0
func (i *SetupSubscriptionInput) Validate() error
type SetupTopicInput ¶ added in v0.29.0
type SetupTopicInput sns.CreateTopicInput
Click to show internal directories.
Click to hide internal directories.