Class: Aws::Types::CreateCustomKeyStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomKeyStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_hsm_cluster_id ⇒ ::String
Returns the value of attribute cloud_hsm_cluster_id.
-
#custom_key_store_name ⇒ ::String
Returns the value of attribute custom_key_store_name.
-
#custom_key_store_type ⇒ "AWS_CLOUDHSM", "EXTERNAL_KEY_STORE"
Returns the value of attribute custom_key_store_type.
-
#key_store_password ⇒ ::String
Returns the value of attribute key_store_password.
-
#trust_anchor_certificate ⇒ ::String
Returns the value of attribute trust_anchor_certificate.
-
#xks_proxy_authentication_credential ⇒ Types::XksProxyAuthenticationCredentialType
Returns the value of attribute xks_proxy_authentication_credential.
-
#xks_proxy_connectivity ⇒ "PUBLIC_ENDPOINT", "VPC_ENDPOINT_SERVICE"
Returns the value of attribute xks_proxy_connectivity.
-
#xks_proxy_uri_endpoint ⇒ ::String
Returns the value of attribute xks_proxy_uri_endpoint.
-
#xks_proxy_uri_path ⇒ ::String
Returns the value of attribute xks_proxy_uri_path.
-
#xks_proxy_vpc_endpoint_service_name ⇒ ::String
Returns the value of attribute xks_proxy_vpc_endpoint_service_name.
-
#xks_proxy_vpc_endpoint_service_owner ⇒ ::String
Returns the value of attribute xks_proxy_vpc_endpoint_service_owner.
Instance Attribute Details
#cloud_hsm_cluster_id ⇒ ::String
Returns the value of attribute cloud_hsm_cluster_id.
81 82 83 |
# File 'sig/types.rbs', line 81 def cloud_hsm_cluster_id @cloud_hsm_cluster_id end |
#custom_key_store_name ⇒ ::String
Returns the value of attribute custom_key_store_name.
80 81 82 |
# File 'sig/types.rbs', line 80 def custom_key_store_name @custom_key_store_name end |
#custom_key_store_type ⇒ "AWS_CLOUDHSM", "EXTERNAL_KEY_STORE"
Returns the value of attribute custom_key_store_type.
84 85 86 |
# File 'sig/types.rbs', line 84 def custom_key_store_type @custom_key_store_type end |
#key_store_password ⇒ ::String
Returns the value of attribute key_store_password.
83 84 85 |
# File 'sig/types.rbs', line 83 def key_store_password @key_store_password end |
#trust_anchor_certificate ⇒ ::String
Returns the value of attribute trust_anchor_certificate.
82 83 84 |
# File 'sig/types.rbs', line 82 def trust_anchor_certificate @trust_anchor_certificate end |
#xks_proxy_authentication_credential ⇒ Types::XksProxyAuthenticationCredentialType
Returns the value of attribute xks_proxy_authentication_credential.
89 90 91 |
# File 'sig/types.rbs', line 89 def xks_proxy_authentication_credential @xks_proxy_authentication_credential end |
#xks_proxy_connectivity ⇒ "PUBLIC_ENDPOINT", "VPC_ENDPOINT_SERVICE"
Returns the value of attribute xks_proxy_connectivity.
90 91 92 |
# File 'sig/types.rbs', line 90 def xks_proxy_connectivity @xks_proxy_connectivity end |
#xks_proxy_uri_endpoint ⇒ ::String
Returns the value of attribute xks_proxy_uri_endpoint.
85 86 87 |
# File 'sig/types.rbs', line 85 def xks_proxy_uri_endpoint @xks_proxy_uri_endpoint end |
#xks_proxy_uri_path ⇒ ::String
Returns the value of attribute xks_proxy_uri_path.
86 87 88 |
# File 'sig/types.rbs', line 86 def xks_proxy_uri_path @xks_proxy_uri_path end |
#xks_proxy_vpc_endpoint_service_name ⇒ ::String
Returns the value of attribute xks_proxy_vpc_endpoint_service_name.
87 88 89 |
# File 'sig/types.rbs', line 87 def xks_proxy_vpc_endpoint_service_name @xks_proxy_vpc_endpoint_service_name end |
#xks_proxy_vpc_endpoint_service_owner ⇒ ::String
Returns the value of attribute xks_proxy_vpc_endpoint_service_owner.
88 89 90 |
# File 'sig/types.rbs', line 88 def xks_proxy_vpc_endpoint_service_owner @xks_proxy_vpc_endpoint_service_owner end |