Class AwsKeyDetails
Details for AWS encryption key.
Inherited Members
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