Class: Ansible::Ruby::Modules::Sns

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/notification/sns.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#aws_access_keyObject?

Returns AWS access key. If not set then the value of the AWS_ACCESS_KEY environment variable is used.

Returns:

  • (Object, nil)

    AWS access key. If not set then the value of the AWS_ACCESS_KEY environment variable is used.



41
# File 'lib/ansible/ruby/modules/generated/extras/notification/sns.rb', line 41

attribute :aws_access_key

#aws_secret_keyObject?

Returns AWS secret key. If not set then the value of the AWS_SECRET_KEY environment variable is used.

Returns:

  • (Object, nil)

    AWS secret key. If not set then the value of the AWS_SECRET_KEY environment variable is used.



38
# File 'lib/ansible/ruby/modules/generated/extras/notification/sns.rb', line 38

attribute :aws_secret_key

#emailObject?

Returns Message to send to email-only subscription.

Returns:

  • (Object, nil)

    Message to send to email-only subscription



22
# File 'lib/ansible/ruby/modules/generated/extras/notification/sns.rb', line 22

attribute :email

#httpObject?

Returns Message to send to HTTP-only subscription.

Returns:

  • (Object, nil)

    Message to send to HTTP-only subscription



32
# File 'lib/ansible/ruby/modules/generated/extras/notification/sns.rb', line 32

attribute :http

#httpsObject?

Returns Message to send to HTTPS-only subscription.

Returns:

  • (Object, nil)

    Message to send to HTTPS-only subscription



35
# File 'lib/ansible/ruby/modules/generated/extras/notification/sns.rb', line 35

attribute :https

#msgString

Returns Default message to send.

Returns:

  • (String)

    Default message to send.



10
# File 'lib/ansible/ruby/modules/generated/extras/notification/sns.rb', line 10

attribute :msg

#regionObject?

Returns The AWS region to use. If not specified then the value of the EC2_REGION environment variable, if any, is used.

Returns:

  • (Object, nil)

    The AWS region to use. If not specified then the value of the EC2_REGION environment variable, if any, is used.



44
# File 'lib/ansible/ruby/modules/generated/extras/notification/sns.rb', line 44

attribute :region

#smsString?

Returns Message to send to SMS-only subscription.

Returns:

  • (String, nil)

    Message to send to SMS-only subscription



28
# File 'lib/ansible/ruby/modules/generated/extras/notification/sns.rb', line 28

attribute :sms

#sqsObject?

Returns Message to send to SQS-only subscription.

Returns:

  • (Object, nil)

    Message to send to SQS-only subscription



25
# File 'lib/ansible/ruby/modules/generated/extras/notification/sns.rb', line 25

attribute :sqs

#subjectString?

Returns Subject line for email delivery.

Returns:

  • (String, nil)

    Subject line for email delivery.



14
# File 'lib/ansible/ruby/modules/generated/extras/notification/sns.rb', line 14

attribute :subject

#topicString

Returns The topic you want to publish to.

Returns:

  • (String)

    The topic you want to publish to.



18
# File 'lib/ansible/ruby/modules/generated/extras/notification/sns.rb', line 18

attribute :topic