Class: Aws::Types::VpcEncryptionControlConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VpcEncryptionControlConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_only_internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute egress_only_internet_gateway_exclusion.
-
#elastic_file_system_exclusion ⇒ "enable", "disable"
Returns the value of attribute elastic_file_system_exclusion.
-
#internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute internet_gateway_exclusion.
-
#lambda_exclusion ⇒ "enable", "disable"
Returns the value of attribute lambda_exclusion.
-
#mode ⇒ "monitor", "enforce"
Returns the value of attribute mode.
-
#nat_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute nat_gateway_exclusion.
-
#virtual_private_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute virtual_private_gateway_exclusion.
-
#vpc_lattice_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_lattice_exclusion.
-
#vpc_peering_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_peering_exclusion.
Instance Attribute Details
#egress_only_internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute egress_only_internet_gateway_exclusion.
19697 19698 19699 |
# File 'sig/types.rbs', line 19697 def egress_only_internet_gateway_exclusion @egress_only_internet_gateway_exclusion end |
#elastic_file_system_exclusion ⇒ "enable", "disable"
Returns the value of attribute elastic_file_system_exclusion.
19703 19704 19705 |
# File 'sig/types.rbs', line 19703 def elastic_file_system_exclusion @elastic_file_system_exclusion end |
#internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute internet_gateway_exclusion.
19696 19697 19698 |
# File 'sig/types.rbs', line 19696 def internet_gateway_exclusion @internet_gateway_exclusion end |
#lambda_exclusion ⇒ "enable", "disable"
Returns the value of attribute lambda_exclusion.
19701 19702 19703 |
# File 'sig/types.rbs', line 19701 def lambda_exclusion @lambda_exclusion end |
#mode ⇒ "monitor", "enforce"
Returns the value of attribute mode.
19695 19696 19697 |
# File 'sig/types.rbs', line 19695 def mode @mode end |
#nat_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute nat_gateway_exclusion.
19698 19699 19700 |
# File 'sig/types.rbs', line 19698 def nat_gateway_exclusion @nat_gateway_exclusion end |
#virtual_private_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute virtual_private_gateway_exclusion.
19699 19700 19701 |
# File 'sig/types.rbs', line 19699 def virtual_private_gateway_exclusion @virtual_private_gateway_exclusion end |
#vpc_lattice_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_lattice_exclusion.
19702 19703 19704 |
# File 'sig/types.rbs', line 19702 def vpc_lattice_exclusion @vpc_lattice_exclusion end |
#vpc_peering_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_peering_exclusion.
19700 19701 19702 |
# File 'sig/types.rbs', line 19700 def vpc_peering_exclusion @vpc_peering_exclusion end |