Class: Convection::Model::Template::Resource::IAMAccessKey

Inherits:
Convection::Model::Template::Resource show all
Defined in:
lib/convection/model/template/resource/aws_iam_access_key.rb

Overview

AWS::IAM::AccessKey

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::Resource

#exist, #name, #parent, #properties, #resource_attributes, #template

Instance Method Summary collapse

Methods inherited from Convection::Model::Template::Resource

#as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, property, #property, #reference, #render, type, #type, #with_output

Methods included from Mixin::Conditional

#condition, #render_condition

Methods included from DSL::Template::Resource

attach_resource

Methods included from DSL::Helpers

#camel_case, included, method_name, #screaming_snake_case, #snake_case

Methods included from DSL::IntrinsicFunctions

#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select

Constructor Details

This class inherits a constructor from Convection::Model::Template::Resource

Instance Method Details

#serialObject #serial(value) ⇒ Object

Overloads:

  • #serialObject

    Returns the value of the 'Serial' CloudFormation property.

  • #serial(value) ⇒ Object

    Sets the 'Serial' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Serial' CloudFormation property to.



12
# File 'lib/convection/model/template/resource/aws_iam_access_key.rb', line 12

property :serial, 'Serial', :default => 0

#statusObject #status(value) ⇒ Object

Overloads:

  • #statusObject

    Returns the value of the 'Status' CloudFormation property.

  • #status(value) ⇒ Object

    Sets the 'Status' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Status' CloudFormation property to.



13
# File 'lib/convection/model/template/resource/aws_iam_access_key.rb', line 13

property :status, 'Status', :default => 'Active'

#user_nameObject #user_name(value) ⇒ Object

Overloads:

  • #user_nameObject

    Returns the value of the 'UserName' CloudFormation property.

  • #user_name(value) ⇒ Object

    Sets the 'UserName' CloudFormation property.

    Parameters:

    • value

      the value to set the 'UserName' CloudFormation property to.



14
# File 'lib/convection/model/template/resource/aws_iam_access_key.rb', line 14

property :user_name, 'UserName'