Show / Hide Table of Contents

Class AwsEncryptionKeyDetails

Details for AWS Input

Inheritance
object
EncryptionKeyLocationDetails
AwsEncryptionKeyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AwsEncryptionKeyDetails : EncryptionKeyLocationDetails

Properties

AwsEncryptionKeyId

Declaration
[Required(ErrorMessage = "AwsEncryptionKeyId is required.")]
[JsonProperty(PropertyName = "awsEncryptionKeyId")]
public string AwsEncryptionKeyId { get; set; }
Property Value
Type Description
string

Provide the key OCID of a registered AWS key.

Remarks

Required

In this article
Back to top