AWS v6.74.0 published on Wednesday, Mar 26, 2025 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)
public static Output<GetEndpointResult> getEndpoint(GetEndpointArgs args, InvokeOptions options)
fn::invoke:
function: aws:dms/getEndpoint:getEndpoint
arguments:
# arguments dictionary
The following arguments are supported:
- Endpoint
Id This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string - Error
Retry Duration This property is required. int - Full
Load Error Percentage This property is required. int - Service
Access Role Arn This property is required. string
- Endpoint
Uri This property is required. string - Error
Retry Duration This property is required. int - Full
Load Error Percentage This property is required. int - Service
Access Role Arn This property is required. string
- endpoint
Uri This property is required. String - error
Retry Duration This property is required. Integer - full
Load Error Percentage This property is required. Integer - service
Access Role Arn This property is required. String
- endpoint
Uri This property is required. string - error
Retry Duration This property is required. number - full
Load Error Percentage This property is required. number - service
Access Role Arn This property is required. string
- endpoint_
uri This property is required. str - error_
retry_ duration This property is required. int - full_
load_ error_ percentage This property is required. int - service_
access_ role_ arn This property is required. str
- endpoint
Uri This property is required. String - error
Retry Duration This property is required. Number - full
Load Error Percentage This property is required. Number - service
Access Role Arn This property is required. String
GetEndpointKafkaSetting
- Broker
This property is required. string - Include
Control Details This property is required. bool - Include
Null And Empty This property is required. bool - Include
Partition Value This property is required. bool - Include
Table Alter Operations This property is required. bool - Include
Transaction Details This property is required. bool - Message
Format This property is required. string - Message
Max Bytes This property is required. int - No
Hex Prefix This property is required. bool - Partition
Include Schema Table This property is required. bool - Sasl
Mechanism This property is required. string - Sasl
Password This property is required. string - Sasl
Username This property is required. string - Security
Protocol This property is required. string - Ssl
Ca Certificate Arn This property is required. string - Ssl
Client Certificate Arn This property is required. string - Ssl
Client Key Arn This property is required. string - Ssl
Client Key Password This property is required. string - Topic
This property is required. string
- Broker
This property is required. string - Include
Control Details This property is required. bool - Include
Null And Empty This property is required. bool - Include
Partition Value This property is required. bool - Include
Table Alter Operations This property is required. bool - Include
Transaction Details This property is required. bool - Message
Format This property is required. string - Message
Max Bytes This property is required. int - No
Hex Prefix This property is required. bool - Partition
Include Schema Table This property is required. bool - Sasl
Mechanism This property is required. string - Sasl
Password This property is required. string - Sasl
Username This property is required. string - Security
Protocol This property is required. string - Ssl
Ca Certificate Arn This property is required. string - Ssl
Client Certificate Arn This property is required. string - Ssl
Client Key Arn This property is required. string - Ssl
Client Key Password This property is required. string - Topic
This property is required. string
- broker
This property is required. String - include
Control Details This property is required. Boolean - include
Null And Empty This property is required. Boolean - include
Partition Value This property is required. Boolean - include
Table Alter Operations This property is required. Boolean - include
Transaction Details This property is required. Boolean - message
Format This property is required. String - message
Max Bytes This property is required. Integer - no
Hex Prefix This property is required. Boolean - partition
Include Schema Table This property is required. Boolean - sasl
Mechanism This property is required. String - sasl
Password This property is required. String - sasl
Username This property is required. String - security
Protocol This property is required. String - ssl
Ca Certificate Arn This property is required. String - ssl
Client Certificate Arn This property is required. String - ssl
Client Key Arn This property is required. String - ssl
Client Key Password This property is required. String - topic
This property is required. String
- broker
This property is required. string - include
Control Details This property is required. boolean - include
Null And Empty This property is required. boolean - include
Partition Value This property is required. boolean - include
Table Alter Operations This property is required. boolean - include
Transaction Details This property is required. boolean - message
Format This property is required. string - message
Max Bytes This property is required. number - no
Hex Prefix This property is required. boolean - partition
Include Schema Table This property is required. boolean - sasl
Mechanism This property is required. string - sasl
Password This property is required. string - sasl
Username This property is required. string - security
Protocol This property is required. string - ssl
Ca Certificate Arn This property is required. string - ssl
Client Certificate Arn This property is required. string - ssl
Client Key Arn This property is required. string - ssl
Client Key Password This property is required. string - topic
This property is required. string
- broker
This property is required. str - include_
control_ details This property is required. bool - include_
null_ and_ empty This property is required. bool - include_
partition_ value This property is required. bool - include_
table_ alter_ operations This property is required. bool - include_
transaction_ details This property is required. bool - message_
format This property is required. str - message_
max_ bytes This property is required. int - no_
hex_ prefix This property is required. bool - partition_
include_ schema_ table This property is required. bool - sasl_
mechanism This property is required. str - sasl_
password This property is required. str - sasl_
username This property is required. str - security_
protocol This property is required. str - ssl_
ca_ certificate_ arn This property is required. str - ssl_
client_ certificate_ arn This property is required. str - ssl_
client_ key_ arn This property is required. str - ssl_
client_ key_ password This property is required. str - topic
This property is required. str
- broker
This property is required. String - include
Control Details This property is required. Boolean - include
Null And Empty This property is required. Boolean - include
Partition Value This property is required. Boolean - include
Table Alter Operations This property is required. Boolean - include
Transaction Details This property is required. Boolean - message
Format This property is required. String - message
Max Bytes This property is required. Number - no
Hex Prefix This property is required. Boolean - partition
Include Schema Table This property is required. Boolean - sasl
Mechanism This property is required. String - sasl
Password This property is required. String - sasl
Username This property is required. String - security
Protocol This property is required. String - ssl
Ca Certificate Arn This property is required. String - ssl
Client Certificate Arn This property is required. String - ssl
Client Key Arn This property is required. String - ssl
Client Key Password This property is required. String - topic
This property is required. String
GetEndpointKinesisSetting
- Include
Control Details This property is required. bool - Include
Null And Empty This property is required. bool - Include
Partition Value This property is required. bool - Include
Table Alter Operations This property is required. bool - Include
Transaction Details This property is required. bool - Message
Format This property is required. string - Partition
Include Schema Table This property is required. bool - Service
Access Role Arn This property is required. string - Stream
Arn This property is required. string
- Include
Control Details This property is required. bool - Include
Null And Empty This property is required. bool - Include
Partition Value This property is required. bool - Include
Table Alter Operations This property is required. bool - Include
Transaction Details This property is required. bool - Message
Format This property is required. string - Partition
Include Schema Table This property is required. bool - Service
Access Role Arn This property is required. string - Stream
Arn This property is required. string
- include
Control Details This property is required. Boolean - include
Null And Empty This property is required. Boolean - include
Partition Value This property is required. Boolean - include
Table Alter Operations This property is required. Boolean - include
Transaction Details This property is required. Boolean - message
Format This property is required. String - partition
Include Schema Table This property is required. Boolean - service
Access Role Arn This property is required. String - stream
Arn This property is required. String
- include
Control Details This property is required. boolean - include
Null And Empty This property is required. boolean - include
Partition Value This property is required. boolean - include
Table Alter Operations This property is required. boolean - include
Transaction Details This property is required. boolean - message
Format This property is required. string - partition
Include Schema Table This property is required. boolean - service
Access Role Arn This property is required. string - stream
Arn This property is required. string
- include_
control_ details This property is required. bool - include_
null_ and_ empty This property is required. bool - include_
partition_ value This property is required. bool - include_
table_ alter_ operations This property is required. bool - include_
transaction_ details This property is required. bool - message_
format This property is required. str - partition_
include_ schema_ table This property is required. bool - service_
access_ role_ arn This property is required. str - stream_
arn This property is required. str
- include
Control Details This property is required. Boolean - include
Null And Empty This property is required. Boolean - include
Partition Value This property is required. Boolean - include
Table Alter Operations This property is required. Boolean - include
Transaction Details This property is required. Boolean - message
Format This property is required. String - partition
Include Schema Table This property is required. Boolean - service
Access Role Arn This property is required. String - stream
Arn This property is required. String
GetEndpointMongodbSetting
- Auth
Mechanism This property is required. string - Auth
Source This property is required. string - Auth
Type This property is required. string - Docs
To Investigate This property is required. string - Extract
Doc Id This property is required. string - Nesting
Level This property is required. string
- Auth
Mechanism This property is required. string - Auth
Source This property is required. string - Auth
Type This property is required. string - Docs
To Investigate This property is required. string - Extract
Doc Id This property is required. string - Nesting
Level This property is required. string
- auth
Mechanism This property is required. String - auth
Source This property is required. String - auth
Type This property is required. String - docs
To Investigate This property is required. String - extract
Doc Id This property is required. String - nesting
Level This property is required. String
- auth
Mechanism This property is required. string - auth
Source This property is required. string - auth
Type This property is required. string - docs
To Investigate This property is required. string - extract
Doc Id This property is required. string - nesting
Level This property is required. string
- auth_
mechanism This property is required. str - auth_
source This property is required. str - auth_
type This property is required. str - docs_
to_ investigate This property is required. str - extract_
doc_ id This property is required. str - nesting_
level This property is required. str
- auth
Mechanism This property is required. String - auth
Source This property is required. String - auth
Type This property is required. String - docs
To Investigate This property is required. String - extract
Doc Id This property is required. String - nesting
Level This property is required. String
GetEndpointPostgresSetting
- After
Connect Script This property is required. string - Babelfish
Database Name This property is required. string - Capture
Ddls This property is required. bool - Database
Mode This property is required. string - Ddl
Artifacts Schema This property is required. string - Execute
Timeout This property is required. int - Fail
Tasks On Lob Truncation This property is required. bool - Heartbeat
Enable This property is required. bool - Heartbeat
Frequency This property is required. int - Heartbeat
Schema This property is required. string - Map
Boolean As Boolean This property is required. bool - Map
Jsonb As Clob This property is required. bool - Map
Long Varchar As This property is required. string - Max
File Size This property is required. int - Plugin
Name This property is required. string - Slot
Name This property is required. string
- After
Connect Script This property is required. string - Babelfish
Database Name This property is required. string - Capture
Ddls This property is required. bool - Database
Mode This property is required. string - Ddl
Artifacts Schema This property is required. string - Execute
Timeout This property is required. int - Fail
Tasks On Lob Truncation This property is required. bool - Heartbeat
Enable This property is required. bool - Heartbeat
Frequency This property is required. int - Heartbeat
Schema This property is required. string - Map
Boolean As Boolean This property is required. bool - Map
Jsonb As Clob This property is required. bool - Map
Long Varchar As This property is required. string - Max
File Size This property is required. int - Plugin
Name This property is required. string - Slot
Name This property is required. string
- after
Connect Script This property is required. String - babelfish
Database Name This property is required. String - capture
Ddls This property is required. Boolean - database
Mode This property is required. String - ddl
Artifacts Schema This property is required. String - execute
Timeout This property is required. Integer - fail
Tasks On Lob Truncation This property is required. Boolean - heartbeat
Enable This property is required. Boolean - heartbeat
Frequency This property is required. Integer - heartbeat
Schema This property is required. String - map
Boolean As Boolean This property is required. Boolean - map
Jsonb As Clob This property is required. Boolean - map
Long Varchar As This property is required. String - max
File Size This property is required. Integer - plugin
Name This property is required. String - slot
Name This property is required. String
- after
Connect Script This property is required. string - babelfish
Database Name This property is required. string - capture
Ddls This property is required. boolean - database
Mode This property is required. string - ddl
Artifacts Schema This property is required. string - execute
Timeout This property is required. number - fail
Tasks On Lob Truncation This property is required. boolean - heartbeat
Enable This property is required. boolean - heartbeat
Frequency This property is required. number - heartbeat
Schema This property is required. string - map
Boolean As Boolean This property is required. boolean - map
Jsonb As Clob This property is required. boolean - map
Long Varchar As This property is required. string - max
File Size This property is required. number - plugin
Name This property is required. string - slot
Name This property is required. string
- after_
connect_ script This property is required. str - babelfish_
database_ name This property is required. str - capture_
ddls This property is required. bool - database_
mode This property is required. str - ddl_
artifacts_ schema This property is required. str - execute_
timeout This property is required. int - fail_
tasks_ on_ lob_ truncation This property is required. bool - heartbeat_
enable This property is required. bool - heartbeat_
frequency This property is required. int - heartbeat_
schema This property is required. str - map_
boolean_ as_ boolean This property is required. bool - map_
jsonb_ as_ clob This property is required. bool - map_
long_ varchar_ as This property is required. str - max_
file_ size This property is required. int - plugin_
name This property is required. str - slot_
name This property is required. str
- after
Connect Script This property is required. String - babelfish
Database Name This property is required. String - capture
Ddls This property is required. Boolean - database
Mode This property is required. String - ddl
Artifacts Schema This property is required. String - execute
Timeout This property is required. Number - fail
Tasks On Lob Truncation This property is required. Boolean - heartbeat
Enable This property is required. Boolean - heartbeat
Frequency This property is required. Number - heartbeat
Schema This property is required. String - map
Boolean As Boolean This property is required. Boolean - map
Jsonb As Clob This property is required. Boolean - map
Long Varchar As This property is required. String - max
File Size This property is required. Number - plugin
Name This property is required. String - slot
Name This property is required. String
GetEndpointRedisSetting
- Auth
Password This property is required. string - Auth
Type This property is required. string - Auth
User Name This property is required. string - Port
This property is required. int - Server
Name This property is required. string - Ssl
Ca Certificate Arn This property is required. string - Ssl
Security Protocol This property is required. string
- Auth
Password This property is required. string - Auth
Type This property is required. string - Auth
User Name This property is required. string - Port
This property is required. int - Server
Name This property is required. string - Ssl
Ca Certificate Arn This property is required. string - Ssl
Security Protocol This property is required. string
- auth
Password This property is required. String - auth
Type This property is required. String - auth
User Name This property is required. String - port
This property is required. Integer - server
Name This property is required. String - ssl
Ca Certificate Arn This property is required. String - ssl
Security Protocol This property is required. String
- auth
Password This property is required. string - auth
Type This property is required. string - auth
User Name This property is required. string - port
This property is required. number - server
Name This property is required. string - ssl
Ca Certificate Arn This property is required. string - ssl
Security Protocol This property is required. string
- auth_
password This property is required. str - auth_
type This property is required. str - auth_
user_ name This property is required. str - port
This property is required. int - server_
name This property is required. str - ssl_
ca_ certificate_ arn This property is required. str - ssl_
security_ protocol This property is required. str
- auth
Password This property is required. String - auth
Type This property is required. String - auth
User Name This property is required. String - port
This property is required. Number - server
Name This property is required. String - ssl
Ca Certificate Arn This property is required. String - ssl
Security Protocol This property is required. String
GetEndpointRedshiftSetting
- Bucket
Folder This property is required. string - Bucket
Name This property is required. string - Encryption
Mode This property is required. string - Server
Side Encryption Kms Key Id This property is required. string - Service
Access Role Arn This property is required. string
- Bucket
Folder This property is required. string - Bucket
Name This property is required. string - Encryption
Mode This property is required. string - Server
Side Encryption Kms Key Id This property is required. string - Service
Access Role Arn This property is required. string
- bucket
Folder This property is required. String - bucket
Name This property is required. String - encryption
Mode This property is required. String - server
Side Encryption Kms Key Id This property is required. String - service
Access Role Arn This property is required. String
- bucket
Folder This property is required. string - bucket
Name This property is required. string - encryption
Mode This property is required. string - server
Side Encryption Kms Key Id This property is required. string - service
Access Role Arn This property is required. string
- bucket_
folder This property is required. str - bucket_
name This property is required. str - encryption_
mode This property is required. str - server_
side_ encryption_ kms_ key_ id This property is required. str - service_
access_ role_ arn This property is required. str
- bucket
Folder This property is required. String - bucket
Name This property is required. String - encryption
Mode This property is required. String - server
Side Encryption Kms Key Id This property is required. String - service
Access Role Arn This property is required. String
GetEndpointS3Setting
- Add
Column Name This property is required. bool - Bucket
Folder This property is required. string - Bucket
Name This property is required. string - Canned
Acl For Objects This property is required. string - Cdc
Inserts And Updates This property is required. bool - Cdc
Inserts Only This property is required. bool - Cdc
Max Batch Interval This property is required. int - Cdc
Min File Size This property is required. int - Cdc
Path This property is required. string - Compression
Type This property is required. string - Csv
Delimiter This property is required. string - Csv
No Sup Value This property is required. string - Csv
Null Value This property is required. string - Csv
Row Delimiter This property is required. string - Data
Format This property is required. string - Data
Page Size This property is required. int - Date
Partition Delimiter This property is required. string - Date
Partition Enabled This property is required. bool - Date
Partition Sequence This property is required. string - Dict
Page Size Limit This property is required. int - Enable
Statistics This property is required. bool - Encoding
Type This property is required. string - Encryption
Mode This property is required. string - External
Table Definition This property is required. string - Glue
Catalog Generation This property is required. bool - Ignore
Header Rows This property is required. int - Ignore
Headers Row This property is required. int - Include
Op For Full Load This property is required. bool - Max
File Size This property is required. int - Parquet
Timestamp In Millisecond This property is required. bool - Parquet
Version This property is required. string - Preserve
Transactions This property is required. bool - Rfc4180
This property is required. bool - Row
Group Length This property is required. int - Server
Side Encryption Kms Key Id This property is required. string - Service
Access Role Arn This property is required. string - Timestamp
Column Name This property is required. string - Use
Csv No Sup Value This property is required. bool - Use
Task Start Time For Full Load Timestamp This property is required. bool
- Add
Column Name This property is required. bool - Bucket
Folder This property is required. string - Bucket
Name This property is required. string - Canned
Acl For Objects This property is required. string - Cdc
Inserts And Updates This property is required. bool - Cdc
Inserts Only This property is required. bool - Cdc
Max Batch Interval This property is required. int - Cdc
Min File Size This property is required. int - Cdc
Path This property is required. string - Compression
Type This property is required. string - Csv
Delimiter This property is required. string - Csv
No Sup Value This property is required. string - Csv
Null Value This property is required. string - Csv
Row Delimiter This property is required. string - Data
Format This property is required. string - Data
Page Size This property is required. int - Date
Partition Delimiter This property is required. string - Date
Partition Enabled This property is required. bool - Date
Partition Sequence This property is required. string - Dict
Page Size Limit This property is required. int - Enable
Statistics This property is required. bool - Encoding
Type This property is required. string - Encryption
Mode This property is required. string - External
Table Definition This property is required. string - Glue
Catalog Generation This property is required. bool - Ignore
Header Rows This property is required. int - Ignore
Headers Row This property is required. int - Include
Op For Full Load This property is required. bool - Max
File Size This property is required. int - Parquet
Timestamp In Millisecond This property is required. bool - Parquet
Version This property is required. string - Preserve
Transactions This property is required. bool - Rfc4180
This property is required. bool - Row
Group Length This property is required. int - Server
Side Encryption Kms Key Id This property is required. string - Service
Access Role Arn This property is required. string - Timestamp
Column Name This property is required. string - Use
Csv No Sup Value This property is required. bool - Use
Task Start Time For Full Load Timestamp This property is required. bool
- add
Column Name This property is required. Boolean - bucket
Folder This property is required. String - bucket
Name This property is required. String - canned
Acl For Objects This property is required. String - cdc
Inserts And Updates This property is required. Boolean - cdc
Inserts Only This property is required. Boolean - cdc
Max Batch Interval This property is required. Integer - cdc
Min File Size This property is required. Integer - cdc
Path This property is required. String - compression
Type This property is required. String - csv
Delimiter This property is required. String - csv
No Sup Value This property is required. String - csv
Null Value This property is required. String - csv
Row Delimiter This property is required. String - data
Format This property is required. String - data
Page Size This property is required. Integer - date
Partition Delimiter This property is required. String - date
Partition Enabled This property is required. Boolean - date
Partition Sequence This property is required. String - dict
Page Size Limit This property is required. Integer - enable
Statistics This property is required. Boolean - encoding
Type This property is required. String - encryption
Mode This property is required. String - external
Table Definition This property is required. String - glue
Catalog Generation This property is required. Boolean - ignore
Header Rows This property is required. Integer - ignore
Headers Row This property is required. Integer - include
Op For Full Load This property is required. Boolean - max
File Size This property is required. Integer - parquet
Timestamp In Millisecond This property is required. Boolean - parquet
Version This property is required. String - preserve
Transactions This property is required. Boolean - rfc4180
This property is required. Boolean - row
Group Length This property is required. Integer - server
Side Encryption Kms Key Id This property is required. String - service
Access Role Arn This property is required. String - timestamp
Column Name This property is required. String - use
Csv No Sup Value This property is required. Boolean - use
Task Start Time For Full Load Timestamp This property is required. Boolean
- add
Column Name This property is required. boolean - bucket
Folder This property is required. string - bucket
Name This property is required. string - canned
Acl For Objects This property is required. string - cdc
Inserts And Updates This property is required. boolean - cdc
Inserts Only This property is required. boolean - cdc
Max Batch Interval This property is required. number - cdc
Min File Size This property is required. number - cdc
Path This property is required. string - compression
Type This property is required. string - csv
Delimiter This property is required. string - csv
No Sup Value This property is required. string - csv
Null Value This property is required. string - csv
Row Delimiter This property is required. string - data
Format This property is required. string - data
Page Size This property is required. number - date
Partition Delimiter This property is required. string - date
Partition Enabled This property is required. boolean - date
Partition Sequence This property is required. string - dict
Page Size Limit This property is required. number - enable
Statistics This property is required. boolean - encoding
Type This property is required. string - encryption
Mode This property is required. string - external
Table Definition This property is required. string - glue
Catalog Generation This property is required. boolean - ignore
Header Rows This property is required. number - ignore
Headers Row This property is required. number - include
Op For Full Load This property is required. boolean - max
File Size This property is required. number - parquet
Timestamp In Millisecond This property is required. boolean - parquet
Version This property is required. string - preserve
Transactions This property is required. boolean - rfc4180
This property is required. boolean - row
Group Length This property is required. number - server
Side Encryption Kms Key Id This property is required. string - service
Access Role Arn This property is required. string - timestamp
Column Name This property is required. string - use
Csv No Sup Value This property is required. boolean - use
Task Start Time For Full Load Timestamp This property is required. boolean
- add_
column_ name This property is required. bool - bucket_
folder This property is required. str - bucket_
name This property is required. str - canned_
acl_ for_ objects This property is required. str - cdc_
inserts_ and_ updates This property is required. bool - cdc_
inserts_ only This property is required. bool - cdc_
max_ batch_ interval This property is required. int - cdc_
min_ file_ size This property is required. int - cdc_
path This property is required. str - compression_
type This property is required. str - csv_
delimiter This property is required. str - csv_
no_ sup_ value This property is required. str - csv_
null_ value This property is required. str - csv_
row_ delimiter This property is required. str - data_
format This property is required. str - data_
page_ size This property is required. int - date_
partition_ delimiter This property is required. str - date_
partition_ enabled This property is required. bool - date_
partition_ sequence This property is required. str - dict_
page_ size_ limit This property is required. int - enable_
statistics This property is required. bool - encoding_
type This property is required. str - encryption_
mode This property is required. str - external_
table_ definition This property is required. str - glue_
catalog_ generation This property is required. bool - ignore_
header_ rows This property is required. int - ignore_
headers_ row This property is required. int - include_
op_ for_ full_ load This property is required. bool - max_
file_ size This property is required. int - parquet_
timestamp_ in_ millisecond This property is required. bool - parquet_
version This property is required. str - preserve_
transactions This property is required. bool - rfc4180
This property is required. bool - row_
group_ length This property is required. int - server_
side_ encryption_ kms_ key_ id This property is required. str - service_
access_ role_ arn This property is required. str - timestamp_
column_ name This property is required. str - use_
csv_ no_ sup_ value This property is required. bool - use_
task_ start_ time_ for_ full_ load_ timestamp This property is required. bool
- add
Column Name This property is required. Boolean - bucket
Folder This property is required. String - bucket
Name This property is required. String - canned
Acl For Objects This property is required. String - cdc
Inserts And Updates This property is required. Boolean - cdc
Inserts Only This property is required. Boolean - cdc
Max Batch Interval This property is required. Number - cdc
Min File Size This property is required. Number - cdc
Path This property is required. String - compression
Type This property is required. String - csv
Delimiter This property is required. String - csv
No Sup Value This property is required. String - csv
Null Value This property is required. String - csv
Row Delimiter This property is required. String - data
Format This property is required. String - data
Page Size This property is required. Number - date
Partition Delimiter This property is required. String - date
Partition Enabled This property is required. Boolean - date
Partition Sequence This property is required. String - dict
Page Size Limit This property is required. Number - enable
Statistics This property is required. Boolean - encoding
Type This property is required. String - encryption
Mode This property is required. String - external
Table Definition This property is required. String - glue
Catalog Generation This property is required. Boolean - ignore
Header Rows This property is required. Number - ignore
Headers Row This property is required. Number - include
Op For Full Load This property is required. Boolean - max
File Size This property is required. Number - parquet
Timestamp In Millisecond This property is required. Boolean - parquet
Version This property is required. String - preserve
Transactions This property is required. Boolean - rfc4180
This property is required. Boolean - row
Group Length This property is required. Number - server
Side Encryption Kms Key Id This property is required. String - service
Access Role Arn This property is required. String - timestamp
Column Name This property is required. String - use
Csv No Sup Value This property is required. Boolean - use
Task Start Time For Full Load Timestamp This property is required. Boolean
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.