AWS Glue API
このセクションでは、AWS Glue SDK およびツールで使用されるデータ型とプリミティブについて説明します。AWS Management Console の外部で、プログラムによって AWS Glue を操作する一般的な方法は 3 つあり、それぞれ独自のドキュメントがあります。
-
言語 SDK ライブラリを使用すれば、一般的なプログラミング言語で AWS リソースにアクセスできます。詳細については、「AWS での構築ツール
」をご覧ください。 -
AWS CLI を使用すると、コマンドラインで AWS リソースにアクセスできます。詳細については、「AWS CLI コマンドリファレンス」を参照してください。
-
AWS CloudFormation を使用すると、一貫して一緒にプロビジョンされる一連の AWS リソースを定義できます。詳細については、「AWS CloudFormation: AWS Glue リソースタイプリファレンス」を参照してください。
このセクションでは、これらの SDK およびツールから独立した共有プリミティブについて説明します。ツールは、AWS Glue ウェブ API リファレンスを使用して AWS と通信します。
目次
- AWS Glue のセキュリティ API
- データ型
- DataCatalogEncryptionSettings 構造
- EncryptionAtRest 構造
- ConnectionPasswordEncryption 構造
- EncryptionConfiguration 構造
- S3Encryption 構造
- CloudWatchEncryption 構造
- JobBookmarksEncryption 構造
- SecurityConfiguration 構造
- GluePolicy の構造
- 操作
- GetDataCatalogEncryptionSettings アクション (Python: get_data_catalog_encryption_settings)
- PutDataCatalogEncryptionSettings アクション (Python: put_data_catalog_encryption_settings)
- PutResourcePolicy アクション (Python: put_resource_policy)
- GetResourcePolicy アクション (Python: get_resource_policy)
- DeleteResourcePolicy アクション (Python: delete_resource_policy)
- CreateSecurityConfiguration アクション (Python: create_security_configuration)
- DeleteSecurityConfiguration アクション (Python: delete_security_configuration)
- GetSecurityConfiguration アクション (Python: get_security_configuration)
- GetSecurityConfigurations アクション (Python: get_security_configurations)
- GetResourcePolicies アクション (Python: get_resource_policies)
- Catalog API
- データベース API
- データ型
- データベース構造
- DatabaseInput 構造
- PrincipalPermissions 構造
- DataLakePrincipal 構造
- DatabaseIdentifier 構造
- FederatedDatabase 構造
- 操作
- CreateDatabase アクション (Python: create_database)
- UpdateDatabase アクション (Python: update_database)
- DeleteDatabase アクション (Python: delete_database)
- GetDatabase アクション (Python: get_database)
- GetDatabases アクション (Python: get_databases)
- Table API
- データ型
- Table 構造
- TableInput 構造
- FederatedTable 構造
- 列の構造
- StorageDescriptor 構造
- SchemaReference 構造
- SerDeInfo 構造
- Order 構造
- SkewedInfo 構造
- TableVersion 構造
- TableError 構造
- TableVersionError 構造
- SortCriterion 構造
- TableIdentifier 構造
- KeySchemaElement 構造
- PartitionIndex 構造
- PartitionIndexDescriptor 構造
- BackfillError 構造
- IcebergInput 構造
- OpenTableFormatInput 構造
- ViewDefinition 構造
- ViewDefinitionInput 構造
- ViewRepresentation 構造
- ViewRepresentationInput 構造
- 操作
- CreateTable アクション (Python: create_table)
- UpdateTable アクション (Python: update_table)
- DeleteTable アクション (Python: delete_table)
- BatchDeleteTable アクション (Python: batch_delete_table)
- GetTable アクション (Python:get_table)
- GetTables アクション (Python: get_tables)
- GetTableVersion アクション (Python: get_table_version)
- GetTableVersions アクション (Python: get_table_versions)
- DeleteTableVersion アクション (Python: delete_table_version)
- BatchDeleteTableVersion アクション (Python: batch_delete_table_version)
- SearchTables アクション (Python: search_tables)
- GetPartitionIndexes アクション (Python: get_partition_indexes)
- CreatePartitionIndex アクション (Python: create_partition_index)
- DeletePartitionIndex アクション (Python: delete_partition_index)
- GetColumnStatisticsForTable アクション (Python: get_column_statistics_for_table)
- UpdateColumnStatisticsForTable アクション (Python: update_column_statistics_for_table)
- DeleteColumnStatisticsForTable アクション (Python: delete_column_statistics_for_table)
- パーティション API
- データ型
- パーティションの構造
- PartitionInput の構造
- PartitionSpecWithSharedStorageDescriptor 構造
- PartitionListComposingSpec 構造
- PartitionSpecProxy 構造
- PartitionValueList 構造
- セグメント構造
- PartitionError 構造
- BatchUpdatePartitionFailureEntry 構造
- BatchUpdatePartitionRequestEntry 構造
- StorageDescriptor 構造
- SchemaReference 構造
- SerDeInfo 構造
- SkewedInfo 構造
- 操作
- CreatePartition アクション (Python: create_partition)
- BatchCreatePartition アクション (Python: batch_create_partition)
- UpdatePartition アクション (Python: update_partition)
- DeletePartition アクション (Python: delete_partition)
- BatchDeletePartition アクション (Python: batch_delete_partition)
- GetPartition アクション (Python: get_partition)
- GetPartitions アクション (Python: get_partitions)
- BatchGetPartition アクション (Python: batch_get_partition)
- BatchUpdatePartition アクション (Python: batch_update_partition)
- GetColumnStatisticsForPartition アクション (Python: get_column_statistics_for_partition)
- UpdateColumnStatisticsForPartition アクション (Python: update_column_statistics_for_partition)
- DeleteColumnStatisticsForPartition アクション (Python: delete_column_statistics_for_partition)
- 接続 API
- データ型
- 接続構造
- ConnectionInput 構造
- PhysicalConnectionRequirements 構造
- GetConnectionsFilter 構造
- 操作
- CreateConnection アクション (Python: create_connection)
- DeleteConnection アクション (Python: delete_connection)
- GetConnection アクション (Python: get_connection)
- GetConnections アクション (Python: get_connections)
- UpdateConnection アクション (Python: update_connection)
- BatchDeleteConnection アクション (Python: batch_delete_connection)
- 認証の設定
- AuthenticationConfiguration 構造
- AuthenticationConfigurationInput 構造
- OAuth2Properties 構造
- OAuth2PropertiesInput 構造
- OAuth2ClientApplication 構造
- AuthorizationCodeProperties 構造
- ユーザー定義関数 API
- データ型
- UserDefinedFunction 構造
- UserDefinedFunctionInput 構造
- 操作
- CreateUserDefinedFunction アクション (Python: create_user_defined_function)
- UpdateUserDefinedFunction アクション (Python: update_user_defined_function)
- DeleteUserDefinedFunction アクション (Python: delete_user_defined_function)
- GetUserDefinedFunction アクション (Python: get_user_defined_function)
- GetUserDefinedFunctions アクション (Python: get_user_defined_functions)
- Athena カタログを AWS Glue にインポートする
- データベース API
- テーブルオプティマイザー API
- データ型
- TableOptimizer の構造
- TableOptimizerConfiguration の構造
- TableOptimizerRun の構造
- BatchGetTableOptimizerEntry の構造
- BatchTableOptimizer の構造
- BatchGetTableOptimizerError の構造
- RetentionConfiguration 構造
- IcebergRetentionConfiguration 構造
- OrphanFileDeletionConfiguration 構造
- IcebergOrphanFileDeletionConfiguration 構造
- CompactionMetrics 構造
- RetentionMetrics 構造
- OrphanFileDeletionMetrics 構造
- IcebergCompactionMetrics 構造
- IcebergRetentionMetrics 構造
- IcebergOrphanFileDeletionMetrics 構造
- RunMetrics の構造
- 操作
- GetTableOptimizer アクション (Python: get_table_optimizer)
- BatchGetTableOptimizer アクション (Python: batch_get_table_optimizer)
- ListTableOptimizerRuns アクション (Python: list_table_optimizer_runs)
- CreateTableOptimizer アクション (Python: create_table_optimizer)
- DeleteTableOptimizer アクション (Python: delete_table_optimizer)
- UpdateTableOptimizer アクション (Python: update_table_optimizer)
- クローラーおよび分類子 API
- 分類子 API
- データ型
- 分類子の構造
- GrokClassifier の構造
- XMLClassifier の構造
- JsonClassifier の構造
- CsvClassifier の構造
- CreateGrokClassifierRequest の構造
- UpdateGrokClassifierRequest の構造
- CreateXMLClassifierRequest の構造
- UpdateXMLClassifierRequest の構造
- CreateJsonClassifierRequest の構造
- UpdateJsonClassifierRequest の構造
- CreateCsvClassifierRequest の構造
- UpdateCsvClassifierRequest の構造
- 操作
- CreateClassifier アクション (Python: create_classifier)
- DeleteClassifier アクション (Python: delete_classifier)
- GetClassifier アクション (Python: get_classifier)
- GetClassifiers アクション (Python: get_classifiers)
- UpdateClassifier アクション (Python: update_classifier)
- クローラー API
- データ型
- Crawler 構造
- Schedule 構造
- CrawlerTargets 構造
- S3Target 構造
- S3DeltaCatalogTarget 構造
- S3DeltaDirectTarget 構造
- JdbcTarget 構造
- MongoDBTarget 構造
- DynamoDBTarget 構造
- DeltaTarget 構造
- IcebergTarget 構造
- HudiTarget 構造
- CatalogTarget 構造
- CrawlerMetrics 構造
- CrawlerHistory 構造
- CrawlsFilter 構造
- SchemaChangePolicy 構造
- LastCrawlInfo 構造
- RecrawlPolicy 構造
- LineageConfiguration 構造
- LakeFormationConfiguration 構造
- 操作
- CreateCrawler アクション (Python: create_crawler)
- DeleteCrawler アクション (Python: delete_crawler)
- GetCrawler アクション (Python: get_crawler)
- GetCrawlers アクション (Python: get_crawlers)
- GetCrawlerMetrics アクション (Python: get_crawler_metrics)
- UpdateCrawler アクション (Python: update_crawler)
- StartCrawler アクション (Python: start_crawler)
- StopCrawler アクション (Python: stop_crawler)
- BatchGetCrawlers Action (Python: batch_get_crawlers)
- ListCrawlers アクション (Python: list_crawlers)
- ListCrawls アクション (Python: list_crawls)
- 列統計 API
- データ型
- ColumnStatisticsTaskRun の構造
- ColumnStatisticsTaskRunningException の構造
- ColumnStatisticsTaskNotRunningException の構造
- ColumnStatisticsTaskStoppingException の構造
- 操作
- StartColumnStatisticsTaskRun アクション (Python: start_column_statistics_task_run)
- GetColumnStatisticsTaskRun アクション (Python: get_column_statistics_task_run)
- GetColumnStatisticsTaskRuns アクション (Python: get_column_statistics_task_runs)
- ListColumnStatisticsTaskRuns アクション (Python: list_column_statistics_task_runs)
- StopColumnStatisticsTaskRun アクション (Python: stop_column_statistics_task_run)
- クローラースケジューラ API
- 分類子 API
- ETL スクリプト API の自動生成
- ビジュアルジョブ API
- データ型
- CodeGenConfiguration 構造
- JDBCConnectorOptions 構造
- StreamingDataProviewOptions 構造
- AthenaConnectorSource 構造
- JDBCConnectorSource 構造
- SparkConnectorSource 構造
- CatalogSource 構造
- MySQLCatalogSource 構造
- PostgreSQLCatalogSource 構造
- OracleSQLCatalogSource 構造
- MicrosoftSQLServerCatalogSource 構造
- CatalogKinesisSource 構造
- DirectKinesisSource 構造
- KinesisStreamingSourceOptions 構造
- CatalogKafkaSource 構造
- DirectKafkaSource 構造
- KafkaStreamingSourceOptions 構造
- RedShiftSource 構造
- AmazonRedshiftSource 構造
- AmazonRedshiftNodeData 構造
- AmazonRedshiftAdvancedOption 構造
- Option 構造
- S3CatalogSource 構造
- S3SourceAdditionalOptions 構造
- S3CsvSource 構造
- DirectJDBCSource 構造
- S3DirectSourceAdditionalOptions 構造
- S3JsonSource 構造
- S3ParquetSource 構造
- S3DeltaSource 構造
- S3CatalogDeltaSource 構造
- CatalogDeltaSource 構造
- S3HudiSource 構造
- S3CatalogHudiSource 構造
- CatalogHudiSource 構造
- DynamoDBCatalogSource 構造
- RelationalCatalogSource 構造
- JDBCConnectorTarget 構造
- SparkConnectorTerg 構造
- BasicCatalogTerg 構造
- MySQLCatalogTarget 構造
- PostgreSQLCatalogTarget 構造
- OracleSQLCatalogTarget 構造
- MicrosoftSQLServerCatalogTarget 構造
- RedShiftTarget 構造
- AmazonRedshiftTarget 構造
- UpsertRedshiftTargetOptions 構造
- S3CatalogTarget 構造
- S3GlueParquetTarget 構造
- CatalogSchemaChangePolicy 構造
- S3directTarget 構造
- S3HudiCatalogTarget 構造
- S3HudiDirectTarget 構造
- S3DeltaCatalogTarget 構造
- S3DeltaDirectTarget 構造
- DirectSchemaChangePolicy 構造
- ApplyMapping 構造
- Mapping 構造
- SelectFields 構造
- DropFields 構造
- RenameField 構造
- スピゴット構造
- Join 構造
- JoinColumn 構造
- SplitFields 構造
- SelectFromCollection 構造
- FillMissingValues 構造
- Filter 構造
- FilterExpression 構造
- FilterValue 構造
- CustomCode 構造
- SparkSQL 構造
- SqlAlias 構造
- DropNullFields 構造
- NullCheckboxList 構造
- NullValueField 構造
- Datatype 構造
- Merge 構造
- Union 構造
- PIIDetection 構造
- Aggregate 構造
- DropDuplicates 構造
- GovernedCatalogTarget 構造
- GovernedCatalogSource 構造
- AggregateOperation 構造
- GlueSchema 構造
- GlueStudioSchemaColumn 構造
- GlueStudioColumn 構造
- DynamicTransform 構造
- TransformConfigParameter 構造
- EvaluateDataQuality 構造
- DQResultsPublishingOptions 構造
- DQStopJobOnFailureOptions 構造
- EvaluateDataQualityMultiFrame 構造
- Recipe 構造
- RecipeReference 構造
- SnowflakeNodeData 構造
- SnowflakeSource 構造
- SnowflakeTarget 構造
- ConnectorDataSource の構造
- ConnectorDataTarget の構造
- RecipeStep 構造
- RecipeAction 構造
- ConditionExpression 構造
- ジョブ API
- ジョブ
- データ型
- Job 構造
- ExecutionProperty 構造
- NotificationProperty 構造
- JobCommand 構造
- ConnectionsList 構造
- JobUpdate 構造
- SourceControlDetails の構造
- 操作
- CreateJob アクション (Python: create_job)
- UpdateJob アクション (Python: update_job)
- GetJob アクション (Python: get_job)
- GetJobs アクション (Python: get_jobs)
- DeleteJob アクション (Python: delete_job)
- ListJobs アクション (Python: list_jobs)
- BatchGetJobs アクション (Python: batch_get_jobs)
- ジョブ実行
- データ型
- JobRun の構造
- Predecessor 構造
- JobBookmarkEntry 構造
- BatchStopJobRunSuccessfulSubmission 構造
- BatchStopJobRunError 構造
- NotificationProperty 構造
- 操作
- StartJobRun アクション (Python: start_job_run)
- BatchStopJobRun アクション (Python: batch_stop_job_run)
- GetJobRun アクション (Python: get_job_run)
- GetJobRuns アクション (Python: get_job_runs)
- GetJobBookmark アクション (Python: get_job_bookmark)
- GetJobBookmarks アクション (Python: get_job_bookmarks)
- ResetJobBookmark アクション (Python: reset_job_bookmark)
- トリガー
- データ型
- トリガー構造
- TriggerUpdate 構造
- 述語構造
- 条件の構造
- アクション構造
- EventBatchingCondition 構造
- 操作
- CreateTrigger アクション (Python: create_trigger)
- StartTrigger アクション (Python: start_trigger)
- GetTrigger アクション (Python: get_trigger)
- GetTriggers アクション (Python: get_triggers)
- UpdateTrigger アクション (Python: update_trigger)
- StopTrigger アクション (Python: stop_trigger)
- DeleteTrigger アクション (Python: delete_trigger)
- ListTriggers アクション (Python: list_triggers)
- BatchGetTriggers アクション (Python: batch_get_triggers)
- ジョブ
- インタラクティブセッション API
- データ型
- セッション構造
- SessionCommand の構造
- Statement 構造
- StatementOutput 構造
- StatementOutputData 構造
- ConnectionsList 構造
- 操作
- CreateSession アクション (Python: create_session)
- StopSession アクション (Python: stop_session)
- DeleteSession アクション (Python: delete_session)
- GetSession アクション (Python: get_session)
- ListSessions アクション (Python: list_sessions)
- RunStatement アクション (Python: run_statement)
- CancelStatement アクション (Python: cancel_statement)
- GetStatement アクション (Python: get_statement)
- ListStatements アクション (Python: list_statements)
- 開発エンドポイント API
- データ型
- DevEndpoint 構造
- DevEndpointCustomLibraries 構造
- 操作
- CreateDevEndpoint アクション (Python: create_dev_endpoint)
- UpdateDevEndpoint アクション (Python: update_dev_endpoint)
- DeleteDevEndpoint アクション (Python: delete_dev_endpoint)
- GetDevEndpoint アクション (Python: get_dev_endpoint)
- GetDevEndpoints アクション (Python: get_dev_endpoints)
- BatchGetDevEndpoints アクション (Python: batch_get_dev_endpoints)
- ListDevEndpoints アクション (Python: list_dev_endpoints)
- スキーマレジストリ
- データ型
- RegistryId 構造
- RegistryListItem 構造
- MetadataInfo 構造
- OtherMetadataValueListItem 構造
- SchemaListItem 構造
- SchemaVersionListItem 構造
- MetadataKeyValuePair 構造
- SchemaVersionErrorItem 構造
- ErrorDetails 構造
- SchemaVersionNumber 構造
- SchemaId 構造
- 操作
- CreateRegistry アクション (Python: create_registry)
- CreateSchema アクション (Python: create_schema)
- GetSchema アクション (Python: get_schema)
- ListSchemaVersions アクション (Python: list_schema_versions)
- GetSchemaVersion アクション (Python: get_schema_version)
- GetSchemaVersionsDiff アクション (Python: get_schema_versions_diff)
- ListRegistries アクション (Python: list_registries)
- ListSchemas アクション (Python: list_schemas)
- RegisterSchemaVersion アクション (Python: register_schema_version)
- UpdateSchema アクション (Python: update_schema)
- CheckSchemaVersionValidity アクション (Python: check_schema_version_validity)
- UpdateRegistry アクション (Python: update_registry)
- GetSchemaByDefinition アクション (Python: get_schema_by_definition)
- GetRegistry アクション (Python: get_registry)
- PutSchemaVersionMetadata アクション (Python: put_schema_version_metadata)
- QuerySchemaVersionMetadata アクション (Python: query_schema_version_metadata)
- RemoveSchemaVersionMetadata アクション (Python: remove_schema_version_metadata)
- DeleteRegistry アクション (Python: delete_registry)
- DeleteSchema アクション (Python: delete_schema)
- DeleteSchemaVersions アクション (Python: delete_schema_versions)
- ワークフロー
- データ型
- JobNodeDetails の構造
- CrawlerNodeDetails 構造
- TriggerNodeDetails 構造
- Crawl 構造
- Node 構造
- Edge 構造
- Workflow 構造
- WorkflowGraph 構造
- WorkflowRun 構造
- WorkflowRunStatistics 構造
- StartingEventBatchCondition 構造
- Blueprint 構造
- BlueprintDetails 構造
- LastActiveDefinition 構造
- BlueprintRun 構造
- 操作
- CreateWorkflow アクション (Python: create_workflow)
- UpdateWorkflow アクション (Python: update_workflow)
- DeleteWorkflow アクション (Python: delete_workflow)
- GetWorkflow アクション (Python: get_workflow)
- ListWorkflows アクション (Python: list_workflows)
- BatchGetWorkflows アクション (Python: batch_get_workflows)
- GetWorkflowRun アクション (Python: get_workflow_run)
- GetWorkflowRuns アクション (Python: get_workflow_runs)
- GetWorkflowRunProperties アクション (Python: get_workflow_run_properties)
- PutWorkflowRunProperties アクション (Python: put_workflow_run_properties)
- CreateBlueprint アクション (Python: create_blueprint)
- UpdateBlueprint アクション (Python: update_blueprint)
- DeleteBlueprint アクション (Python: delete_blueprint)
- ListBlueprints アクション (Python: list_blueprints)
- BatchGetBlueprints アクション (Python: batch_get_blueprints)
- StartBlueprintRun アクション (Python: start_blueprint_run)
- GetBlueprintRun アクション (Python: get_blueprint_run)
- GetBlueprintRuns アクション (Python: get_blueprint_runs)
- StartWorkflowRun アクション (Python: start_workflow_run)
- StopWorkflowRun アクション (Python: stop_workflow_run)
- ResumeWorkflowRun アクション (Python: resume_workflow_run)
- 使用状況プロファイル
- データ型
- ProfileConfiguration structure
- ConfigurationObject structure
- UsageProfileDefinition structure
- 操作
- CreateUsageProfile action (Python: create_usage_profile)
- GetUsageProfile action (Python: get_usage_profile)
- UpdateUsageProfile action (Python: update_usage_profile)
- DeleteUsageProfile action (Python: delete_usage_profile)
- ListUsageProfiles action (Python: list_usage_profiles)
- 機械学習 API
- データ型
- TransformParameters 構造
- EvaluationMetrics 構造
- MLTransform 構造
- FindMatchesParameters 構造
- FindMatchesMetrics 構造
- ConfusionMatrix 構造
- GlueTable 構造
- TaskRun 構造
- TransformFilterCriteria 構造
- TransformSortCriteria 構造
- TaskRunFilterCriteria 構造
- TaskRunSortCriteria 構造
- TaskRunProperties 構造
- FindMatchesTaskRunProperties 構造
- ImportLabelsTaskRunProperties 構造
- ExportLabelsTaskRunProperties 構造
- LabelingSetGenerationTaskRunProperties 構造
- SchemaColumn 構造
- TransformEncryption 構造
- MLUserDataEncryption 構造
- ColumnImportance 構造
- 操作
- CreateMLTransform アクション (Python: create_ml_transform)
- UpdateMLTransform アクション (Python: update_ml_transform)
- DeleteMLTransform アクション (Python: delete_ml_transform)
- GetMLTransform アクション (Python: get_ml_transform)
- GetMLTransforms アクション (Python: get_ml_transforms)
- ListMLTransforms アクション(Python: list_ml_transforms)
- StartMLEvaluationTaskRun アクション (Python: start_ml_evaluation_task_run)
- StartMLLabelingSetGenerationTaskRun アクション (Python: start_ml_labeling_set_generation_task_run)
- GetMLTaskRun アクション (Python: get_ml_task_run)
- GetMLTaskRuns アクション (Python: get_ml_task_runs)
- CancelMLTaskRun アクション (Python: cancel_ml_task_run)
- StartExportLabelsTaskRun アクション (Python: start_export_labels_task_run)
- StartImportLabelsTaskRun アクション (Python: start_import_labels_task_run)
- Data Quality API
- データ型
- DataSource 構造
- DataQualityRulesetListDetails 構造
- DataQualityTargetTable 構造
- DataQualityRulesetEvaluationRunDescription 構造
- DataQualityRulesetEvaluationRunFilter 構造
- DataQualityEvaluationRunAdditionalRunOptions 構造
- DataQualityRuleRecommendationRunDescription 構造
- DataQualityRuleRecommendationRunFilter 構造
- DataQualityResult 構造
- DataQualityAnalyzerResult 構造
- DataQualityObservation 構造
- MetricBasedObservation 構造
- DataQualityMetricValues 構造
- DataQualityRuleResult 構造
- DataQualityResultDescription 構造
- DataQualityResultFilterCriteria 構造
- DataQualityRulesetFilterCriteria 構造
- StatisticAnnotation structure
- TimestampedInclusionAnnotation structure
- AnnotationError 構造
- DatapointInclusionAnnotation structure
- StatisticSummaryList リスト
- StatisticSummary structure
- RunIdentifier 構造
- StatisticModelResult structure
- 操作
- StartDataQualityRulesetEvaluationRun アクション (Python: start_data_quality_ruleset_evaluation_run)
- CancelDataQualityRulesetEvaluationRun action (Python: cancel_data_quality_ruleset_evaluation_run)
- GetDataQualityRulesetEvaluationRun action (Python: get_data_quality_ruleset_evaluation_run)
- ListDataQualityRulesetEvaluationRuns action (Python: list_data_quality_ruleset_evaluation_runs)
- StartDataQualityRuleRecommendationRun action (Python: start_data_quality_rule_recommendation_run)
- CancelDataQualityRuleRecommendationRun action (Python: cancel_data_quality_rule_recommendation_run)
- GetDataQualityRuleRecommendationRun action (Python: get_data_quality_rule_recommendation_run)
- ListDataQualityRuleRecommendationRuns action (Python: list_data_quality_rule_recommendation_runs)
- GetDataQualityResult action (Python: get_data_quality_result)
- BatchGetDataQualityResult action (Python: batch_get_data_quality_result)
- ListDataQualityResults action (Python: list_data_quality_results)
- CreateDataQualityRuleset action (Python: create_data_quality_ruleset)
- DeleteDataQualityRuleset action (Python: delete_data_quality_ruleset)
- GetDataQualityRuleset action (Python: get_data_quality_ruleset)
- ListDataQualityRulesets action (Python: list_data_quality_rulesets)
- UpdateDataQualityRuleset アクション (Python: update_data_quality_ruleset)
- ListDataQualityRulesets action (Python: list_data_quality_statistics)
- TimestampFilter 構造
- CreateDataQualityRulesetRequest structure
- GetDataQualityRulesetResponse structure
- GetDataQualityResultResponse structure
- StartDataQualityRuleRecommendationRunRequest structure
- GetDataQualityRuleRecommendationRunResponse structure
- BatchPutDataQualityStatisticAnnotation action (Python: batch_put_data_quality_statistic_annotation)
- GetDataQualityModel アクション (Python: get_data_quality_model)
- GetDataQualityModelResult action (Python: get_data_quality_model_result)
- ListDataQualityStatisticAnnotations action (Python: list_data_quality_statistic_annotations)
- PutDataQualityProfileAnnotation action (Python: put_data_quality_profile_annotation)
- 機密データの検出 API
- データ型
- CustomentityType 構造
- 操作
- CreateCustomentType アクション (Python: create_custom_entity_type)
- DeleteCustomEntityType アクション (Python: delete_custom_entity_type)
- GetCustomEntityType アクション (Python: get_custom_entity_type)
- BatchGetCustomEntityTypes アクション (Python: batch_get_custom_entity_types)
- ListCustomentTypes アクション (Python: list_custom_entity_types)
- AWS Glue の API のタグ付け
- 一般的なデータ型
- Tag 構造
- DecimalNumber 構造
- ErrorDetail 構造
- PropertyPredicate 構造
- ResourceUri 構造
- ColumnStatistics 構造
- ColumnStatisticsError 構造
- ColumnError 構造
- ColumnStatisticsData 構造
- BooleanColumnStatisticsData 構造
- DateColumnStatisticsData 構造
- DecimalColumnStatisticsData 構造
- DoubleColumnStatisticsData 構造
- LongColumnStatisticsData 構造
- StringColumnStatisticsData 構造
- BinaryColumnStatisticsData 構造
- 文字列パターン
- 例外
- AccessDeniedException 構造
- AlreadyExistsException 構造
- ConcurrentModificationException 構造
- ConcurrentRunsExceededException 構造
- CrawlerNotRunningException 構造
- CrawlerRunningException 構造
- CrawlerStoppingException 構造
- EntityNotFoundException 構造
- FederationSourceException 構造
- FederationSourceRetryableException 構造
- GlueEncryptionException 構造
- IdempotentParameterMismatchException 構造
- IllegalWorkflowStateException 構造
- InternalServiceException 構造
- InvalidExecutionEngineException 構造
- InvalidInputException 構造
- InvalidStateException 構造
- InvalidTaskStatusTransitionException 構造
- JobDefinitionErrorException 構造
- JobRunInTerminalStateException 構造
- JobRunInvalidStateTransitionException 構造
- JobRunNotInTerminalStateException 構造
- LateRunnerException 構造
- NoScheduleException 構造
- OperationTimeoutException 構造
- ResourceNotReadyException 構造
- ResourceNumberLimitExceededException 構造
- SchedulerNotRunningException 構造
- SchedulerRunningException 構造
- SchedulerTransitioningException 構造
- UnrecognizedRunnerException 構造
- ValidationException 構造
- VersionMismatchException 構造