Class: Aws::Types::VpcEncryptionControlConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_only_internet_gateway_exclusion"enable", "disable"

Returns the value of attribute egress_only_internet_gateway_exclusion.

Returns:

  • ("enable", "disable")


19718
19719
19720
# File 'sig/types.rbs', line 19718

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.

Returns:

  • ("enable", "disable")


19724
19725
19726
# File 'sig/types.rbs', line 19724

def elastic_file_system_exclusion
  @elastic_file_system_exclusion
end

#internet_gateway_exclusion"enable", "disable"

Returns the value of attribute internet_gateway_exclusion.

Returns:

  • ("enable", "disable")


19717
19718
19719
# File 'sig/types.rbs', line 19717

def internet_gateway_exclusion
  @internet_gateway_exclusion
end

#lambda_exclusion"enable", "disable"

Returns the value of attribute lambda_exclusion.

Returns:

  • ("enable", "disable")


19722
19723
19724
# File 'sig/types.rbs', line 19722

def lambda_exclusion
  @lambda_exclusion
end

#mode"monitor", "enforce"

Returns the value of attribute mode.

Returns:

  • ("monitor", "enforce")


19716
19717
19718
# File 'sig/types.rbs', line 19716

def mode
  @mode
end

#nat_gateway_exclusion"enable", "disable"

Returns the value of attribute nat_gateway_exclusion.

Returns:

  • ("enable", "disable")


19719
19720
19721
# File 'sig/types.rbs', line 19719

def nat_gateway_exclusion
  @nat_gateway_exclusion
end

#virtual_private_gateway_exclusion"enable", "disable"

Returns the value of attribute virtual_private_gateway_exclusion.

Returns:

  • ("enable", "disable")


19720
19721
19722
# File 'sig/types.rbs', line 19720

def virtual_private_gateway_exclusion
  @virtual_private_gateway_exclusion
end

#vpc_lattice_exclusion"enable", "disable"

Returns the value of attribute vpc_lattice_exclusion.

Returns:

  • ("enable", "disable")


19723
19724
19725
# File 'sig/types.rbs', line 19723

def vpc_lattice_exclusion
  @vpc_lattice_exclusion
end

#vpc_peering_exclusion"enable", "disable"

Returns the value of attribute vpc_peering_exclusion.

Returns:

  • ("enable", "disable")


19721
19722
19723
# File 'sig/types.rbs', line 19721

def vpc_peering_exclusion
  @vpc_peering_exclusion
end