Struct aws_sdk_networkfirewall::operation::create_tls_inspection_configuration::builders::CreateTlsInspectionConfigurationInputBuilder
source · #[non_exhaustive]pub struct CreateTlsInspectionConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for CreateTlsInspectionConfigurationInput
.
Implementations§
source§impl CreateTlsInspectionConfigurationInputBuilder
impl CreateTlsInspectionConfigurationInputBuilder
sourcepub fn tls_inspection_configuration_name(self, input: impl Into<String>) -> Self
pub fn tls_inspection_configuration_name(self, input: impl Into<String>) -> Self
The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.
This field is required.sourcepub fn set_tls_inspection_configuration_name(
self,
input: Option<String>
) -> Self
pub fn set_tls_inspection_configuration_name( self, input: Option<String> ) -> Self
The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.
sourcepub fn get_tls_inspection_configuration_name(&self) -> &Option<String>
pub fn get_tls_inspection_configuration_name(&self) -> &Option<String>
The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.
sourcepub fn tls_inspection_configuration(
self,
input: TlsInspectionConfiguration
) -> Self
pub fn tls_inspection_configuration( self, input: TlsInspectionConfiguration ) -> Self
The object that defines a TLS inspection configuration. This, along with TLSInspectionConfigurationResponse
, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration
.
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 Network Firewall Developer Guide.
This field is required.sourcepub fn set_tls_inspection_configuration(
self,
input: Option<TlsInspectionConfiguration>
) -> Self
pub fn set_tls_inspection_configuration( self, input: Option<TlsInspectionConfiguration> ) -> Self
The object that defines a TLS inspection configuration. This, along with TLSInspectionConfigurationResponse
, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration
.
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 Network Firewall Developer Guide.
sourcepub fn get_tls_inspection_configuration(
&self
) -> &Option<TlsInspectionConfiguration>
pub fn get_tls_inspection_configuration( &self ) -> &Option<TlsInspectionConfiguration>
The object that defines a TLS inspection configuration. This, along with TLSInspectionConfigurationResponse
, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration
.
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 Network Firewall Developer Guide.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the TLS inspection configuration.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the TLS inspection configuration.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description of the TLS inspection configuration.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The key:value pairs to associate with the resource.
The key:value pairs to associate with the resource.
The key:value pairs to associate with the resource.
sourcepub fn encryption_configuration(self, input: EncryptionConfiguration) -> Self
pub fn encryption_configuration(self, input: EncryptionConfiguration) -> Self
A complex type that contains optional Amazon Web Services Key Management Service (KMS) encryption settings for your Network Firewall resources. Your data is encrypted by default with an Amazon Web Services owned key that Amazon Web Services owns and manages for you. You can use either the Amazon Web Services owned key, or provide your own customer managed key. To learn more about KMS encryption of your Network Firewall resources, see Encryption at rest with Amazon Web Services Key Managment Service in the Network Firewall Developer Guide.
sourcepub fn set_encryption_configuration(
self,
input: Option<EncryptionConfiguration>
) -> Self
pub fn set_encryption_configuration( self, input: Option<EncryptionConfiguration> ) -> Self
A complex type that contains optional Amazon Web Services Key Management Service (KMS) encryption settings for your Network Firewall resources. Your data is encrypted by default with an Amazon Web Services owned key that Amazon Web Services owns and manages for you. You can use either the Amazon Web Services owned key, or provide your own customer managed key. To learn more about KMS encryption of your Network Firewall resources, see Encryption at rest with Amazon Web Services Key Managment Service in the Network Firewall Developer Guide.
sourcepub fn get_encryption_configuration(&self) -> &Option<EncryptionConfiguration>
pub fn get_encryption_configuration(&self) -> &Option<EncryptionConfiguration>
A complex type that contains optional Amazon Web Services Key Management Service (KMS) encryption settings for your Network Firewall resources. Your data is encrypted by default with an Amazon Web Services owned key that Amazon Web Services owns and manages for you. You can use either the Amazon Web Services owned key, or provide your own customer managed key. To learn more about KMS encryption of your Network Firewall resources, see Encryption at rest with Amazon Web Services Key Managment Service in the Network Firewall Developer Guide.
sourcepub fn build(self) -> Result<CreateTlsInspectionConfigurationInput, BuildError>
pub fn build(self) -> Result<CreateTlsInspectionConfigurationInput, BuildError>
Consumes the builder and constructs a CreateTlsInspectionConfigurationInput
.
source§impl CreateTlsInspectionConfigurationInputBuilder
impl CreateTlsInspectionConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateTlsInspectionConfigurationOutput, SdkError<CreateTLSInspectionConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateTlsInspectionConfigurationOutput, SdkError<CreateTLSInspectionConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateTlsInspectionConfigurationInputBuilder
impl Clone for CreateTlsInspectionConfigurationInputBuilder
source§fn clone(&self) -> CreateTlsInspectionConfigurationInputBuilder
fn clone(&self) -> CreateTlsInspectionConfigurationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateTlsInspectionConfigurationInputBuilder
impl Default for CreateTlsInspectionConfigurationInputBuilder
source§fn default() -> CreateTlsInspectionConfigurationInputBuilder
fn default() -> CreateTlsInspectionConfigurationInputBuilder
source§impl PartialEq for CreateTlsInspectionConfigurationInputBuilder
impl PartialEq for CreateTlsInspectionConfigurationInputBuilder
source§fn eq(&self, other: &CreateTlsInspectionConfigurationInputBuilder) -> bool
fn eq(&self, other: &CreateTlsInspectionConfigurationInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.