Class: Ansible::Ruby::Modules::Ec2_vpc_egress_igw

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

Overview

Manage an AWS VPC Egress Only Internet gateway

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

#state:present, ...

Returns Create or delete the EIGW.

Returns:

  • (:present, :absent, nil)

    Create or delete the EIGW



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

attribute :state

#vpc_idObject

Returns The VPC ID for the VPC that this Egress Only Internet Gateway should be attached.

Returns:

  • (Object)

    The VPC ID for the VPC that this Egress Only Internet Gateway should be attached.



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

attribute :vpc_id