FirewallPolicyEncryptionConfiguration

data class FirewallPolicyEncryptionConfiguration(val keyId: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(keyId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyId: String? = null

The ID of the customer managed key. You can use any of the key identifiers that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN.

Link copied to clipboard

The type of AWS KMS key to use for encryption of your Network Firewall resources. Valid values are CUSTOMER_KMS and AWS_OWNED_KMS_KEY.