Class: Aws::Types::Firewall
- Inherits:
-
Object
- Object
- Aws::Types::Firewall
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_change_protection ⇒ Boolean
Returns the value of attribute availability_zone_change_protection.
-
#availability_zone_mappings ⇒ ::Array[Types::AvailabilityZoneMapping]
Returns the value of attribute availability_zone_mappings.
-
#delete_protection ⇒ Boolean
Returns the value of attribute delete_protection.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enabled_analysis_types ⇒ ::Array[("TLS_SNI" | "HTTP_HOST")]
Returns the value of attribute enabled_analysis_types.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_id ⇒ ::String
Returns the value of attribute firewall_id.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
-
#firewall_policy_change_protection ⇒ Boolean
Returns the value of attribute firewall_policy_change_protection.
-
#number_of_associations ⇒ ::Integer
Returns the value of attribute number_of_associations.
-
#subnet_change_protection ⇒ Boolean
Returns the value of attribute subnet_change_protection.
-
#subnet_mappings ⇒ ::Array[Types::SubnetMapping]
Returns the value of attribute subnet_mappings.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#transit_gateway_owner_account_id ⇒ ::String
Returns the value of attribute transit_gateway_owner_account_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zone_change_protection ⇒ Boolean
Returns the value of attribute availability_zone_change_protection.
839 840 841 |
# File 'sig/types.rbs', line 839 def availability_zone_change_protection @availability_zone_change_protection end |
#availability_zone_mappings ⇒ ::Array[Types::AvailabilityZoneMapping]
Returns the value of attribute availability_zone_mappings.
838 839 840 |
# File 'sig/types.rbs', line 838 def availability_zone_mappings @availability_zone_mappings end |
#delete_protection ⇒ Boolean
Returns the value of attribute delete_protection.
827 828 829 |
# File 'sig/types.rbs', line 827 def delete_protection @delete_protection end |
#description ⇒ ::String
Returns the value of attribute description.
830 831 832 |
# File 'sig/types.rbs', line 830 def description @description end |
#enabled_analysis_types ⇒ ::Array[("TLS_SNI" | "HTTP_HOST")]
Returns the value of attribute enabled_analysis_types.
835 836 837 |
# File 'sig/types.rbs', line 835 def enabled_analysis_types @enabled_analysis_types end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
833 834 835 |
# File 'sig/types.rbs', line 833 def encryption_configuration @encryption_configuration end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
823 824 825 |
# File 'sig/types.rbs', line 823 def firewall_arn @firewall_arn end |
#firewall_id ⇒ ::String
Returns the value of attribute firewall_id.
831 832 833 |
# File 'sig/types.rbs', line 831 def firewall_id @firewall_id end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
822 823 824 |
# File 'sig/types.rbs', line 822 def firewall_name @firewall_name end |
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
824 825 826 |
# File 'sig/types.rbs', line 824 def firewall_policy_arn @firewall_policy_arn end |
#firewall_policy_change_protection ⇒ Boolean
Returns the value of attribute firewall_policy_change_protection.
829 830 831 |
# File 'sig/types.rbs', line 829 def firewall_policy_change_protection @firewall_policy_change_protection end |
#number_of_associations ⇒ ::Integer
Returns the value of attribute number_of_associations.
834 835 836 |
# File 'sig/types.rbs', line 834 def number_of_associations @number_of_associations end |
#subnet_change_protection ⇒ Boolean
Returns the value of attribute subnet_change_protection.
828 829 830 |
# File 'sig/types.rbs', line 828 def subnet_change_protection @subnet_change_protection end |
#subnet_mappings ⇒ ::Array[Types::SubnetMapping]
Returns the value of attribute subnet_mappings.
826 827 828 |
# File 'sig/types.rbs', line 826 def subnet_mappings @subnet_mappings end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
832 833 834 |
# File 'sig/types.rbs', line 832 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
836 837 838 |
# File 'sig/types.rbs', line 836 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_owner_account_id ⇒ ::String
Returns the value of attribute transit_gateway_owner_account_id.
837 838 839 |
# File 'sig/types.rbs', line 837 def transit_gateway_owner_account_id @transit_gateway_owner_account_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
825 826 827 |
# File 'sig/types.rbs', line 825 def vpc_id @vpc_id end |