Documentation ¶
Overview ¶
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_resource_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_resource_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_helpers_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_referenced_resource_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_resource_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_fetching_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_fetching_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_fetching_file.tmpl
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AclConfiguration ¶
type AclConfiguration struct {
S3AclOption string `` /* 203-byte string literal not displayed */
}
type DataCatalog ¶
type DataCatalog struct { Name string `` /* 189-byte string literal not displayed */ Type string `` /* 149-byte string literal not displayed */ Description string `` /* 191-byte string literal not displayed */ Parameters map[string]string `` /* 245-byte string literal not displayed */ AccountId string `` /* 185-byte string literal not displayed */ Region string `` /* 161-byte string literal not displayed */ ReportTime int64 `` /* 208-byte string literal not displayed */ InventoryUUID string `` /* 152-byte string literal not displayed */ }
func FetchDataCatalogs ¶
func FetchDataCatalogs(ctx context.Context, params *aws.AwsFetchInput) ([]*DataCatalog, *aws.AwsFetchOutputMetadata)
type Database ¶
type Database struct { Name string `` /* 189-byte string literal not displayed */ Description string `` /* 191-byte string literal not displayed */ Parameters map[string]string `` /* 245-byte string literal not displayed */ AccountId string `` /* 185-byte string literal not displayed */ Region string `` /* 161-byte string literal not displayed */ ReportTime int64 `` /* 208-byte string literal not displayed */ InventoryUUID string `` /* 152-byte string literal not displayed */ DataCatalog string `` /* 197-byte string literal not displayed */ }
func FetchDatabases ¶
func FetchDatabases(ctx context.Context, params *aws.AwsFetchInput) ([]*Database, *aws.AwsFetchOutputMetadata)
type EncryptionConfiguration ¶
type EngineVersion ¶
type ResultConfiguration ¶
type ResultConfiguration struct { AclConfiguration *AclConfiguration `` /* 192-byte string literal not displayed */ EncryptionConfiguration *EncryptionConfiguration `` /* 234-byte string literal not displayed */ ExpectedBucketOwner string `` /* 251-byte string literal not displayed */ OutputLocation string `` /* 215-byte string literal not displayed */ }
type WorkGroup ¶
type WorkGroup struct { Name string `` /* 189-byte string literal not displayed */ Configuration *WorkGroupConfiguration `` /* 168-byte string literal not displayed */ CreationTime int64 `` /* 210-byte string literal not displayed */ Description string `` /* 191-byte string literal not displayed */ State string `` /* 155-byte string literal not displayed */ AccountId string `` /* 185-byte string literal not displayed */ Region string `` /* 161-byte string literal not displayed */ ReportTime int64 `` /* 208-byte string literal not displayed */ InventoryUUID string `` /* 152-byte string literal not displayed */ Tags map[string]string `` /* 209-byte string literal not displayed */ }
func FetchWorkGroups ¶
func FetchWorkGroups(ctx context.Context, params *aws.AwsFetchInput) ([]*WorkGroup, *aws.AwsFetchOutputMetadata)
type WorkGroupConfiguration ¶
type WorkGroupConfiguration struct { BytesScannedCutoffPerQuery int64 `` /* 281-byte string literal not displayed */ EnforceWorkGroupConfiguration bool `` /* 285-byte string literal not displayed */ EngineVersion *EngineVersion `` /* 174-byte string literal not displayed */ PublishCloudWatchMetricsEnabled bool `` /* 303-byte string literal not displayed */ RequesterPaysEnabled bool `` /* 225-byte string literal not displayed */ ResultConfiguration *ResultConfiguration `` /* 210-byte string literal not displayed */ }