Class: Ansible::Ruby::Modules::Cloudtrail
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cloudtrail
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/amazon/cloudtrail.rb
Instance Method Summary collapse
-
#aws_access_key ⇒ Object?
AWS access key.
-
#aws_secret_key ⇒ Object?
AWS secret key.
-
#include_global_events ⇒ Boolean?
Record API calls from global services such as IAM and STS?.
-
#name ⇒ String?
Name for given CloudTrail configuration.,This is a primary key and is used to identify the configuration.
-
#region ⇒ String?
The AWS region to use.
-
#s3_bucket_prefix ⇒ Object?
Bucket to place CloudTrail in.,this bucket should exist and have the proper policy.
-
#s3_key_prefix ⇒ String?
Prefix to keys in bucket.
-
#state ⇒ :enabled, :disabled
Add or remove CloudTrail configuration.
Methods inherited from Base
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_key ⇒ Object?
Returns AWS access key. If not set then the value of the AWS_ACCESS_KEY environment variable is used.
32 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/cloudtrail.rb', line 32 attribute :aws_access_key |
#aws_secret_key ⇒ Object?
Returns AWS secret key. If not set then the value of the AWS_SECRET_KEY environment variable is used.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/cloudtrail.rb', line 29 attribute :aws_secret_key |
#include_global_events ⇒ Boolean?
Returns record API calls from global services such as IAM and STS?.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/cloudtrail.rb', line 25 attribute :include_global_events |
#name ⇒ String?
Returns name for given CloudTrail configuration.,This is a primary key and is used to identify the configuration.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/cloudtrail.rb', line 14 attribute :name |
#region ⇒ String?
Returns The AWS region to use. If not specified then the value of the EC2_REGION environment variable, if any, is used.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/cloudtrail.rb', line 35 attribute :region |
#s3_bucket_prefix ⇒ Object?
Returns bucket to place CloudTrail in.,this bucket should exist and have the proper policy. See U(docs.aws.amazon.com/awscloudtrail/latest/userguide/aggregating_logs_regions_bucket_policy.html),required when state=enabled.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/cloudtrail.rb', line 18 attribute :s3_bucket_prefix |
#s3_key_prefix ⇒ String?
Returns prefix to keys in bucket. A trailing slash is not necessary and will be removed.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/cloudtrail.rb', line 21 attribute :s3_key_prefix |
#state ⇒ :enabled, :disabled
Returns add or remove CloudTrail configuration.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/cloudtrail.rb', line 10 attribute :state |