Security APIs in Amazon Glue - Amazon Glue
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Security APIs in Amazon Glue

The Security API describes the security data types, and the API related to security in Amazon Glue.

Data types

DataCatalogEncryptionSettings structure

Contains configuration information for maintaining Data Catalog security.

Fields
  • EncryptionAtRest – An EncryptionAtRest object.

    Specifies the encryption-at-rest configuration for the Data Catalog.

  • ConnectionPasswordEncryption – A ConnectionPasswordEncryption object.

    When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.

EncryptionAtRest structure

Specifies the encryption-at-rest configuration for the Data Catalog.

Fields
  • CatalogEncryptionModeRequired: UTF-8 string (valid values: DISABLED | SSE-KMS="SSEKMS" | SSE-KMS-WITH-SERVICE-ROLE="SSEKMSWITHSERVICEROLE").

    The encryption-at-rest mode for encrypting Data Catalog data.

  • SseAwsKmsKeyId – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Amazon KMS key to use for encryption at rest.

  • CatalogEncryptionServiceRole – UTF-8 string, matching the Custom string pattern #24.

    The role that Amazon Glue assumes to encrypt and decrypt the Data Catalog objects on the caller's behalf.

ConnectionPasswordEncryption structure

The data structure used by the Data Catalog to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.

When a CreationConnection request arrives containing a password, the Data Catalog first encrypts the password using your Amazon KMS key. It then encrypts the whole connection object again if catalog encryption is also enabled.

This encryption requires that you set Amazon KMS key permissions to enable or restrict access on the password key according to your security requirements. For example, you might want only administrators to have decrypt permission on the password key.

Fields
  • ReturnConnectionPasswordEncryptedRequired: Boolean.

    When the ReturnConnectionPasswordEncrypted flag is set to "true", passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently from catalog encryption.

  • AwsKmsKeyId – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    An Amazon KMS key that is used to encrypt the connection password.

    If connection password protection is enabled, the caller of CreateConnection and UpdateConnection needs at least kms:Encrypt permission on the specified Amazon KMS key, to encrypt passwords before storing them in the Data Catalog.

    You can set the decrypt permission to enable or restrict access on the password key according to your security requirements.

EncryptionConfiguration structure

Specifies an encryption configuration.

Fields
  • S3Encryption – An array of S3Encryption objects.

    The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.

  • CloudWatchEncryption – A CloudWatchEncryption object.

    The encryption configuration for Amazon CloudWatch.

  • JobBookmarksEncryption – A JobBookmarksEncryption object.

    The encryption configuration for job bookmarks.

S3Encryption structure

Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.

Fields
  • S3EncryptionMode – UTF-8 string (valid values: DISABLED | SSE-KMS="SSEKMS" | SSE-S3="SSES3").

    The encryption mode to use for Amazon S3 data.

  • KmsKeyArn – UTF-8 string, matching the Custom string pattern #25.

    The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

CloudWatchEncryption structure

Specifies how Amazon CloudWatch data should be encrypted.

Fields
  • CloudWatchEncryptionMode – UTF-8 string (valid values: DISABLED | SSE-KMS="SSEKMS").

    The encryption mode to use for CloudWatch data.

  • KmsKeyArn – UTF-8 string, matching the Custom string pattern #25.

    The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

JobBookmarksEncryption structure

Specifies how job bookmark data should be encrypted.

Fields
  • JobBookmarksEncryptionMode – UTF-8 string (valid values: DISABLED | CSE-KMS="CSEKMS").

    The encryption mode to use for job bookmarks data.

  • KmsKeyArn – UTF-8 string, matching the Custom string pattern #25.

    The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

SecurityConfiguration structure

Specifies a security configuration.

Fields
  • Name – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the security configuration.

  • CreatedTimeStamp – Timestamp.

    The time at which this security configuration was created.

  • EncryptionConfiguration – An EncryptionConfiguration object.

    The encryption configuration associated with this security configuration.

GluePolicy structure

A structure for returning a resource policy.

Fields
  • PolicyInJson – UTF-8 string, at least 2 bytes long.

    Contains the requested policy document, in JSON format.

  • PolicyHash – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    Contains the hash value associated with this policy.

  • CreateTime – Timestamp.

    The date and time at which the policy was created.

  • UpdateTime – Timestamp.

    The date and time at which the policy was last updated.

Operations

GetDataCatalogEncryptionSettings action (Python: get_data_catalog_encryption_settings)

Retrieves the security configuration for a specified catalog.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon account ID is used by default.

Response
Errors
  • InternalServiceException

  • InvalidInputException

  • OperationTimeoutException

PutDataCatalogEncryptionSettings action (Python: put_data_catalog_encryption_settings)

Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon account ID is used by default.

  • DataCatalogEncryptionSettingsRequired: A DataCatalogEncryptionSettings object.

    The security configuration to set.

Response
  • No Response parameters.

Errors
  • InternalServiceException

  • InvalidInputException

  • OperationTimeoutException

PutResourcePolicy action (Python: put_resource_policy)

Sets the Data Catalog resource policy for access control.

Request
  • PolicyInJsonRequired: UTF-8 string, at least 2 bytes long.

    Contains the policy document to set, in JSON format.

  • ResourceArn – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the Custom string pattern #22.

    Do not use. For internal use only.

  • PolicyHashCondition – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The hash value returned when the previous policy was set using PutResourcePolicy. Its purpose is to prevent concurrent modifications of a policy. Do not use this parameter if no previous policy has been set.

  • PolicyExistsCondition – UTF-8 string (valid values: MUST_EXIST | NOT_EXIST | NONE).

    A value of MUST_EXIST is used to update a policy. A value of NOT_EXIST is used to create a new policy. If a value of NONE or a null value is used, the call does not depend on the existence of a policy.

  • EnableHybrid – UTF-8 string (valid values: TRUE | FALSE).

    If 'TRUE', indicates that you are using both methods to grant cross-account access to Data Catalog resources:

    • By directly updating the resource policy with PutResourePolicy

    • By using the Grant permissions command on the Amazon Web Services Management Console.

    Must be set to 'TRUE' if you have already used the Management Console to grant cross-account access, otherwise the call fails. Default is 'FALSE'.

Response
  • PolicyHash – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    A hash of the policy that has just been set. This must be included in a subsequent call that overwrites or updates this policy.

Errors
  • EntityNotFoundException

  • InternalServiceException

  • OperationTimeoutException

  • InvalidInputException

  • ConditionCheckFailureException

GetResourcePolicy action (Python: get_resource_policy)

Retrieves a specified resource policy.

Request
  • ResourceArn – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the Custom string pattern #22.

    The ARN of the Amazon Glue resource for which to retrieve the resource policy. If not supplied, the Data Catalog resource policy is returned. Use GetResourcePolicies to view all existing resource policies. For more information see Specifying Amazon Glue Resource ARNs.

Response
  • PolicyInJson – UTF-8 string, at least 2 bytes long.

    Contains the requested policy document, in JSON format.

  • PolicyHash – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    Contains the hash value associated with this policy.

  • CreateTime – Timestamp.

    The date and time at which the policy was created.

  • UpdateTime – Timestamp.

    The date and time at which the policy was last updated.

Errors
  • EntityNotFoundException

  • InternalServiceException

  • OperationTimeoutException

  • InvalidInputException

DeleteResourcePolicy action (Python: delete_resource_policy)

Deletes a specified policy.

Request
  • PolicyHashCondition – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The hash value returned when this policy was set.

  • ResourceArn – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the Custom string pattern #22.

    The ARN of the Amazon Glue resource for the resource policy to be deleted.

Response
  • No Response parameters.

Errors
  • EntityNotFoundException

  • InternalServiceException

  • OperationTimeoutException

  • InvalidInputException

  • ConditionCheckFailureException

CreateSecurityConfiguration action (Python: create_security_configuration)

Creates a new security configuration. A security configuration is a set of security properties that can be used by Amazon Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in Amazon Glue, see Encrypting Data Written by Crawlers, Jobs, and Development Endpoints.

Request
  • NameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name for the new security configuration.

  • EncryptionConfigurationRequired: An EncryptionConfiguration object.

    The encryption configuration for the new security configuration.

Response
  • Name – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name assigned to the new security configuration.

  • CreatedTimestamp – Timestamp.

    The time at which the new security configuration was created.

Errors
  • AlreadyExistsException

  • InvalidInputException

  • InternalServiceException

  • OperationTimeoutException

  • ResourceNumberLimitExceededException

DeleteSecurityConfiguration action (Python: delete_security_configuration)

Deletes a specified security configuration.

Request
  • NameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the security configuration to delete.

Response
  • No Response parameters.

Errors
  • EntityNotFoundException

  • InvalidInputException

  • InternalServiceException

  • OperationTimeoutException

GetSecurityConfiguration action (Python: get_security_configuration)

Retrieves a specified security configuration.

Request
  • NameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the security configuration to retrieve.

Response
Errors
  • EntityNotFoundException

  • InvalidInputException

  • InternalServiceException

  • OperationTimeoutException

GetSecurityConfigurations action (Python: get_security_configurations)

Retrieves a list of all security configurations.

Request
  • MaxResults – Number (integer), not less than 1 or more than 1000.

    The maximum number of results to return.

  • NextToken – UTF-8 string.

    A continuation token, if this is a continuation call.

Response
  • SecurityConfigurations – An array of SecurityConfiguration objects.

    A list of security configurations.

  • NextToken – UTF-8 string.

    A continuation token, if there are more security configurations to return.

Errors
  • EntityNotFoundException

  • InvalidInputException

  • InternalServiceException

  • OperationTimeoutException

GetResourcePolicies action (Python: get_resource_policies)

Retrieves the resource policies set on individual resources by Amazon Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy.

If you enabled metadata encryption in Data Catalog settings, and you do not have permission on the Amazon KMS key, the operation can't return the Data Catalog resource policy.

Request
  • NextToken – UTF-8 string.

    A continuation token, if this is a continuation request.

  • MaxResults – Number (integer), not less than 1 or more than 1000.

    The maximum size of a list to return.

Response
  • GetResourcePoliciesResponseList – An array of GluePolicy objects.

    A list of the individual resource policies and the account-level resource policy.

  • NextToken – UTF-8 string.

    A continuation token, if the returned list does not contain the last resource policy available.

Errors
  • InternalServiceException

  • OperationTimeoutException

  • InvalidInputException

  • GlueEncryptionException