Class: Ansible::Ruby::Modules::Cloudfront_origin_access_identity

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

Overview

Allows for easy creation, updating and deletion of origin access identities.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#caller_referenceString?

Returns A unique identifier to reference the origin access identity by.

Returns:

  • (String, nil)

    A unique identifier to reference the origin access identity by.



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

attribute :caller_reference

#commentString?

Returns A comment to describe the cloudfront origin access identity.

Returns:

  • (String, nil)

    A comment to describe the cloudfront origin access identity.



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

attribute :comment

#origin_access_identity_idString?

Returns The origin_access_identity_id of the cloudfront distribution.

Returns:

  • (String, nil)

    The origin_access_identity_id of the cloudfront distribution.



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

attribute :origin_access_identity_id

#state:present, ...

Returns If the named resource should exist.

Returns:

  • (:present, :absent, nil)

    If the named resource should exist.



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

attribute :state