Class: Ansible::Ruby::Modules::Aws_config_delivery_channel

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_delivery_channel.rb

Overview

This module manages AWS Config delivery locations for rule checks and configuration info

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#delivery_frequency:One_Hour, ...

Returns The frequency with which AWS Config delivers configuration snapshots.

Returns:

  • (:One_Hour, :Three_Hours, :Six_Hours, :Twelve_Hours, :TwentyFour_Hours, nil)

    The frequency with which AWS Config delivers configuration snapshots.



31
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_delivery_channel.rb', line 31

attribute :delivery_frequency

#nameString

Returns The name of the AWS Config resource.

Returns:

  • (String)

    The name of the AWS Config resource.



12
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_delivery_channel.rb', line 12

attribute :name

#s3_bucketString?

Returns The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

Returns:

  • (String, nil)

    The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.



20
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_delivery_channel.rb', line 20

attribute :s3_bucket

#s3_prefixObject?

Returns The prefix for the specified Amazon S3 bucket.

Returns:

  • (Object, nil)

    The prefix for the specified Amazon S3 bucket.



24
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_delivery_channel.rb', line 24

attribute :s3_prefix

#sns_topic_arnString?

Returns The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

Returns:

  • (String, nil)

    The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.



27
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_delivery_channel.rb', line 27

attribute :sns_topic_arn

#state:present, ...

Returns Whether the Config rule should be present or absent.

Returns:

  • (:present, :absent, nil)

    Whether the Config rule should be present or absent.



16
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_delivery_channel.rb', line 16

attribute :state