Skip to main content

certificate_based_auth_properties

Creates, updates, deletes, gets or lists a certificate_based_auth_properties resource.

Overview

Namecertificate_based_auth_properties
TypeResource
Idaws.workspaces.certificate_based_auth_properties

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
modify_certificate_based_auth_propertiesupdateregion, ResourceIdModifies the properties of the certificate-based authentication you want to use with your WorkSpaces.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

UPDATE examples

Modifies the properties of the certificate-based authentication you want to use with your WorkSpaces.

UPDATE aws.workspaces.certificate_based_auth_properties
SET
ResourceId = '{{ ResourceId }}',
CertificateBasedAuthProperties = '{{ CertificateBasedAuthProperties }}',
PropertiesToDelete = '{{ PropertiesToDelete }}'
WHERE
region = '{{ region }}' --required
AND ResourceId = '{{ ResourceId }}' --required;