Class: Ansible::Ruby::Modules::Iam_cert
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Iam_cert
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb
Instance Method Summary collapse
-
#aws_access_key ⇒ Object?
AWS access key.
-
#aws_secret_key ⇒ Object?
AWS secret key.
-
#cert ⇒ String?
The path to the certificate body in PEM encoded format.
-
#cert_chain ⇒ String?
The path to the CA certificate chain in PEM encoded format.
-
#dup_ok ⇒ Boolean?
By default the module will not upload a certificate that is already uploaded into AWS.
-
#key ⇒ String?
The path to the private key of the certificate in PEM encoded format.
-
#name ⇒ String
Name of certificate to add, update or remove.
-
#new_name ⇒ Object?
When present, this will update the name of the cert with the value passed here.
-
#new_path ⇒ Object?
When present, this will update the path of the cert with the value passed here.
-
#path ⇒ String?
When creating or updating, specify the desired path of the certificate.
-
#state ⇒ :present, :absent
Whether to create, delete certificate.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
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?
47 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb', line 47 attribute :aws_access_key |
#aws_secret_key ⇒ Object?
44 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb', line 44 attribute :aws_secret_key |
#cert ⇒ String?
32 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb', line 32 attribute :cert |
#cert_chain ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb', line 28 attribute :cert_chain |
#dup_ok ⇒ Boolean?
40 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb', line 40 attribute :dup_ok |
#key ⇒ String?
36 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb', line 36 attribute :key |
#name ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb', line 10 attribute :name |
#new_name ⇒ Object?
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb', line 14 attribute :new_name |
#new_path ⇒ Object?
17 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb', line 17 attribute :new_path |
#path ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb', line 24 attribute :path |
#state ⇒ :present, :absent
20 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb', line 20 attribute :state |