Class XksProxyConfigurationType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<XksProxyConfigurationType.Builder,XksProxyConfigurationType>
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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe part of the external key store proxy authentication credential that uniquely identifies the secret access key.builder()final XksProxyConnectivityTypeIndicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.final StringIndicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends XksProxyConfigurationType.Builder>final StringtoString()Returns a string representation of this object.final StringThe URI endpoint for the external key store proxy.final StringuriPath()The path to the external key store proxy APIs.final StringThe Amazon VPC endpoint service used to communicate with the external key store proxy.final StringThe Amazon Web Services account ID that owns the Amazon VPC endpoint service used to communicate with the external key store proxy (XKS).Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
connectivity
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
If the service returns an enum value that is not available in the current SDK version,
connectivitywill returnXksProxyConnectivityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectivityAsString().- Returns:
- Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
- See Also:
-
connectivityAsString
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
If the service returns an enum value that is not available in the current SDK version,
connectivitywill returnXksProxyConnectivityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectivityAsString().- Returns:
- Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
- See Also:
-
accessKeyId
The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
- Returns:
- The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
-
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.
- Returns:
- 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
The path to the external key store proxy APIs.
- Returns:
- The path to the external key store proxy APIs.
-
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.
- Returns:
- 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.
-
vpcEndpointServiceOwner
The Amazon Web Services account ID that owns the Amazon VPC endpoint service used to communicate with the external key store proxy (XKS). This field appears only when the XKS uses an VPC endpoint service to communicate with KMS.
- Returns:
- The Amazon Web Services account ID that owns the Amazon VPC endpoint service used to communicate with the external key store proxy (XKS). This field appears only when the XKS uses an VPC endpoint service to communicate with KMS.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<XksProxyConfigurationType.Builder,XksProxyConfigurationType>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-