Show / Hide Table of Contents

Class AwsKeyDetails

Details for AWS encryption key.

Inheritance
object
AutonomousDatabaseEncryptionKeyDetails
AwsKeyDetails
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 AwsKeyDetails : AutonomousDatabaseEncryptionKeyDetails

Properties

ArnRole

Declaration
[JsonProperty(PropertyName = "arnRole")]
public string ArnRole { get; set; }
Property Value
Type Description
string

AWS ARN role

ExternalId

Declaration
[JsonProperty(PropertyName = "externalId")]
public string ExternalId { get; set; }
Property Value
Type Description
string

AWS external ID

KeyArn

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

AWS key ARN

Remarks

Required

ServiceEndpointUri

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

AWS key service endpoint URI

Remarks

Required

In this article
Back to top