TlsInspectionConfigurationEncryptionConfigurationArgs

data class TlsInspectionConfigurationEncryptionConfigurationArgs(val keyId: Output<String>, val type: Output<String>) : ConvertibleToJava<TlsInspectionConfigurationEncryptionConfigurationArgs>

Constructors

constructor(keyId: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val keyId: Output<String>

ARN of the Amazon Web Services Key Management Service (KMS) customer managed key.

Link copied to clipboard
val type: Output<String>

Type of KMS key to use for encryption of your Network Firewall resources. Valid values: AWS_OWNED_KMS_KEY, CUSTOMER_KMS.

Functions

Link copied to clipboard
open override fun toJava(): TlsInspectionConfigurationEncryptionConfigurationArgs