AWS Classic v5.41.0, May 15 23
AWS Classic v5.41.0, May 15 23
aws.dms.getEndpoint
Explore with Pulumi AI
Data source for managing an AWS DMS (Database Migration) Endpoint.
Example Usage
Basic Usage
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 main
import (
"github.com/pulumi/pulumi-aws/sdk/v5/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
})
}
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());
}
}
import pulumi
import pulumi_aws as aws
test = aws.dms.get_endpoint(endpoint_id="test_id")
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const test = aws.dms.getEndpoint({
endpointId: "test_id",
});
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(elasticsearch_settings: Optional[Sequence[GetEndpointElasticsearchSetting]] = None,
endpoint_id: Optional[str] = None,
extra_connection_attributes: Optional[str] = None,
kafka_settings: Optional[Sequence[GetEndpointKafkaSetting]] = None,
mongodb_settings: Optional[Sequence[GetEndpointMongodbSetting]] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetEndpointResult
def get_endpoint_output(elasticsearch_settings: Optional[pulumi.Input[Sequence[pulumi.Input[GetEndpointElasticsearchSettingArgs]]]] = None,
endpoint_id: Optional[pulumi.Input[str]] = None,
extra_connection_attributes: Optional[pulumi.Input[str]] = None,
kafka_settings: Optional[pulumi.Input[Sequence[pulumi.Input[GetEndpointKafkaSettingArgs]]]] = None,
mongodb_settings: Optional[pulumi.Input[Sequence[pulumi.Input[GetEndpointMongodbSettingArgs]]]] = 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.
- Elasticsearch
Settings List<GetEndpoint Elasticsearch Setting> - Extra
Connection stringAttributes - Kafka
Settings List<GetEndpoint Kafka Setting> - Mongodb
Settings List<GetEndpoint Mongodb Setting> - 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.
- Elasticsearch
Settings []GetEndpoint Elasticsearch Setting - Extra
Connection stringAttributes - Kafka
Settings []GetEndpoint Kafka Setting - Mongodb
Settings []GetEndpoint Mongodb Setting - 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.
- elasticsearch
Settings List<GetEndpoint Elasticsearch Setting> - extra
Connection StringAttributes - kafka
Settings List<GetEndpoint Kafka Setting> - mongodb
Settings List<GetEndpoint Mongodb Setting> - 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.
- elasticsearch
Settings GetEndpoint Elasticsearch Setting[] - extra
Connection stringAttributes - kafka
Settings GetEndpoint Kafka Setting[] - mongodb
Settings GetEndpoint Mongodb Setting[] - {[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.
- elasticsearch_
settings Sequence[GetEndpoint Elasticsearch Setting] - extra_
connection_ strattributes - kafka_
settings Sequence[GetEndpoint Kafka Setting] - mongodb_
settings Sequence[GetEndpoint Mongodb Setting] - 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.
- elasticsearch
Settings List<Property Map> - extra
Connection StringAttributes - kafka
Settings List<Property Map> - mongodb
Settings List<Property Map> - Map<String>
getEndpoint Result
The following output properties are available:
- Certificate
Arn string - Database
Name string - Endpoint
Arn string - Endpoint
Id string - Endpoint
Type string - Engine
Name string - Id string
The provider-assigned unique ID for this managed resource.
- Kinesis
Settings List<GetEndpoint Kinesis Setting> - Kms
Key stringArn - Password string
- Port int
- 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
- Elasticsearch
Settings List<GetEndpoint Elasticsearch Setting> - Extra
Connection stringAttributes - Kafka
Settings List<GetEndpoint Kafka Setting> - Mongodb
Settings List<GetEndpoint Mongodb Setting>
- Certificate
Arn string - Database
Name string - Endpoint
Arn string - Endpoint
Id string - Endpoint
Type string - Engine
Name string - Id string
The provider-assigned unique ID for this managed resource.
- Kinesis
Settings []GetEndpoint Kinesis Setting - Kms
Key stringArn - Password string
- Port int
- 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
- Elasticsearch
Settings []GetEndpoint Elasticsearch Setting - Extra
Connection stringAttributes - Kafka
Settings []GetEndpoint Kafka Setting - Mongodb
Settings []GetEndpoint Mongodb Setting
- certificate
Arn String - database
Name String - endpoint
Arn String - endpoint
Id String - endpoint
Type String - engine
Name String - id String
The provider-assigned unique ID for this managed resource.
- kinesis
Settings List<GetEndpoint Kinesis Setting> - kms
Key StringArn - password String
- port Integer
- 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
- elasticsearch
Settings List<GetEndpoint Elasticsearch Setting> - extra
Connection StringAttributes - kafka
Settings List<GetEndpoint Kafka Setting> - mongodb
Settings List<GetEndpoint Mongodb Setting>
- certificate
Arn string - database
Name string - endpoint
Arn string - endpoint
Id string - endpoint
Type string - engine
Name string - id string
The provider-assigned unique ID for this managed resource.
- kinesis
Settings GetEndpoint Kinesis Setting[] - kms
Key stringArn - password string
- port number
- 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
- elasticsearch
Settings GetEndpoint Elasticsearch Setting[] - extra
Connection stringAttributes - kafka
Settings GetEndpoint Kafka Setting[] - mongodb
Settings GetEndpoint Mongodb Setting[]
- certificate_
arn str - database_
name str - endpoint_
arn str - endpoint_
id str - endpoint_
type str - engine_
name str - id str
The provider-assigned unique ID for this managed resource.
- kinesis_
settings Sequence[GetEndpoint Kinesis Setting] - kms_
key_ strarn - password str
- port int
- 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
- elasticsearch_
settings Sequence[GetEndpoint Elasticsearch Setting] - extra_
connection_ strattributes - kafka_
settings Sequence[GetEndpoint Kafka Setting] - mongodb_
settings Sequence[GetEndpoint Mongodb Setting]
- certificate
Arn String - database
Name String - endpoint
Arn String - endpoint
Id String - endpoint
Type String - engine
Name String - id String
The provider-assigned unique ID for this managed resource.
- kinesis
Settings List<Property Map> - kms
Key StringArn - password String
- port Number
- 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
- elasticsearch
Settings List<Property Map> - extra
Connection StringAttributes - kafka
Settings List<Property Map> - mongodb
Settings List<Property Map>
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
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 - 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 - 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 - 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 - 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 - 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 - 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.