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


19358
19359
19360
# File 'sig/types.rbs', line 19358

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


19364
19365
19366
# File 'sig/types.rbs', line 19364

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


19357
19358
19359
# File 'sig/types.rbs', line 19357

def internet_gateway_exclusion
  @internet_gateway_exclusion
end

#lambda_exclusion"enable", "disable"

Returns the value of attribute lambda_exclusion.

Returns:

  • ("enable", "disable")


19362
19363
19364
# File 'sig/types.rbs', line 19362

def lambda_exclusion
  @lambda_exclusion
end

#mode"monitor", "enforce"

Returns the value of attribute mode.

Returns:

  • ("monitor", "enforce")


19356
19357
19358
# File 'sig/types.rbs', line 19356

def mode
  @mode
end

#nat_gateway_exclusion"enable", "disable"

Returns the value of attribute nat_gateway_exclusion.

Returns:

  • ("enable", "disable")


19359
19360
19361
# File 'sig/types.rbs', line 19359

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


19360
19361
19362
# File 'sig/types.rbs', line 19360

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


19363
19364
19365
# File 'sig/types.rbs', line 19363

def vpc_lattice_exclusion
  @vpc_lattice_exclusion
end

#vpc_peering_exclusion"enable", "disable"

Returns the value of attribute vpc_peering_exclusion.

Returns:

  • ("enable", "disable")


19361
19362
19363
# File 'sig/types.rbs', line 19361

def vpc_peering_exclusion
  @vpc_peering_exclusion
end