Class: Aws::Types::CreateCustomKeyStoreRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_hsm_cluster_id::String

Returns the value of attribute cloud_hsm_cluster_id.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



82
83
84
# File 'sig/types.rbs', line 82

def trust_anchor_certificate
  @trust_anchor_certificate
end

#xks_proxy_authentication_credentialTypes::XksProxyAuthenticationCredentialType

Returns the value of attribute xks_proxy_authentication_credential.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def xks_proxy_vpc_endpoint_service_owner
  @xks_proxy_vpc_endpoint_service_owner
end