AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Detailed information about the external key store proxy (XKS proxy). Your external key store proxy translates KMS requests into a format that your external key manager can understand. These fields appear in a DescribeCustomKeyStores response only when the CustomKeyStoreType is EXTERNAL_KEY_STORE.

Inheritance Hierarchy

System.Object
  Amazon.KeyManagementService.Model.XksProxyConfigurationType

Namespace: Amazon.KeyManagementService.Model
Assembly: AWSSDK.KeyManagementService.dll
Version: 3.x.y.z

Syntax

C#
public class XksProxyConfigurationType

The XksProxyConfigurationType type exposes the following members

Constructors

NameDescription
Public Method XksProxyConfigurationType()

Properties

NameTypeDescription
Public Property AccessKeyId System.String

Gets and sets the property AccessKeyId.

The part of the external key store proxy authentication credential that uniquely identifies the secret access key.

Public Property Connectivity Amazon.KeyManagementService.XksProxyConnectivityType

Gets and sets the property Connectivity.

Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.

Public Property UriEndpoint System.String

Gets and sets the property UriEndpoint.

The URI endpoint for the external key store proxy.

If the external key store proxy has a public endpoint, it is displayed here.

If the external key store proxy uses an Amazon VPC endpoint service name, this field displays the private DNS name associated with the VPC endpoint service.

Public Property UriPath System.String

Gets and sets the property UriPath.

The path to the external key store proxy APIs.

Public Property VpcEndpointServiceName System.String

Gets and sets the property VpcEndpointServiceName.

The Amazon VPC endpoint service used to communicate with the external key store proxy. This field appears only when the external key store proxy uses an Amazon VPC endpoint service to communicate with KMS.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5