Class DataPoolEncryptionArgs


  • public final class DataPoolEncryptionArgs
    extends com.pulumi.resources.ResourceArgs
    Encryption properties of a Data Pool
    • Method Detail

      • keyName

        public com.pulumi.core.Output<java.lang.String> keyName()
        Returns:
        The name of Key Vault key
      • keyVaultUri

        public com.pulumi.core.Output<java.lang.String> keyVaultUri()
        Returns:
        The URI of a soft delete-enabled Key Vault that is in the same location as the Data Pool location
      • keyVersion

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> keyVersion()
        Returns:
        The version of Key Vault key
      • userAssignedIdentity

        public com.pulumi.core.Output<java.lang.String> userAssignedIdentity()
        Returns:
        The resource ID of a user-assigned Managed Identity used to access the encryption key in the Key Vault. Requires access to the key operations get, wrap, unwrap, and recover