Class: Convection::Model::Template::Resource::DirectoryServiceSimpleAD

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

Overview

AWS::DirectoryService::SimpleAD

Instance Attribute Summary

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

#exist, #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

#descriptionObject #description(value) ⇒ Object

Overloads:

  • #descriptionObject

    Returns the value of the 'Description' CloudFormation property.

  • #description(value) ⇒ Object

    Sets the 'Description' CloudFormation property.

    Parameters:

    • value

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



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

property :description, 'Description'

#enable_ssoObject #enable_sso(value) ⇒ Object

Overloads:

  • #enable_ssoObject

    Returns the value of the 'EnableSso' CloudFormation property.

  • #enable_sso(value) ⇒ Object

    Sets the 'EnableSso' CloudFormation property.

    Parameters:

    • value

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



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

property :enable_sso, 'EnableSso'

#nameObject #name(value) ⇒ Object

Overloads:

  • #nameObject

    Returns the value of the 'Name' CloudFormation property.

  • #name(value) ⇒ Object

    Sets the 'Name' CloudFormation property.

    Parameters:

    • value

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



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

property :name, 'Name'

#passwordObject #password(value) ⇒ Object

Overloads:

  • #passwordObject

    Returns the value of the 'Password' CloudFormation property.

  • #password(value) ⇒ Object

    Sets the 'Password' CloudFormation property.

    Parameters:

    • value

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



15
# File 'lib/convection/model/template/resource/aws_directory_service_simple_ad.rb', line 15

property :password, 'Password'

#short_nameObject #short_name(value) ⇒ Object

Overloads:

  • #short_nameObject

    Returns the value of the 'ShortName' CloudFormation property.

  • #short_name(value) ⇒ Object

    Sets the 'ShortName' CloudFormation property.

    Parameters:

    • value

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



16
# File 'lib/convection/model/template/resource/aws_directory_service_simple_ad.rb', line 16

property :short_name, 'ShortName'

#sizeObject #size(value) ⇒ Object

Overloads:

  • #sizeObject

    Returns the value of the 'Size' CloudFormation property.

  • #size(value) ⇒ Object

    Sets the 'Size' CloudFormation property.

    Parameters:

    • value

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



17
# File 'lib/convection/model/template/resource/aws_directory_service_simple_ad.rb', line 17

property :size, 'Size'

#vpc_settingsObject #vpc_settings(value) ⇒ Object

Overloads:

  • #vpc_settingsObject

    Returns the value of the 'VpcSettings' CloudFormation property.

  • #vpc_settings(value) ⇒ Object

    Sets the 'VpcSettings' CloudFormation property.

    Parameters:

    • value

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



18
# File 'lib/convection/model/template/resource/aws_directory_service_simple_ad.rb', line 18

property :vpc_settings, 'VpcSettings', :type => :hash