Class ClusterEncryptionInfoArgs.Builder

  • Enclosing class:
    ClusterEncryptionInfoArgs

    public static final class ClusterEncryptionInfoArgs.Builder
    extends java.lang.Object
    • Method Detail

      • encryptionAtRestKmsKeyArn

        public ClusterEncryptionInfoArgs.Builder encryptionAtRestKmsKeyArn​(@Nullable
                                                                           com.pulumi.core.Output<java.lang.String> encryptionAtRestKmsKeyArn)
        Parameters:
        encryptionAtRestKmsKeyArn - You may specify a KMS key short ID or ARN (it will always output an ARN) to use for encrypting your data at rest. If no key is specified, an AWS managed KMS ('aws/msk' managed service) key will be used for encrypting the data at rest.
        Returns:
        builder
      • encryptionAtRestKmsKeyArn

        public ClusterEncryptionInfoArgs.Builder encryptionAtRestKmsKeyArn​(java.lang.String encryptionAtRestKmsKeyArn)
        Parameters:
        encryptionAtRestKmsKeyArn - You may specify a KMS key short ID or ARN (it will always output an ARN) to use for encrypting your data at rest. If no key is specified, an AWS managed KMS ('aws/msk' managed service) key will be used for encrypting the data at rest.
        Returns:
        builder