Class NetworkfirewallFirewallConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.networkfirewall_firewall.NetworkfirewallFirewallConfig.Jsii$Proxy
-
- All Implemented Interfaces:
NetworkfirewallFirewallConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetworkfirewallFirewallConfig
@Stability(Stable) @Internal public static final class NetworkfirewallFirewallConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkfirewallFirewallConfig
An implementation forNetworkfirewallFirewallConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.networkfirewall_firewall.NetworkfirewallFirewallConfig
NetworkfirewallFirewallConfig.Builder, NetworkfirewallFirewallConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetworkfirewallFirewallConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkfirewallFirewallConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()ObjectgetDeleteProtection()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#delete_protection NetworkfirewallFirewall#delete_protection}.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#description NetworkfirewallFirewall#description}.NetworkfirewallFirewallEncryptionConfigurationgetEncryptionConfiguration()encryption_configuration block.StringgetFirewallPolicyArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#firewall_policy_arn NetworkfirewallFirewall#firewall_policy_arn}.ObjectgetFirewallPolicyChangeProtection()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#firewall_policy_change_protection NetworkfirewallFirewall#firewall_policy_change_protection}.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#id NetworkfirewallFirewall#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#name NetworkfirewallFirewall#name}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ObjectgetSubnetChangeProtection()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#subnet_change_protection NetworkfirewallFirewall#subnet_change_protection}.ObjectgetSubnetMapping()subnet_mapping block.Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#tags NetworkfirewallFirewall#tags}.Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#tags_all NetworkfirewallFirewall#tags_all}.StringgetVpcId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#vpc_id NetworkfirewallFirewall#vpc_id}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(NetworkfirewallFirewallConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetworkfirewallFirewallConfig.Builder.
-
-
Method Detail
-
getFirewallPolicyArn
public final String getFirewallPolicyArn()
Description copied from interface:NetworkfirewallFirewallConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#firewall_policy_arn NetworkfirewallFirewall#firewall_policy_arn}.- Specified by:
getFirewallPolicyArnin interfaceNetworkfirewallFirewallConfig
-
getName
public final String getName()
Description copied from interface:NetworkfirewallFirewallConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#name NetworkfirewallFirewall#name}.- Specified by:
getNamein interfaceNetworkfirewallFirewallConfig
-
getSubnetMapping
public final Object getSubnetMapping()
Description copied from interface:NetworkfirewallFirewallConfigsubnet_mapping block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#subnet_mapping NetworkfirewallFirewall#subnet_mapping}
- Specified by:
getSubnetMappingin interfaceNetworkfirewallFirewallConfig
-
getVpcId
public final String getVpcId()
Description copied from interface:NetworkfirewallFirewallConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#vpc_id NetworkfirewallFirewall#vpc_id}.- Specified by:
getVpcIdin interfaceNetworkfirewallFirewallConfig
-
getDeleteProtection
public final Object getDeleteProtection()
Description copied from interface:NetworkfirewallFirewallConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#delete_protection NetworkfirewallFirewall#delete_protection}.- Specified by:
getDeleteProtectionin interfaceNetworkfirewallFirewallConfig
-
getDescription
public final String getDescription()
Description copied from interface:NetworkfirewallFirewallConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#description NetworkfirewallFirewall#description}.- Specified by:
getDescriptionin interfaceNetworkfirewallFirewallConfig
-
getEncryptionConfiguration
public final NetworkfirewallFirewallEncryptionConfiguration getEncryptionConfiguration()
Description copied from interface:NetworkfirewallFirewallConfigencryption_configuration block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#encryption_configuration NetworkfirewallFirewall#encryption_configuration}
- Specified by:
getEncryptionConfigurationin interfaceNetworkfirewallFirewallConfig
-
getFirewallPolicyChangeProtection
public final Object getFirewallPolicyChangeProtection()
Description copied from interface:NetworkfirewallFirewallConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#firewall_policy_change_protection NetworkfirewallFirewall#firewall_policy_change_protection}.- Specified by:
getFirewallPolicyChangeProtectionin interfaceNetworkfirewallFirewallConfig
-
getId
public final String getId()
Description copied from interface:NetworkfirewallFirewallConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#id NetworkfirewallFirewall#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceNetworkfirewallFirewallConfig
-
getSubnetChangeProtection
public final Object getSubnetChangeProtection()
Description copied from interface:NetworkfirewallFirewallConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#subnet_change_protection NetworkfirewallFirewall#subnet_change_protection}.- Specified by:
getSubnetChangeProtectionin interfaceNetworkfirewallFirewallConfig
-
getTags
public final Map<String,String> getTags()
Description copied from interface:NetworkfirewallFirewallConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#tags NetworkfirewallFirewall#tags}.- Specified by:
getTagsin interfaceNetworkfirewallFirewallConfig
-
getTagsAll
public final Map<String,String> getTagsAll()
Description copied from interface:NetworkfirewallFirewallConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#tags_all NetworkfirewallFirewall#tags_all}.- Specified by:
getTagsAllin interfaceNetworkfirewallFirewallConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-