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


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.

Returns:

  • ("enable", "disable")


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.

Returns:

  • ("enable", "disable")


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.

Returns:

  • ("enable", "disable")


19701
19702
19703
# File 'sig/types.rbs', line 19701

def lambda_exclusion
  @lambda_exclusion
end

#mode"monitor", "enforce"

Returns the value of attribute mode.

Returns:

  • ("monitor", "enforce")


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.

Returns:

  • ("enable", "disable")


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.

Returns:

  • ("enable", "disable")


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.

Returns:

  • ("enable", "disable")


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.

Returns:

  • ("enable", "disable")


19700
19701
19702
# File 'sig/types.rbs', line 19700

def vpc_peering_exclusion
  @vpc_peering_exclusion
end