RuleGroupEncryptionConfigurationArgs

data class RuleGroupEncryptionConfigurationArgs(val keyId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<RuleGroupEncryptionConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val keyId: Output<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
val type: Output<String>

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.

Functions

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