You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pre existing AWS KMS key id to be used for encryption. If not provided a kms key will be generated.
[optional]
Example
frominfisicalapi_client.models.api_v1_external_kms_id_patch_request_provider_inputsimportApiV1ExternalKmsIdPatchRequestProviderInputs# TODO update the JSON string belowjson="{}"# create an instance of ApiV1ExternalKmsIdPatchRequestProviderInputs from a JSON stringapi_v1_external_kms_id_patch_request_provider_inputs_instance=ApiV1ExternalKmsIdPatchRequestProviderInputs.from_json(json)
# print the JSON string representation of the objectprintApiV1ExternalKmsIdPatchRequestProviderInputs.to_json()
# convert the object into a dictapi_v1_external_kms_id_patch_request_provider_inputs_dict=api_v1_external_kms_id_patch_request_provider_inputs_instance.to_dict()
# create an instance of ApiV1ExternalKmsIdPatchRequestProviderInputs from a dictapi_v1_external_kms_id_patch_request_provider_inputs_from_dict=ApiV1ExternalKmsIdPatchRequestProviderInputs.from_dict(api_v1_external_kms_id_patch_request_provider_inputs_dict)