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
.
Namespace: Amazon.KeyManagementService.Model
Assembly: AWSSDK.KeyManagementService.dll
Version: 3.x.y.z
public class XksProxyConfigurationType
The XksProxyConfigurationType type exposes the following members
Name | Description | |
---|---|---|
![]() |
XksProxyConfigurationType() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
UriPath | System.String |
Gets and sets the property UriPath. The path to the external key store proxy APIs. |
![]() |
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. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5