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")


19031
19032
19033
# File 'sig/types.rbs', line 19031

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")


19037
19038
19039
# File 'sig/types.rbs', line 19037

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")


19030
19031
19032
# File 'sig/types.rbs', line 19030

def internet_gateway_exclusion
  @internet_gateway_exclusion
end

#lambda_exclusion"enable", "disable"

Returns the value of attribute lambda_exclusion.

Returns:

  • ("enable", "disable")


19035
19036
19037
# File 'sig/types.rbs', line 19035

def lambda_exclusion
  @lambda_exclusion
end

#mode"monitor", "enforce"

Returns the value of attribute mode.

Returns:

  • ("monitor", "enforce")


19029
19030
19031
# File 'sig/types.rbs', line 19029

def mode
  @mode
end

#nat_gateway_exclusion"enable", "disable"

Returns the value of attribute nat_gateway_exclusion.

Returns:

  • ("enable", "disable")


19032
19033
19034
# File 'sig/types.rbs', line 19032

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")


19033
19034
19035
# File 'sig/types.rbs', line 19033

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")


19036
19037
19038
# File 'sig/types.rbs', line 19036

def vpc_lattice_exclusion
  @vpc_lattice_exclusion
end

#vpc_peering_exclusion"enable", "disable"

Returns the value of attribute vpc_peering_exclusion.

Returns:

  • ("enable", "disable")


19034
19035
19036
# File 'sig/types.rbs', line 19034

def vpc_peering_exclusion
  @vpc_peering_exclusion
end