Struct aws_sdk_networkfirewall::operation::create_tls_inspection_configuration::CreateTlsInspectionConfigurationInput
source · #[non_exhaustive]pub struct CreateTlsInspectionConfigurationInput { /* private fields */ }
Implementations§
source§impl CreateTlsInspectionConfigurationInput
impl CreateTlsInspectionConfigurationInput
sourcepub fn tls_inspection_configuration_name(&self) -> Option<&str>
pub fn tls_inspection_configuration_name(&self) -> Option<&str>
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
) -> Option<&TlsInspectionConfiguration>
pub fn 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 Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect inbound traffic. 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 Decrypting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the TLS inspection configuration.
The key:value pairs to associate with the resource.
sourcepub fn encryption_configuration(&self) -> Option<&EncryptionConfiguration>
pub fn 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.
source§impl CreateTlsInspectionConfigurationInput
impl CreateTlsInspectionConfigurationInput
sourcepub fn builder() -> CreateTlsInspectionConfigurationInputBuilder
pub fn builder() -> CreateTlsInspectionConfigurationInputBuilder
Creates a new builder-style object to manufacture CreateTlsInspectionConfigurationInput
.
source§impl CreateTlsInspectionConfigurationInput
impl CreateTlsInspectionConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTLSInspectionConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateTLSInspectionConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateTLSInspectionConfiguration
>
Trait Implementations§
source§impl Clone for CreateTlsInspectionConfigurationInput
impl Clone for CreateTlsInspectionConfigurationInput
source§fn clone(&self) -> CreateTlsInspectionConfigurationInput
fn clone(&self) -> CreateTlsInspectionConfigurationInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<CreateTlsInspectionConfigurationInput> for CreateTlsInspectionConfigurationInput
impl PartialEq<CreateTlsInspectionConfigurationInput> for CreateTlsInspectionConfigurationInput
source§fn eq(&self, other: &CreateTlsInspectionConfigurationInput) -> bool
fn eq(&self, other: &CreateTlsInspectionConfigurationInput) -> bool
self
and other
values to be equal, and is used
by ==
.