AWS v6.54.0 published on Friday, Sep 27, 2024 by Pulumi
aws.dms.getEndpoint
Explore with Pulumi AI
Data source for managing an AWS DMS (Database Migration) Endpoint.
Example Usage
Basic Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const test = aws.dms.getEndpoint({
endpointId: "test_id",
});
import pulumi
import pulumi_aws as aws
test = aws.dms.get_endpoint(endpoint_id="test_id")
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/dms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := dms.LookupEndpoint(ctx, &dms.LookupEndpointArgs{
EndpointId: "test_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() =>
{
var test = Aws.Dms.GetEndpoint.Invoke(new()
{
EndpointId = "test_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.dms.DmsFunctions;
import com.pulumi.aws.dms.inputs.GetEndpointArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var test = DmsFunctions.getEndpoint(GetEndpointArgs.builder()
.endpointId("test_id")
.build());
}
}
variables:
test:
fn::invoke:
Function: aws:dms:getEndpoint
Arguments:
endpointId: test_id
Using getEndpoint
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEndpoint(args: GetEndpointArgs, opts?: InvokeOptions): Promise<GetEndpointResult>
function getEndpointOutput(args: GetEndpointOutputArgs, opts?: InvokeOptions): Output<GetEndpointResult>
def get_endpoint(endpoint_id: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetEndpointResult
def get_endpoint_output(endpoint_id: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEndpointResult]
func LookupEndpoint(ctx *Context, args *LookupEndpointArgs, opts ...InvokeOption) (*LookupEndpointResult, error)
func LookupEndpointOutput(ctx *Context, args *LookupEndpointOutputArgs, opts ...InvokeOption) LookupEndpointResultOutput
> Note: This function is named LookupEndpoint
in the Go SDK.
public static class GetEndpoint
{
public static Task<GetEndpointResult> InvokeAsync(GetEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetEndpointResult> Invoke(GetEndpointInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEndpointResult> getEndpoint(GetEndpointArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws:dms/getEndpoint:getEndpoint
arguments:
# arguments dictionary
The following arguments are supported:
- Endpoint
Id string - Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.
- Dictionary<string, string>
- Endpoint
Id string - Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.
- map[string]string
- endpoint
Id String - Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.
- Map<String,String>
- endpoint
Id string - Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.
- {[key: string]: string}
- endpoint_
id str - Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.
- Mapping[str, str]
- endpoint
Id String - Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.
- Map<String>
getEndpoint Result
The following output properties are available:
- Certificate
Arn string - Database
Name string - Elasticsearch
Settings List<GetEndpoint Elasticsearch Setting> - Endpoint
Arn string - Endpoint
Id string - Endpoint
Type string - Engine
Name string - Extra
Connection stringAttributes - Id string
- The provider-assigned unique ID for this managed resource.
- Kafka
Settings List<GetEndpoint Kafka Setting> - Kinesis
Settings List<GetEndpoint Kinesis Setting> - Kms
Key stringArn - Mongodb
Settings List<GetEndpoint Mongodb Setting> - Password string
- Port int
- Postgres
Settings List<GetEndpoint Postgres Setting> - Redis
Settings List<GetEndpoint Redis Setting> - Redshift
Settings List<GetEndpoint Redshift Setting> - S3Settings
List<Get
Endpoint S3Setting> - Secrets
Manager stringAccess Role Arn - Secrets
Manager stringArn - Server
Name string - Service
Access stringRole - Ssl
Mode string - Dictionary<string, string>
- Username string
- Certificate
Arn string - Database
Name string - Elasticsearch
Settings []GetEndpoint Elasticsearch Setting - Endpoint
Arn string - Endpoint
Id string - Endpoint
Type string - Engine
Name string - Extra
Connection stringAttributes - Id string
- The provider-assigned unique ID for this managed resource.
- Kafka
Settings []GetEndpoint Kafka Setting - Kinesis
Settings []GetEndpoint Kinesis Setting - Kms
Key stringArn - Mongodb
Settings []GetEndpoint Mongodb Setting - Password string
- Port int
- Postgres
Settings []GetEndpoint Postgres Setting - Redis
Settings []GetEndpoint Redis Setting - Redshift
Settings []GetEndpoint Redshift Setting - S3Settings
[]Get
Endpoint S3Setting - Secrets
Manager stringAccess Role Arn - Secrets
Manager stringArn - Server
Name string - Service
Access stringRole - Ssl
Mode string - map[string]string
- Username string
- certificate
Arn String - database
Name String - elasticsearch
Settings List<GetEndpoint Elasticsearch Setting> - endpoint
Arn String - endpoint
Id String - endpoint
Type String - engine
Name String - extra
Connection StringAttributes - id String
- The provider-assigned unique ID for this managed resource.
- kafka
Settings List<GetEndpoint Kafka Setting> - kinesis
Settings List<GetEndpoint Kinesis Setting> - kms
Key StringArn - mongodb
Settings List<GetEndpoint Mongodb Setting> - password String
- port Integer
- postgres
Settings List<GetEndpoint Postgres Setting> - redis
Settings List<GetEndpoint Redis Setting> - redshift
Settings List<GetEndpoint Redshift Setting> - s3Settings
List<Get
Endpoint S3Setting> - secrets
Manager StringAccess Role Arn - secrets
Manager StringArn - server
Name String - service
Access StringRole - ssl
Mode String - Map<String,String>
- username String
- certificate
Arn string - database
Name string - elasticsearch
Settings GetEndpoint Elasticsearch Setting[] - endpoint
Arn string - endpoint
Id string - endpoint
Type string - engine
Name string - extra
Connection stringAttributes - id string
- The provider-assigned unique ID for this managed resource.
- kafka
Settings GetEndpoint Kafka Setting[] - kinesis
Settings GetEndpoint Kinesis Setting[] - kms
Key stringArn - mongodb
Settings GetEndpoint Mongodb Setting[] - password string
- port number
- postgres
Settings GetEndpoint Postgres Setting[] - redis
Settings GetEndpoint Redis Setting[] - redshift
Settings GetEndpoint Redshift Setting[] - s3Settings
Get
Endpoint S3Setting[] - secrets
Manager stringAccess Role Arn - secrets
Manager stringArn - server
Name string - service
Access stringRole - ssl
Mode string - {[key: string]: string}
- username string
- certificate_
arn str - database_
name str - elasticsearch_
settings Sequence[GetEndpoint Elasticsearch Setting] - endpoint_
arn str - endpoint_
id str - endpoint_
type str - engine_
name str - extra_
connection_ strattributes - id str
- The provider-assigned unique ID for this managed resource.
- kafka_
settings Sequence[GetEndpoint Kafka Setting] - kinesis_
settings Sequence[GetEndpoint Kinesis Setting] - kms_
key_ strarn - mongodb_
settings Sequence[GetEndpoint Mongodb Setting] - password str
- port int
- postgres_
settings Sequence[GetEndpoint Postgres Setting] - redis_
settings Sequence[GetEndpoint Redis Setting] - redshift_
settings Sequence[GetEndpoint Redshift Setting] - s3_
settings Sequence[GetEndpoint S3Setting] - secrets_
manager_ straccess_ role_ arn - secrets_
manager_ strarn - server_
name str - service_
access_ strrole - ssl_
mode str - Mapping[str, str]
- username str
- certificate
Arn String - database
Name String - elasticsearch
Settings List<Property Map> - endpoint
Arn String - endpoint
Id String - endpoint
Type String - engine
Name String - extra
Connection StringAttributes - id String
- The provider-assigned unique ID for this managed resource.
- kafka
Settings List<Property Map> - kinesis
Settings List<Property Map> - kms
Key StringArn - mongodb
Settings List<Property Map> - password String
- port Number
- postgres
Settings List<Property Map> - redis
Settings List<Property Map> - redshift
Settings List<Property Map> - s3Settings List<Property Map>
- secrets
Manager StringAccess Role Arn - secrets
Manager StringArn - server
Name String - service
Access StringRole - ssl
Mode String - Map<String>
- username String
Supporting Types
GetEndpointElasticsearchSetting
- Endpoint
Uri string - Error
Retry intDuration - Full
Load intError Percentage - Service
Access stringRole Arn
- Endpoint
Uri string - Error
Retry intDuration - Full
Load intError Percentage - Service
Access stringRole Arn
- endpoint
Uri String - error
Retry IntegerDuration - full
Load IntegerError Percentage - service
Access StringRole Arn
- endpoint
Uri string - error
Retry numberDuration - full
Load numberError Percentage - service
Access stringRole Arn
- endpoint
Uri String - error
Retry NumberDuration - full
Load NumberError Percentage - service
Access StringRole Arn
GetEndpointKafkaSetting
- Broker string
- Include
Control boolDetails - Include
Null boolAnd Empty - Include
Partition boolValue - Include
Table boolAlter Operations - Include
Transaction boolDetails - Message
Format string - Message
Max intBytes - No
Hex boolPrefix - Partition
Include boolSchema Table - Sasl
Password string - Sasl
Username string - Security
Protocol string - Ssl
Ca stringCertificate Arn - Ssl
Client stringCertificate Arn - Ssl
Client stringKey Arn - Ssl
Client stringKey Password - Topic string
- Broker string
- Include
Control boolDetails - Include
Null boolAnd Empty - Include
Partition boolValue - Include
Table boolAlter Operations - Include
Transaction boolDetails - Message
Format string - Message
Max intBytes - No
Hex boolPrefix - Partition
Include boolSchema Table - Sasl
Password string - Sasl
Username string - Security
Protocol string - Ssl
Ca stringCertificate Arn - Ssl
Client stringCertificate Arn - Ssl
Client stringKey Arn - Ssl
Client stringKey Password - Topic string
- broker String
- include
Control BooleanDetails - include
Null BooleanAnd Empty - include
Partition BooleanValue - include
Table BooleanAlter Operations - include
Transaction BooleanDetails - message
Format String - message
Max IntegerBytes - no
Hex BooleanPrefix - partition
Include BooleanSchema Table - sasl
Password String - sasl
Username String - security
Protocol String - ssl
Ca StringCertificate Arn - ssl
Client StringCertificate Arn - ssl
Client StringKey Arn - ssl
Client StringKey Password - topic String
- broker string
- include
Control booleanDetails - include
Null booleanAnd Empty - include
Partition booleanValue - include
Table booleanAlter Operations - include
Transaction booleanDetails - message
Format string - message
Max numberBytes - no
Hex booleanPrefix - partition
Include booleanSchema Table - sasl
Password string - sasl
Username string - security
Protocol string - ssl
Ca stringCertificate Arn - ssl
Client stringCertificate Arn - ssl
Client stringKey Arn - ssl
Client stringKey Password - topic string
- broker str
- include_
control_ booldetails - include_
null_ booland_ empty - include_
partition_ boolvalue - include_
table_ boolalter_ operations - include_
transaction_ booldetails - message_
format str - message_
max_ intbytes - no_
hex_ boolprefix - partition_
include_ boolschema_ table - sasl_
password str - sasl_
username str - security_
protocol str - ssl_
ca_ strcertificate_ arn - ssl_
client_ strcertificate_ arn - ssl_
client_ strkey_ arn - ssl_
client_ strkey_ password - topic str
- broker String
- include
Control BooleanDetails - include
Null BooleanAnd Empty - include
Partition BooleanValue - include
Table BooleanAlter Operations - include
Transaction BooleanDetails - message
Format String - message
Max NumberBytes - no
Hex BooleanPrefix - partition
Include BooleanSchema Table - sasl
Password String - sasl
Username String - security
Protocol String - ssl
Ca StringCertificate Arn - ssl
Client StringCertificate Arn - ssl
Client StringKey Arn - ssl
Client StringKey Password - topic String
GetEndpointKinesisSetting
- Include
Control boolDetails - Include
Null boolAnd Empty - Include
Partition boolValue - Include
Table boolAlter Operations - Include
Transaction boolDetails - Message
Format string - Partition
Include boolSchema Table - Service
Access stringRole Arn - Stream
Arn string
- Include
Control boolDetails - Include
Null boolAnd Empty - Include
Partition boolValue - Include
Table boolAlter Operations - Include
Transaction boolDetails - Message
Format string - Partition
Include boolSchema Table - Service
Access stringRole Arn - Stream
Arn string
- include
Control BooleanDetails - include
Null BooleanAnd Empty - include
Partition BooleanValue - include
Table BooleanAlter Operations - include
Transaction BooleanDetails - message
Format String - partition
Include BooleanSchema Table - service
Access StringRole Arn - stream
Arn String
- include
Control booleanDetails - include
Null booleanAnd Empty - include
Partition booleanValue - include
Table booleanAlter Operations - include
Transaction booleanDetails - message
Format string - partition
Include booleanSchema Table - service
Access stringRole Arn - stream
Arn string
- include
Control BooleanDetails - include
Null BooleanAnd Empty - include
Partition BooleanValue - include
Table BooleanAlter Operations - include
Transaction BooleanDetails - message
Format String - partition
Include BooleanSchema Table - service
Access StringRole Arn - stream
Arn String
GetEndpointMongodbSetting
- Auth
Mechanism string - Auth
Source string - Auth
Type string - Docs
To stringInvestigate - Extract
Doc stringId - Nesting
Level string
- Auth
Mechanism string - Auth
Source string - Auth
Type string - Docs
To stringInvestigate - Extract
Doc stringId - Nesting
Level string
- auth
Mechanism String - auth
Source String - auth
Type String - docs
To StringInvestigate - extract
Doc StringId - nesting
Level String
- auth
Mechanism string - auth
Source string - auth
Type string - docs
To stringInvestigate - extract
Doc stringId - nesting
Level string
- auth_
mechanism str - auth_
source str - auth_
type str - docs_
to_ strinvestigate - extract_
doc_ strid - nesting_
level str
- auth
Mechanism String - auth
Source String - auth
Type String - docs
To StringInvestigate - extract
Doc StringId - nesting
Level String
GetEndpointPostgresSetting
- After
Connect stringScript - Babelfish
Database stringName - Capture
Ddls bool - Database
Mode string - Ddl
Artifacts stringSchema - Execute
Timeout int - Fail
Tasks boolOn Lob Truncation - Heartbeat
Enable bool - Heartbeat
Frequency int - Heartbeat
Schema string - Map
Boolean boolAs Boolean - Map
Jsonb boolAs Clob - Map
Long stringVarchar As - Max
File intSize - Plugin
Name string - Slot
Name string
- After
Connect stringScript - Babelfish
Database stringName - Capture
Ddls bool - Database
Mode string - Ddl
Artifacts stringSchema - Execute
Timeout int - Fail
Tasks boolOn Lob Truncation - Heartbeat
Enable bool - Heartbeat
Frequency int - Heartbeat
Schema string - Map
Boolean boolAs Boolean - Map
Jsonb boolAs Clob - Map
Long stringVarchar As - Max
File intSize - Plugin
Name string - Slot
Name string
- after
Connect StringScript - babelfish
Database StringName - capture
Ddls Boolean - database
Mode String - ddl
Artifacts StringSchema - execute
Timeout Integer - fail
Tasks BooleanOn Lob Truncation - heartbeat
Enable Boolean - heartbeat
Frequency Integer - heartbeat
Schema String - map
Boolean BooleanAs Boolean - map
Jsonb BooleanAs Clob - map
Long StringVarchar As - max
File IntegerSize - plugin
Name String - slot
Name String
- after
Connect stringScript - babelfish
Database stringName - capture
Ddls boolean - database
Mode string - ddl
Artifacts stringSchema - execute
Timeout number - fail
Tasks booleanOn Lob Truncation - heartbeat
Enable boolean - heartbeat
Frequency number - heartbeat
Schema string - map
Boolean booleanAs Boolean - map
Jsonb booleanAs Clob - map
Long stringVarchar As - max
File numberSize - plugin
Name string - slot
Name string
- after_
connect_ strscript - babelfish_
database_ strname - capture_
ddls bool - database_
mode str - ddl_
artifacts_ strschema - execute_
timeout int - fail_
tasks_ boolon_ lob_ truncation - heartbeat_
enable bool - heartbeat_
frequency int - heartbeat_
schema str - map_
boolean_ boolas_ boolean - map_
jsonb_ boolas_ clob - map_
long_ strvarchar_ as - max_
file_ intsize - plugin_
name str - slot_
name str
- after
Connect StringScript - babelfish
Database StringName - capture
Ddls Boolean - database
Mode String - ddl
Artifacts StringSchema - execute
Timeout Number - fail
Tasks BooleanOn Lob Truncation - heartbeat
Enable Boolean - heartbeat
Frequency Number - heartbeat
Schema String - map
Boolean BooleanAs Boolean - map
Jsonb BooleanAs Clob - map
Long StringVarchar As - max
File NumberSize - plugin
Name String - slot
Name String
GetEndpointRedisSetting
- Auth
Password string - Auth
Type string - Auth
User stringName - Port int
- Server
Name string - Ssl
Ca stringCertificate Arn - Ssl
Security stringProtocol
- Auth
Password string - Auth
Type string - Auth
User stringName - Port int
- Server
Name string - Ssl
Ca stringCertificate Arn - Ssl
Security stringProtocol
- auth
Password String - auth
Type String - auth
User StringName - port Integer
- server
Name String - ssl
Ca StringCertificate Arn - ssl
Security StringProtocol
- auth
Password string - auth
Type string - auth
User stringName - port number
- server
Name string - ssl
Ca stringCertificate Arn - ssl
Security stringProtocol
- auth_
password str - auth_
type str - auth_
user_ strname - port int
- server_
name str - ssl_
ca_ strcertificate_ arn - ssl_
security_ strprotocol
- auth
Password String - auth
Type String - auth
User StringName - port Number
- server
Name String - ssl
Ca StringCertificate Arn - ssl
Security StringProtocol
GetEndpointRedshiftSetting
- Bucket
Folder string - Bucket
Name string - Encryption
Mode string - Server
Side stringEncryption Kms Key Id - Service
Access stringRole Arn
- Bucket
Folder string - Bucket
Name string - Encryption
Mode string - Server
Side stringEncryption Kms Key Id - Service
Access stringRole Arn
- bucket
Folder String - bucket
Name String - encryption
Mode String - server
Side StringEncryption Kms Key Id - service
Access StringRole Arn
- bucket
Folder string - bucket
Name string - encryption
Mode string - server
Side stringEncryption Kms Key Id - service
Access stringRole Arn
- bucket
Folder String - bucket
Name String - encryption
Mode String - server
Side StringEncryption Kms Key Id - service
Access StringRole Arn
GetEndpointS3Setting
- Add
Column boolName - Bucket
Folder string - Bucket
Name string - Canned
Acl stringFor Objects - Cdc
Inserts boolAnd Updates - Cdc
Inserts boolOnly - Cdc
Max intBatch Interval - Cdc
Min intFile Size - Cdc
Path string - Compression
Type string - Csv
Delimiter string - Csv
No stringSup Value - Csv
Null stringValue - Csv
Row stringDelimiter - Data
Format string - Data
Page intSize - Date
Partition stringDelimiter - Date
Partition boolEnabled - Date
Partition stringSequence - Dict
Page intSize Limit - Enable
Statistics bool - Encoding
Type string - Encryption
Mode string - External
Table stringDefinition - Glue
Catalog boolGeneration - Ignore
Header intRows - Ignore
Headers intRow - Include
Op boolFor Full Load - Max
File intSize - Parquet
Timestamp boolIn Millisecond - Parquet
Version string - Preserve
Transactions bool - Rfc4180 bool
- Row
Group intLength - Server
Side stringEncryption Kms Key Id - Service
Access stringRole Arn - Timestamp
Column stringName - Use
Csv boolNo Sup Value - Use
Task boolStart Time For Full Load Timestamp
- Add
Column boolName - Bucket
Folder string - Bucket
Name string - Canned
Acl stringFor Objects - Cdc
Inserts boolAnd Updates - Cdc
Inserts boolOnly - Cdc
Max intBatch Interval - Cdc
Min intFile Size - Cdc
Path string - Compression
Type string - Csv
Delimiter string - Csv
No stringSup Value - Csv
Null stringValue - Csv
Row stringDelimiter - Data
Format string - Data
Page intSize - Date
Partition stringDelimiter - Date
Partition boolEnabled - Date
Partition stringSequence - Dict
Page intSize Limit - Enable
Statistics bool - Encoding
Type string - Encryption
Mode string - External
Table stringDefinition - Glue
Catalog boolGeneration - Ignore
Header intRows - Ignore
Headers intRow - Include
Op boolFor Full Load - Max
File intSize - Parquet
Timestamp boolIn Millisecond - Parquet
Version string - Preserve
Transactions bool - Rfc4180 bool
- Row
Group intLength - Server
Side stringEncryption Kms Key Id - Service
Access stringRole Arn - Timestamp
Column stringName - Use
Csv boolNo Sup Value - Use
Task boolStart Time For Full Load Timestamp
- add
Column BooleanName - bucket
Folder String - bucket
Name String - canned
Acl StringFor Objects - cdc
Inserts BooleanAnd Updates - cdc
Inserts BooleanOnly - cdc
Max IntegerBatch Interval - cdc
Min IntegerFile Size - cdc
Path String - compression
Type String - csv
Delimiter String - csv
No StringSup Value - csv
Null StringValue - csv
Row StringDelimiter - data
Format String - data
Page IntegerSize - date
Partition StringDelimiter - date
Partition BooleanEnabled - date
Partition StringSequence - dict
Page IntegerSize Limit - enable
Statistics Boolean - encoding
Type String - encryption
Mode String - external
Table StringDefinition - glue
Catalog BooleanGeneration - ignore
Header IntegerRows - ignore
Headers IntegerRow - include
Op BooleanFor Full Load - max
File IntegerSize - parquet
Timestamp BooleanIn Millisecond - parquet
Version String - preserve
Transactions Boolean - rfc4180 Boolean
- row
Group IntegerLength - server
Side StringEncryption Kms Key Id - service
Access StringRole Arn - timestamp
Column StringName - use
Csv BooleanNo Sup Value - use
Task BooleanStart Time For Full Load Timestamp
- add
Column booleanName - bucket
Folder string - bucket
Name string - canned
Acl stringFor Objects - cdc
Inserts booleanAnd Updates - cdc
Inserts booleanOnly - cdc
Max numberBatch Interval - cdc
Min numberFile Size - cdc
Path string - compression
Type string - csv
Delimiter string - csv
No stringSup Value - csv
Null stringValue - csv
Row stringDelimiter - data
Format string - data
Page numberSize - date
Partition stringDelimiter - date
Partition booleanEnabled - date
Partition stringSequence - dict
Page numberSize Limit - enable
Statistics boolean - encoding
Type string - encryption
Mode string - external
Table stringDefinition - glue
Catalog booleanGeneration - ignore
Header numberRows - ignore
Headers numberRow - include
Op booleanFor Full Load - max
File numberSize - parquet
Timestamp booleanIn Millisecond - parquet
Version string - preserve
Transactions boolean - rfc4180 boolean
- row
Group numberLength - server
Side stringEncryption Kms Key Id - service
Access stringRole Arn - timestamp
Column stringName - use
Csv booleanNo Sup Value - use
Task booleanStart Time For Full Load Timestamp
- add_
column_ boolname - bucket_
folder str - bucket_
name str - canned_
acl_ strfor_ objects - cdc_
inserts_ booland_ updates - cdc_
inserts_ boolonly - cdc_
max_ intbatch_ interval - cdc_
min_ intfile_ size - cdc_
path str - compression_
type str - csv_
delimiter str - csv_
no_ strsup_ value - csv_
null_ strvalue - csv_
row_ strdelimiter - data_
format str - data_
page_ intsize - date_
partition_ strdelimiter - date_
partition_ boolenabled - date_
partition_ strsequence - dict_
page_ intsize_ limit - enable_
statistics bool - encoding_
type str - encryption_
mode str - external_
table_ strdefinition - glue_
catalog_ boolgeneration - ignore_
header_ introws - ignore_
headers_ introw - include_
op_ boolfor_ full_ load - max_
file_ intsize - parquet_
timestamp_ boolin_ millisecond - parquet_
version str - preserve_
transactions bool - rfc4180 bool
- row_
group_ intlength - server_
side_ strencryption_ kms_ key_ id - service_
access_ strrole_ arn - timestamp_
column_ strname - use_
csv_ boolno_ sup_ value - use_
task_ boolstart_ time_ for_ full_ load_ timestamp
- add
Column BooleanName - bucket
Folder String - bucket
Name String - canned
Acl StringFor Objects - cdc
Inserts BooleanAnd Updates - cdc
Inserts BooleanOnly - cdc
Max NumberBatch Interval - cdc
Min NumberFile Size - cdc
Path String - compression
Type String - csv
Delimiter String - csv
No StringSup Value - csv
Null StringValue - csv
Row StringDelimiter - data
Format String - data
Page NumberSize - date
Partition StringDelimiter - date
Partition BooleanEnabled - date
Partition StringSequence - dict
Page NumberSize Limit - enable
Statistics Boolean - encoding
Type String - encryption
Mode String - external
Table StringDefinition - glue
Catalog BooleanGeneration - ignore
Header NumberRows - ignore
Headers NumberRow - include
Op BooleanFor Full Load - max
File NumberSize - parquet
Timestamp BooleanIn Millisecond - parquet
Version String - preserve
Transactions Boolean - rfc4180 Boolean
- row
Group NumberLength - server
Side StringEncryption Kms Key Id - service
Access StringRole Arn - timestamp
Column StringName - use
Csv BooleanNo Sup Value - use
Task BooleanStart Time For Full Load Timestamp
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.