Class CfnTLSInspectionConfigurationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTLSInspectionConfigurationProps>
- Enclosing interface:
CfnTLSInspectionConfigurationProps
CfnTLSInspectionConfigurationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnTLSInspectionConfigurationProps.getDescription()Sets the value ofCfnTLSInspectionConfigurationProps.getTags()tlsInspectionConfiguration(IResolvable tlsInspectionConfiguration) Sets the value ofCfnTLSInspectionConfigurationProps.getTlsInspectionConfiguration()tlsInspectionConfiguration(CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty tlsInspectionConfiguration) Sets the value ofCfnTLSInspectionConfigurationProps.getTlsInspectionConfiguration()tlsInspectionConfigurationName(String tlsInspectionConfigurationName) Sets the value ofCfnTLSInspectionConfigurationProps.getTlsInspectionConfigurationName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tlsInspectionConfiguration
@Stability(Stable) public CfnTLSInspectionConfigurationProps.Builder tlsInspectionConfiguration(IResolvable tlsInspectionConfiguration) Sets the value ofCfnTLSInspectionConfigurationProps.getTlsInspectionConfiguration()- Parameters:
tlsInspectionConfiguration- The object that defines a TLS inspection configuration. This parameter is required. This, along withTLSInspectionConfigurationResponse, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by callingDescribeTLSInspectionConfiguration.AWS Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.
To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect the traffic traveling through your firewalls. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see Inspecting SSL/TLS traffic with TLS inspection configurations in the AWS Network Firewall Developer Guide .
- Returns:
this
-
tlsInspectionConfiguration
@Stability(Stable) public CfnTLSInspectionConfigurationProps.Builder tlsInspectionConfiguration(CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty tlsInspectionConfiguration) Sets the value ofCfnTLSInspectionConfigurationProps.getTlsInspectionConfiguration()- Parameters:
tlsInspectionConfiguration- The object that defines a TLS inspection configuration. This parameter is required. This, along withTLSInspectionConfigurationResponse, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by callingDescribeTLSInspectionConfiguration.AWS Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.
To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect the traffic traveling through your firewalls. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see Inspecting SSL/TLS traffic with TLS inspection configurations in the AWS Network Firewall Developer Guide .
- Returns:
this
-
tlsInspectionConfigurationName
@Stability(Stable) public CfnTLSInspectionConfigurationProps.Builder tlsInspectionConfigurationName(String tlsInspectionConfigurationName) Sets the value ofCfnTLSInspectionConfigurationProps.getTlsInspectionConfigurationName()- Parameters:
tlsInspectionConfigurationName- The descriptive name of the TLS inspection configuration. This parameter is required. You can't change the name of a TLS inspection configuration after you create it.- Returns:
this
-
description
@Stability(Stable) public CfnTLSInspectionConfigurationProps.Builder description(String description) Sets the value ofCfnTLSInspectionConfigurationProps.getDescription()- Parameters:
description- A description of the TLS inspection configuration.- Returns:
this
-
tags
@Stability(Stable) public CfnTLSInspectionConfigurationProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnTLSInspectionConfigurationProps.getTags()- Parameters:
tags- The key:value pairs to associate with the resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTLSInspectionConfigurationProps>- Returns:
- a new instance of
CfnTLSInspectionConfigurationProps - Throws:
NullPointerException- if any required attribute was not provided
-