Skip to content

Latest commit

 

History

History
3349 lines (2138 loc) · 141 KB

dmsS3Endpoint.go.md

File metadata and controls

3349 lines (2138 loc) · 141 KB

dmsS3Endpoint Submodule

Constructs

DmsS3Endpoint

Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint aws_dms_s3_endpoint}.

Initializers

import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/dmss3endpoint"

dmss3endpoint.NewDmsS3Endpoint(scope Construct, id *string, config DmsS3EndpointConfig) DmsS3Endpoint
Name Type Description
scope github.com/aws/constructs-go/constructs/v10.Construct The scope in which to define this construct.
id *string The scoped construct ID.
config DmsS3EndpointConfig No description.

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.Construct

The scope in which to define this construct.


idRequired
  • Type: *string

The scoped construct ID.

Must be unique amongst siblings in the same scope


configRequired

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform No description.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
AddMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
HasResourceMove No description.
ImportFrom No description.
InterpolationForAttribute No description.
MoveFromId Move the resource corresponding to "id" to this resource.
MoveTo Moves this resource to the target resource given by moveTarget.
MoveToId Moves this resource to the resource corresponding to "id".
PutTimeouts No description.
ResetAddColumnName No description.
ResetAddTrailingPaddingCharacter No description.
ResetBucketFolder No description.
ResetCannedAclForObjects No description.
ResetCdcInsertsAndUpdates No description.
ResetCdcInsertsOnly No description.
ResetCdcMaxBatchInterval No description.
ResetCdcMinFileSize No description.
ResetCdcPath No description.
ResetCertificateArn No description.
ResetCompressionType No description.
ResetCsvDelimiter No description.
ResetCsvNoSupValue No description.
ResetCsvNullValue No description.
ResetCsvRowDelimiter No description.
ResetDataFormat No description.
ResetDataPageSize No description.
ResetDatePartitionDelimiter No description.
ResetDatePartitionEnabled No description.
ResetDatePartitionSequence No description.
ResetDatePartitionTimezone No description.
ResetDetachTargetOnLobLookupFailureParquet No description.
ResetDictPageSizeLimit No description.
ResetEnableStatistics No description.
ResetEncodingType No description.
ResetEncryptionMode No description.
ResetExpectedBucketOwner No description.
ResetExternalTableDefinition No description.
ResetGlueCatalogGeneration No description.
ResetId No description.
ResetIgnoreHeaderRows No description.
ResetIncludeOpForFullLoad No description.
ResetKmsKeyArn No description.
ResetMaxFileSize No description.
ResetParquetTimestampInMillisecond No description.
ResetParquetVersion No description.
ResetPreserveTransactions No description.
ResetRfc4180 No description.
ResetRowGroupLength No description.
ResetServerSideEncryptionKmsKeyId No description.
ResetSslMode No description.
ResetTags No description.
ResetTagsAll No description.
ResetTimeouts No description.
ResetTimestampColumnName No description.
ResetUseCsvNoSupValue No description.
ResetUseTaskStartTimeForFullLoadTimestamp No description.

ToString
func ToString() *string

Returns a string representation of this construct.

AddOverride
func AddOverride(path *string, value interface{})
pathRequired
  • Type: *string

valueRequired
  • Type: interface{}

OverrideLogicalId
func OverrideLogicalId(newLogicalId *string)

Overrides the auto-generated logical ID with a specific ID.

newLogicalIdRequired
  • Type: *string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
func ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
func ToHclTerraform() interface{}
ToMetadata
func ToMetadata() interface{}
ToTerraform
func ToTerraform() interface{}

Adds this resource to the terraform JSON output.

AddMoveTarget
func AddMoveTarget(moveTarget *string)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

moveTargetRequired
  • Type: *string

The string move target that will correspond to this resource.


GetAnyMapAttribute
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
terraformAttributeRequired
  • Type: *string

GetBooleanAttribute
func GetBooleanAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

GetBooleanMapAttribute
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
terraformAttributeRequired
  • Type: *string

GetListAttribute
func GetListAttribute(terraformAttribute *string) *[]*string
terraformAttributeRequired
  • Type: *string

GetNumberAttribute
func GetNumberAttribute(terraformAttribute *string) *f64
terraformAttributeRequired
  • Type: *string

GetNumberListAttribute
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
terraformAttributeRequired
  • Type: *string

GetNumberMapAttribute
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
terraformAttributeRequired
  • Type: *string

GetStringAttribute
func GetStringAttribute(terraformAttribute *string) *string
terraformAttributeRequired
  • Type: *string

GetStringMapAttribute
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
terraformAttributeRequired
  • Type: *string

HasResourceMove
func HasResourceMove() interface{}
ImportFrom
func ImportFrom(id *string, provider TerraformProvider)
idRequired
  • Type: *string

providerOptional
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

InterpolationForAttribute
func InterpolationForAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

MoveFromId
func MoveFromId(id *string)

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

idRequired
  • Type: *string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
func MoveTo(moveTarget *string, index interface{})

Moves this resource to the target resource given by moveTarget.

moveTargetRequired
  • Type: *string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


indexOptional
  • Type: interface{}

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
func MoveToId(id *string)

Moves this resource to the resource corresponding to "id".

idRequired
  • Type: *string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


PutTimeouts
func PutTimeouts(value DmsS3EndpointTimeouts)
valueRequired

ResetAddColumnName
func ResetAddColumnName()
ResetAddTrailingPaddingCharacter
func ResetAddTrailingPaddingCharacter()
ResetBucketFolder
func ResetBucketFolder()
ResetCannedAclForObjects
func ResetCannedAclForObjects()
ResetCdcInsertsAndUpdates
func ResetCdcInsertsAndUpdates()
ResetCdcInsertsOnly
func ResetCdcInsertsOnly()
ResetCdcMaxBatchInterval
func ResetCdcMaxBatchInterval()
ResetCdcMinFileSize
func ResetCdcMinFileSize()
ResetCdcPath
func ResetCdcPath()
ResetCertificateArn
func ResetCertificateArn()
ResetCompressionType
func ResetCompressionType()
ResetCsvDelimiter
func ResetCsvDelimiter()
ResetCsvNoSupValue
func ResetCsvNoSupValue()
ResetCsvNullValue
func ResetCsvNullValue()
ResetCsvRowDelimiter
func ResetCsvRowDelimiter()
ResetDataFormat
func ResetDataFormat()
ResetDataPageSize
func ResetDataPageSize()
ResetDatePartitionDelimiter
func ResetDatePartitionDelimiter()
ResetDatePartitionEnabled
func ResetDatePartitionEnabled()
ResetDatePartitionSequence
func ResetDatePartitionSequence()
ResetDatePartitionTimezone
func ResetDatePartitionTimezone()
ResetDetachTargetOnLobLookupFailureParquet
func ResetDetachTargetOnLobLookupFailureParquet()
ResetDictPageSizeLimit
func ResetDictPageSizeLimit()
ResetEnableStatistics
func ResetEnableStatistics()
ResetEncodingType
func ResetEncodingType()
ResetEncryptionMode
func ResetEncryptionMode()
ResetExpectedBucketOwner
func ResetExpectedBucketOwner()
ResetExternalTableDefinition
func ResetExternalTableDefinition()
ResetGlueCatalogGeneration
func ResetGlueCatalogGeneration()
ResetId
func ResetId()
ResetIgnoreHeaderRows
func ResetIgnoreHeaderRows()
ResetIncludeOpForFullLoad
func ResetIncludeOpForFullLoad()
ResetKmsKeyArn
func ResetKmsKeyArn()
ResetMaxFileSize
func ResetMaxFileSize()
ResetParquetTimestampInMillisecond
func ResetParquetTimestampInMillisecond()
ResetParquetVersion
func ResetParquetVersion()
ResetPreserveTransactions
func ResetPreserveTransactions()
ResetRfc4180
func ResetRfc4180()
ResetRowGroupLength
func ResetRowGroupLength()
ResetServerSideEncryptionKmsKeyId
func ResetServerSideEncryptionKmsKeyId()
ResetSslMode
func ResetSslMode()
ResetTags
func ResetTags()
ResetTagsAll
func ResetTagsAll()
ResetTimeouts
func ResetTimeouts()
ResetTimestampColumnName
func ResetTimestampColumnName()
ResetUseCsvNoSupValue
func ResetUseCsvNoSupValue()
ResetUseTaskStartTimeForFullLoadTimestamp
func ResetUseTaskStartTimeForFullLoadTimestamp()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a DmsS3Endpoint resource upon running "cdktf plan ".

IsConstruct
import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/dmss3endpoint"

dmss3endpoint.DmsS3Endpoint_IsConstruct(x interface{}) *bool

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

xRequired
  • Type: interface{}

Any object.


IsTerraformElement
import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/dmss3endpoint"

dmss3endpoint.DmsS3Endpoint_IsTerraformElement(x interface{}) *bool
xRequired
  • Type: interface{}

IsTerraformResource
import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/dmss3endpoint"

dmss3endpoint.DmsS3Endpoint_IsTerraformResource(x interface{}) *bool
xRequired
  • Type: interface{}

GenerateConfigForImport
import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/dmss3endpoint"

dmss3endpoint.DmsS3Endpoint_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource

Generates CDKTF code for importing a DmsS3Endpoint resource upon running "cdktf plan ".

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.Construct

The scope in which to define this construct.


importToIdRequired
  • Type: *string

The construct id used in the generated config for the DmsS3Endpoint to import.


importFromIdRequired
  • Type: *string

The id of the existing DmsS3Endpoint that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#import import section} in the documentation of this resource for the id to use


providerOptional
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

? Optional instance of the provider where the DmsS3Endpoint to import is found.


Properties

Name Type Description
Node github.com/aws/constructs-go/constructs/v10.Node The tree node.
CdktfStack github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack No description.
Fqn *string No description.
FriendlyUniqueId *string No description.
TerraformMetaArguments *map[string]interface{} No description.
TerraformResourceType *string No description.
TerraformGeneratorMetadata github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata No description.
Connection interface{} No description.
Count interface{} No description.
DependsOn *[]*string No description.
ForEach github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator No description.
Lifecycle github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle No description.
Provider github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider No description.
Provisioners *[]interface{} No description.
EndpointArn *string No description.
EngineDisplayName *string No description.
ExternalId *string No description.
Status *string No description.
Timeouts DmsS3EndpointTimeoutsOutputReference No description.
AddColumnNameInput interface{} No description.
AddTrailingPaddingCharacterInput interface{} No description.
BucketFolderInput *string No description.
BucketNameInput *string No description.
CannedAclForObjectsInput *string No description.
CdcInsertsAndUpdatesInput interface{} No description.
CdcInsertsOnlyInput interface{} No description.
CdcMaxBatchIntervalInput *f64 No description.
CdcMinFileSizeInput *f64 No description.
CdcPathInput *string No description.
CertificateArnInput *string No description.
CompressionTypeInput *string No description.
CsvDelimiterInput *string No description.
CsvNoSupValueInput *string No description.
CsvNullValueInput *string No description.
CsvRowDelimiterInput *string No description.
DataFormatInput *string No description.
DataPageSizeInput *f64 No description.
DatePartitionDelimiterInput *string No description.
DatePartitionEnabledInput interface{} No description.
DatePartitionSequenceInput *string No description.
DatePartitionTimezoneInput *string No description.
DetachTargetOnLobLookupFailureParquetInput interface{} No description.
DictPageSizeLimitInput *f64 No description.
EnableStatisticsInput interface{} No description.
EncodingTypeInput *string No description.
EncryptionModeInput *string No description.
EndpointIdInput *string No description.
EndpointTypeInput *string No description.
ExpectedBucketOwnerInput *string No description.
ExternalTableDefinitionInput *string No description.
GlueCatalogGenerationInput interface{} No description.
IdInput *string No description.
IgnoreHeaderRowsInput *f64 No description.
IncludeOpForFullLoadInput interface{} No description.
KmsKeyArnInput *string No description.
MaxFileSizeInput *f64 No description.
ParquetTimestampInMillisecondInput interface{} No description.
ParquetVersionInput *string No description.
PreserveTransactionsInput interface{} No description.
Rfc4180Input interface{} No description.
RowGroupLengthInput *f64 No description.
ServerSideEncryptionKmsKeyIdInput *string No description.
ServiceAccessRoleArnInput *string No description.
SslModeInput *string No description.
TagsAllInput *map[string]*string No description.
TagsInput *map[string]*string No description.
TimeoutsInput interface{} No description.
TimestampColumnNameInput *string No description.
UseCsvNoSupValueInput interface{} No description.
UseTaskStartTimeForFullLoadTimestampInput interface{} No description.
AddColumnName interface{} No description.
AddTrailingPaddingCharacter interface{} No description.
BucketFolder *string No description.
BucketName *string No description.
CannedAclForObjects *string No description.
CdcInsertsAndUpdates interface{} No description.
CdcInsertsOnly interface{} No description.
CdcMaxBatchInterval *f64 No description.
CdcMinFileSize *f64 No description.
CdcPath *string No description.
CertificateArn *string No description.
CompressionType *string No description.
CsvDelimiter *string No description.
CsvNoSupValue *string No description.
CsvNullValue *string No description.
CsvRowDelimiter *string No description.
DataFormat *string No description.
DataPageSize *f64 No description.
DatePartitionDelimiter *string No description.
DatePartitionEnabled interface{} No description.
DatePartitionSequence *string No description.
DatePartitionTimezone *string No description.
DetachTargetOnLobLookupFailureParquet interface{} No description.
DictPageSizeLimit *f64 No description.
EnableStatistics interface{} No description.
EncodingType *string No description.
EncryptionMode *string No description.
EndpointId *string No description.
EndpointType *string No description.
ExpectedBucketOwner *string No description.
ExternalTableDefinition *string No description.
GlueCatalogGeneration interface{} No description.
Id *string No description.
IgnoreHeaderRows *f64 No description.
IncludeOpForFullLoad interface{} No description.
KmsKeyArn *string No description.
MaxFileSize *f64 No description.
ParquetTimestampInMillisecond interface{} No description.
ParquetVersion *string No description.
PreserveTransactions interface{} No description.
Rfc4180 interface{} No description.
RowGroupLength *f64 No description.
ServerSideEncryptionKmsKeyId *string No description.
ServiceAccessRoleArn *string No description.
SslMode *string No description.
Tags *map[string]*string No description.
TagsAll *map[string]*string No description.
TimestampColumnName *string No description.
UseCsvNoSupValue interface{} No description.
UseTaskStartTimeForFullLoadTimestamp interface{} No description.

NodeRequired
func Node() Node
  • Type: github.com/aws/constructs-go/constructs/v10.Node

The tree node.


CdktfStackRequired
func CdktfStack() TerraformStack
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack

FqnRequired
func Fqn() *string
  • Type: *string

FriendlyUniqueIdRequired
func FriendlyUniqueId() *string
  • Type: *string

TerraformMetaArgumentsRequired
func TerraformMetaArguments() *map[string]interface{}
  • Type: *map[string]interface{}

TerraformResourceTypeRequired
func TerraformResourceType() *string
  • Type: *string

TerraformGeneratorMetadataOptional
func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
func Connection() interface{}
  • Type: interface{}

CountOptional
func Count() interface{}
  • Type: interface{}

DependsOnOptional
func DependsOn() *[]*string
  • Type: *[]*string

ForEachOptional
func ForEach() ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
func Lifecycle() TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
func Provider() TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

ProvisionersOptional
func Provisioners() *[]interface{}
  • Type: *[]interface{}

EndpointArnRequired
func EndpointArn() *string
  • Type: *string

EngineDisplayNameRequired
func EngineDisplayName() *string
  • Type: *string

ExternalIdRequired
func ExternalId() *string
  • Type: *string

StatusRequired
func Status() *string
  • Type: *string

TimeoutsRequired
func Timeouts() DmsS3EndpointTimeoutsOutputReference

AddColumnNameInputOptional
func AddColumnNameInput() interface{}
  • Type: interface{}

AddTrailingPaddingCharacterInputOptional
func AddTrailingPaddingCharacterInput() interface{}
  • Type: interface{}

BucketFolderInputOptional
func BucketFolderInput() *string
  • Type: *string

BucketNameInputOptional
func BucketNameInput() *string
  • Type: *string

CannedAclForObjectsInputOptional
func CannedAclForObjectsInput() *string
  • Type: *string

CdcInsertsAndUpdatesInputOptional
func CdcInsertsAndUpdatesInput() interface{}
  • Type: interface{}

CdcInsertsOnlyInputOptional
func CdcInsertsOnlyInput() interface{}
  • Type: interface{}

CdcMaxBatchIntervalInputOptional
func CdcMaxBatchIntervalInput() *f64
  • Type: *f64

CdcMinFileSizeInputOptional
func CdcMinFileSizeInput() *f64
  • Type: *f64

CdcPathInputOptional
func CdcPathInput() *string
  • Type: *string

CertificateArnInputOptional
func CertificateArnInput() *string
  • Type: *string

CompressionTypeInputOptional
func CompressionTypeInput() *string
  • Type: *string

CsvDelimiterInputOptional
func CsvDelimiterInput() *string
  • Type: *string

CsvNoSupValueInputOptional
func CsvNoSupValueInput() *string
  • Type: *string

CsvNullValueInputOptional
func CsvNullValueInput() *string
  • Type: *string

CsvRowDelimiterInputOptional
func CsvRowDelimiterInput() *string
  • Type: *string

DataFormatInputOptional
func DataFormatInput() *string
  • Type: *string

DataPageSizeInputOptional
func DataPageSizeInput() *f64
  • Type: *f64

DatePartitionDelimiterInputOptional
func DatePartitionDelimiterInput() *string
  • Type: *string

DatePartitionEnabledInputOptional
func DatePartitionEnabledInput() interface{}
  • Type: interface{}

DatePartitionSequenceInputOptional
func DatePartitionSequenceInput() *string
  • Type: *string

DatePartitionTimezoneInputOptional
func DatePartitionTimezoneInput() *string
  • Type: *string

DetachTargetOnLobLookupFailureParquetInputOptional
func DetachTargetOnLobLookupFailureParquetInput() interface{}
  • Type: interface{}

DictPageSizeLimitInputOptional
func DictPageSizeLimitInput() *f64
  • Type: *f64

EnableStatisticsInputOptional
func EnableStatisticsInput() interface{}
  • Type: interface{}

EncodingTypeInputOptional
func EncodingTypeInput() *string
  • Type: *string

EncryptionModeInputOptional
func EncryptionModeInput() *string
  • Type: *string

EndpointIdInputOptional
func EndpointIdInput() *string
  • Type: *string

EndpointTypeInputOptional
func EndpointTypeInput() *string
  • Type: *string

ExpectedBucketOwnerInputOptional
func ExpectedBucketOwnerInput() *string
  • Type: *string

ExternalTableDefinitionInputOptional
func ExternalTableDefinitionInput() *string
  • Type: *string

GlueCatalogGenerationInputOptional
func GlueCatalogGenerationInput() interface{}
  • Type: interface{}

IdInputOptional
func IdInput() *string
  • Type: *string

IgnoreHeaderRowsInputOptional
func IgnoreHeaderRowsInput() *f64
  • Type: *f64

IncludeOpForFullLoadInputOptional
func IncludeOpForFullLoadInput() interface{}
  • Type: interface{}

KmsKeyArnInputOptional
func KmsKeyArnInput() *string
  • Type: *string

MaxFileSizeInputOptional
func MaxFileSizeInput() *f64
  • Type: *f64

ParquetTimestampInMillisecondInputOptional
func ParquetTimestampInMillisecondInput() interface{}
  • Type: interface{}

ParquetVersionInputOptional
func ParquetVersionInput() *string
  • Type: *string

PreserveTransactionsInputOptional
func PreserveTransactionsInput() interface{}
  • Type: interface{}

Rfc4180InputOptional
func Rfc4180Input() interface{}
  • Type: interface{}

RowGroupLengthInputOptional
func RowGroupLengthInput() *f64
  • Type: *f64

ServerSideEncryptionKmsKeyIdInputOptional
func ServerSideEncryptionKmsKeyIdInput() *string
  • Type: *string

ServiceAccessRoleArnInputOptional
func ServiceAccessRoleArnInput() *string
  • Type: *string

SslModeInputOptional
func SslModeInput() *string
  • Type: *string

TagsAllInputOptional
func TagsAllInput() *map[string]*string
  • Type: *map[string]*string

TagsInputOptional
func TagsInput() *map[string]*string
  • Type: *map[string]*string

TimeoutsInputOptional
func TimeoutsInput() interface{}
  • Type: interface{}

TimestampColumnNameInputOptional
func TimestampColumnNameInput() *string
  • Type: *string

UseCsvNoSupValueInputOptional
func UseCsvNoSupValueInput() interface{}
  • Type: interface{}

UseTaskStartTimeForFullLoadTimestampInputOptional
func UseTaskStartTimeForFullLoadTimestampInput() interface{}
  • Type: interface{}

AddColumnNameRequired
func AddColumnName() interface{}
  • Type: interface{}

AddTrailingPaddingCharacterRequired
func AddTrailingPaddingCharacter() interface{}
  • Type: interface{}

BucketFolderRequired
func BucketFolder() *string
  • Type: *string

BucketNameRequired
func BucketName() *string
  • Type: *string

CannedAclForObjectsRequired
func CannedAclForObjects() *string
  • Type: *string

CdcInsertsAndUpdatesRequired
func CdcInsertsAndUpdates() interface{}
  • Type: interface{}

CdcInsertsOnlyRequired
func CdcInsertsOnly() interface{}
  • Type: interface{}

CdcMaxBatchIntervalRequired
func CdcMaxBatchInterval() *f64
  • Type: *f64

CdcMinFileSizeRequired
func CdcMinFileSize() *f64
  • Type: *f64

CdcPathRequired
func CdcPath() *string
  • Type: *string

CertificateArnRequired
func CertificateArn() *string
  • Type: *string

CompressionTypeRequired
func CompressionType() *string
  • Type: *string

CsvDelimiterRequired
func CsvDelimiter() *string
  • Type: *string

CsvNoSupValueRequired
func CsvNoSupValue() *string
  • Type: *string

CsvNullValueRequired
func CsvNullValue() *string
  • Type: *string

CsvRowDelimiterRequired
func CsvRowDelimiter() *string
  • Type: *string

DataFormatRequired
func DataFormat() *string
  • Type: *string

DataPageSizeRequired
func DataPageSize() *f64
  • Type: *f64

DatePartitionDelimiterRequired
func DatePartitionDelimiter() *string
  • Type: *string

DatePartitionEnabledRequired
func DatePartitionEnabled() interface{}
  • Type: interface{}

DatePartitionSequenceRequired
func DatePartitionSequence() *string
  • Type: *string

DatePartitionTimezoneRequired
func DatePartitionTimezone() *string
  • Type: *string

DetachTargetOnLobLookupFailureParquetRequired
func DetachTargetOnLobLookupFailureParquet() interface{}
  • Type: interface{}

DictPageSizeLimitRequired
func DictPageSizeLimit() *f64
  • Type: *f64

EnableStatisticsRequired
func EnableStatistics() interface{}
  • Type: interface{}

EncodingTypeRequired
func EncodingType() *string
  • Type: *string

EncryptionModeRequired
func EncryptionMode() *string
  • Type: *string

EndpointIdRequired
func EndpointId() *string
  • Type: *string

EndpointTypeRequired
func EndpointType() *string
  • Type: *string

ExpectedBucketOwnerRequired
func ExpectedBucketOwner() *string
  • Type: *string

ExternalTableDefinitionRequired
func ExternalTableDefinition() *string
  • Type: *string

GlueCatalogGenerationRequired
func GlueCatalogGeneration() interface{}
  • Type: interface{}

IdRequired
func Id() *string
  • Type: *string

IgnoreHeaderRowsRequired
func IgnoreHeaderRows() *f64
  • Type: *f64

IncludeOpForFullLoadRequired
func IncludeOpForFullLoad() interface{}
  • Type: interface{}

KmsKeyArnRequired
func KmsKeyArn() *string
  • Type: *string

MaxFileSizeRequired
func MaxFileSize() *f64
  • Type: *f64

ParquetTimestampInMillisecondRequired
func ParquetTimestampInMillisecond() interface{}
  • Type: interface{}

ParquetVersionRequired
func ParquetVersion() *string
  • Type: *string

PreserveTransactionsRequired
func PreserveTransactions() interface{}
  • Type: interface{}

Rfc4180Required
func Rfc4180() interface{}
  • Type: interface{}

RowGroupLengthRequired
func RowGroupLength() *f64
  • Type: *f64

ServerSideEncryptionKmsKeyIdRequired
func ServerSideEncryptionKmsKeyId() *string
  • Type: *string

ServiceAccessRoleArnRequired
func ServiceAccessRoleArn() *string
  • Type: *string

SslModeRequired
func SslMode() *string
  • Type: *string

TagsRequired
func Tags() *map[string]*string
  • Type: *map[string]*string

TagsAllRequired
func TagsAll() *map[string]*string
  • Type: *map[string]*string

TimestampColumnNameRequired
func TimestampColumnName() *string
  • Type: *string

UseCsvNoSupValueRequired
func UseCsvNoSupValue() interface{}
  • Type: interface{}

UseTaskStartTimeForFullLoadTimestampRequired
func UseTaskStartTimeForFullLoadTimestamp() interface{}
  • Type: interface{}

Constants

Name Type Description
TfResourceType *string No description.

TfResourceTypeRequired
func TfResourceType() *string
  • Type: *string

Structs

DmsS3EndpointConfig

Initializer

import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/dmss3endpoint"

&dmss3endpoint.DmsS3EndpointConfig {
	Connection: interface{},
	Count: interface{},
	DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
	ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
	Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
	Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
	Provisioners: *[]interface{},
	BucketName: *string,
	EndpointId: *string,
	EndpointType: *string,
	ServiceAccessRoleArn: *string,
	AddColumnName: interface{},
	AddTrailingPaddingCharacter: interface{},
	BucketFolder: *string,
	CannedAclForObjects: *string,
	CdcInsertsAndUpdates: interface{},
	CdcInsertsOnly: interface{},
	CdcMaxBatchInterval: *f64,
	CdcMinFileSize: *f64,
	CdcPath: *string,
	CertificateArn: *string,
	CompressionType: *string,
	CsvDelimiter: *string,
	CsvNoSupValue: *string,
	CsvNullValue: *string,
	CsvRowDelimiter: *string,
	DataFormat: *string,
	DataPageSize: *f64,
	DatePartitionDelimiter: *string,
	DatePartitionEnabled: interface{},
	DatePartitionSequence: *string,
	DatePartitionTimezone: *string,
	DetachTargetOnLobLookupFailureParquet: interface{},
	DictPageSizeLimit: *f64,
	EnableStatistics: interface{},
	EncodingType: *string,
	EncryptionMode: *string,
	ExpectedBucketOwner: *string,
	ExternalTableDefinition: *string,
	GlueCatalogGeneration: interface{},
	Id: *string,
	IgnoreHeaderRows: *f64,
	IncludeOpForFullLoad: interface{},
	KmsKeyArn: *string,
	MaxFileSize: *f64,
	ParquetTimestampInMillisecond: interface{},
	ParquetVersion: *string,
	PreserveTransactions: interface{},
	Rfc4180: interface{},
	RowGroupLength: *f64,
	ServerSideEncryptionKmsKeyId: *string,
	SslMode: *string,
	Tags: *map[string]*string,
	TagsAll: *map[string]*string,
	Timeouts: github.com/cdktf/cdktf-provider-aws-go/aws/v19.dmsS3Endpoint.DmsS3EndpointTimeouts,
	TimestampColumnName: *string,
	UseCsvNoSupValue: interface{},
	UseTaskStartTimeForFullLoadTimestamp: interface{},
}

Properties

Name Type Description
Connection interface{} No description.
Count interface{} No description.
DependsOn *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable No description.
ForEach github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator No description.
Lifecycle github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle No description.
Provider github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider No description.
Provisioners *[]interface{} No description.
BucketName *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#bucket_name DmsS3Endpoint#bucket_name}.
EndpointId *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#endpoint_id DmsS3Endpoint#endpoint_id}.
EndpointType *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#endpoint_type DmsS3Endpoint#endpoint_type}.
ServiceAccessRoleArn *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#service_access_role_arn DmsS3Endpoint#service_access_role_arn}.
AddColumnName interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#add_column_name DmsS3Endpoint#add_column_name}.
AddTrailingPaddingCharacter interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#add_trailing_padding_character DmsS3Endpoint#add_trailing_padding_character}.
BucketFolder *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#bucket_folder DmsS3Endpoint#bucket_folder}.
CannedAclForObjects *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#canned_acl_for_objects DmsS3Endpoint#canned_acl_for_objects}.
CdcInsertsAndUpdates interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#cdc_inserts_and_updates DmsS3Endpoint#cdc_inserts_and_updates}.
CdcInsertsOnly interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#cdc_inserts_only DmsS3Endpoint#cdc_inserts_only}.
CdcMaxBatchInterval *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#cdc_max_batch_interval DmsS3Endpoint#cdc_max_batch_interval}.
CdcMinFileSize *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#cdc_min_file_size DmsS3Endpoint#cdc_min_file_size}.
CdcPath *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#cdc_path DmsS3Endpoint#cdc_path}.
CertificateArn *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#certificate_arn DmsS3Endpoint#certificate_arn}.
CompressionType *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#compression_type DmsS3Endpoint#compression_type}.
CsvDelimiter *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#csv_delimiter DmsS3Endpoint#csv_delimiter}.
CsvNoSupValue *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#csv_no_sup_value DmsS3Endpoint#csv_no_sup_value}.
CsvNullValue *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#csv_null_value DmsS3Endpoint#csv_null_value}.
CsvRowDelimiter *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#csv_row_delimiter DmsS3Endpoint#csv_row_delimiter}.
DataFormat *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#data_format DmsS3Endpoint#data_format}.
DataPageSize *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#data_page_size DmsS3Endpoint#data_page_size}.
DatePartitionDelimiter *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#date_partition_delimiter DmsS3Endpoint#date_partition_delimiter}.
DatePartitionEnabled interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#date_partition_enabled DmsS3Endpoint#date_partition_enabled}.
DatePartitionSequence *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#date_partition_sequence DmsS3Endpoint#date_partition_sequence}.
DatePartitionTimezone *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#date_partition_timezone DmsS3Endpoint#date_partition_timezone}.
DetachTargetOnLobLookupFailureParquet interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#detach_target_on_lob_lookup_failure_parquet DmsS3Endpoint#detach_target_on_lob_lookup_failure_parquet}.
DictPageSizeLimit *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#dict_page_size_limit DmsS3Endpoint#dict_page_size_limit}.
EnableStatistics interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#enable_statistics DmsS3Endpoint#enable_statistics}.
EncodingType *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#encoding_type DmsS3Endpoint#encoding_type}.
EncryptionMode *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#encryption_mode DmsS3Endpoint#encryption_mode}.
ExpectedBucketOwner *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#expected_bucket_owner DmsS3Endpoint#expected_bucket_owner}.
ExternalTableDefinition *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#external_table_definition DmsS3Endpoint#external_table_definition}.
GlueCatalogGeneration interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#glue_catalog_generation DmsS3Endpoint#glue_catalog_generation}.
Id *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#id DmsS3Endpoint#id}.
IgnoreHeaderRows *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#ignore_header_rows DmsS3Endpoint#ignore_header_rows}.
IncludeOpForFullLoad interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#include_op_for_full_load DmsS3Endpoint#include_op_for_full_load}.
KmsKeyArn *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#kms_key_arn DmsS3Endpoint#kms_key_arn}.
MaxFileSize *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#max_file_size DmsS3Endpoint#max_file_size}.
ParquetTimestampInMillisecond interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#parquet_timestamp_in_millisecond DmsS3Endpoint#parquet_timestamp_in_millisecond}.
ParquetVersion *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#parquet_version DmsS3Endpoint#parquet_version}.
PreserveTransactions interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#preserve_transactions DmsS3Endpoint#preserve_transactions}.
Rfc4180 interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#rfc_4180 DmsS3Endpoint#rfc_4180}.
RowGroupLength *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#row_group_length DmsS3Endpoint#row_group_length}.
ServerSideEncryptionKmsKeyId *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#server_side_encryption_kms_key_id DmsS3Endpoint#server_side_encryption_kms_key_id}.
SslMode *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#ssl_mode DmsS3Endpoint#ssl_mode}.
Tags *map[string]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#tags DmsS3Endpoint#tags}.
TagsAll *map[string]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#tags_all DmsS3Endpoint#tags_all}.
Timeouts DmsS3EndpointTimeouts timeouts block.
TimestampColumnName *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#timestamp_column_name DmsS3Endpoint#timestamp_column_name}.
UseCsvNoSupValue interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#use_csv_no_sup_value DmsS3Endpoint#use_csv_no_sup_value}.
UseTaskStartTimeForFullLoadTimestamp interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#use_task_start_time_for_full_load_timestamp DmsS3Endpoint#use_task_start_time_for_full_load_timestamp}.

ConnectionOptional
Connection interface{}
  • Type: interface{}

CountOptional
Count interface{}
  • Type: interface{}

DependsOnOptional
DependsOn *[]ITerraformDependable
  • Type: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable

ForEachOptional
ForEach ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
Lifecycle TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
Provider TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

ProvisionersOptional
Provisioners *[]interface{}
  • Type: *[]interface{}

BucketNameRequired
BucketName *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#bucket_name DmsS3Endpoint#bucket_name}.


EndpointIdRequired
EndpointId *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#endpoint_id DmsS3Endpoint#endpoint_id}.


EndpointTypeRequired
EndpointType *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#endpoint_type DmsS3Endpoint#endpoint_type}.


ServiceAccessRoleArnRequired
ServiceAccessRoleArn *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#service_access_role_arn DmsS3Endpoint#service_access_role_arn}.


AddColumnNameOptional
AddColumnName interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#add_column_name DmsS3Endpoint#add_column_name}.


AddTrailingPaddingCharacterOptional
AddTrailingPaddingCharacter interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#add_trailing_padding_character DmsS3Endpoint#add_trailing_padding_character}.


BucketFolderOptional
BucketFolder *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#bucket_folder DmsS3Endpoint#bucket_folder}.


CannedAclForObjectsOptional
CannedAclForObjects *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#canned_acl_for_objects DmsS3Endpoint#canned_acl_for_objects}.


CdcInsertsAndUpdatesOptional
CdcInsertsAndUpdates interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#cdc_inserts_and_updates DmsS3Endpoint#cdc_inserts_and_updates}.


CdcInsertsOnlyOptional
CdcInsertsOnly interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#cdc_inserts_only DmsS3Endpoint#cdc_inserts_only}.


CdcMaxBatchIntervalOptional
CdcMaxBatchInterval *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#cdc_max_batch_interval DmsS3Endpoint#cdc_max_batch_interval}.


CdcMinFileSizeOptional
CdcMinFileSize *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#cdc_min_file_size DmsS3Endpoint#cdc_min_file_size}.


CdcPathOptional
CdcPath *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#cdc_path DmsS3Endpoint#cdc_path}.


CertificateArnOptional
CertificateArn *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#certificate_arn DmsS3Endpoint#certificate_arn}.


CompressionTypeOptional
CompressionType *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#compression_type DmsS3Endpoint#compression_type}.


CsvDelimiterOptional
CsvDelimiter *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#csv_delimiter DmsS3Endpoint#csv_delimiter}.


CsvNoSupValueOptional
CsvNoSupValue *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#csv_no_sup_value DmsS3Endpoint#csv_no_sup_value}.


CsvNullValueOptional
CsvNullValue *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#csv_null_value DmsS3Endpoint#csv_null_value}.


CsvRowDelimiterOptional
CsvRowDelimiter *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#csv_row_delimiter DmsS3Endpoint#csv_row_delimiter}.


DataFormatOptional
DataFormat *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#data_format DmsS3Endpoint#data_format}.


DataPageSizeOptional
DataPageSize *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#data_page_size DmsS3Endpoint#data_page_size}.


DatePartitionDelimiterOptional
DatePartitionDelimiter *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#date_partition_delimiter DmsS3Endpoint#date_partition_delimiter}.


DatePartitionEnabledOptional
DatePartitionEnabled interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#date_partition_enabled DmsS3Endpoint#date_partition_enabled}.


DatePartitionSequenceOptional
DatePartitionSequence *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#date_partition_sequence DmsS3Endpoint#date_partition_sequence}.


DatePartitionTimezoneOptional
DatePartitionTimezone *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#date_partition_timezone DmsS3Endpoint#date_partition_timezone}.


DetachTargetOnLobLookupFailureParquetOptional
DetachTargetOnLobLookupFailureParquet interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#detach_target_on_lob_lookup_failure_parquet DmsS3Endpoint#detach_target_on_lob_lookup_failure_parquet}.


DictPageSizeLimitOptional
DictPageSizeLimit *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#dict_page_size_limit DmsS3Endpoint#dict_page_size_limit}.


EnableStatisticsOptional
EnableStatistics interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#enable_statistics DmsS3Endpoint#enable_statistics}.


EncodingTypeOptional
EncodingType *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#encoding_type DmsS3Endpoint#encoding_type}.


EncryptionModeOptional
EncryptionMode *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#encryption_mode DmsS3Endpoint#encryption_mode}.


ExpectedBucketOwnerOptional
ExpectedBucketOwner *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#expected_bucket_owner DmsS3Endpoint#expected_bucket_owner}.


ExternalTableDefinitionOptional
ExternalTableDefinition *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#external_table_definition DmsS3Endpoint#external_table_definition}.


GlueCatalogGenerationOptional
GlueCatalogGeneration interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#glue_catalog_generation DmsS3Endpoint#glue_catalog_generation}.


IdOptional
Id *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#id DmsS3Endpoint#id}.

Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.


IgnoreHeaderRowsOptional
IgnoreHeaderRows *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#ignore_header_rows DmsS3Endpoint#ignore_header_rows}.


IncludeOpForFullLoadOptional
IncludeOpForFullLoad interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#include_op_for_full_load DmsS3Endpoint#include_op_for_full_load}.


KmsKeyArnOptional
KmsKeyArn *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#kms_key_arn DmsS3Endpoint#kms_key_arn}.


MaxFileSizeOptional
MaxFileSize *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#max_file_size DmsS3Endpoint#max_file_size}.


ParquetTimestampInMillisecondOptional
ParquetTimestampInMillisecond interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#parquet_timestamp_in_millisecond DmsS3Endpoint#parquet_timestamp_in_millisecond}.


ParquetVersionOptional
ParquetVersion *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#parquet_version DmsS3Endpoint#parquet_version}.


PreserveTransactionsOptional
PreserveTransactions interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#preserve_transactions DmsS3Endpoint#preserve_transactions}.


Rfc4180Optional
Rfc4180 interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#rfc_4180 DmsS3Endpoint#rfc_4180}.


RowGroupLengthOptional
RowGroupLength *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#row_group_length DmsS3Endpoint#row_group_length}.


ServerSideEncryptionKmsKeyIdOptional
ServerSideEncryptionKmsKeyId *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#server_side_encryption_kms_key_id DmsS3Endpoint#server_side_encryption_kms_key_id}.


SslModeOptional
SslMode *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#ssl_mode DmsS3Endpoint#ssl_mode}.


TagsOptional
Tags *map[string]*string
  • Type: *map[string]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#tags DmsS3Endpoint#tags}.


TagsAllOptional
TagsAll *map[string]*string
  • Type: *map[string]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#tags_all DmsS3Endpoint#tags_all}.


TimeoutsOptional
Timeouts DmsS3EndpointTimeouts

timeouts block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#timeouts DmsS3Endpoint#timeouts}


TimestampColumnNameOptional
TimestampColumnName *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#timestamp_column_name DmsS3Endpoint#timestamp_column_name}.


UseCsvNoSupValueOptional
UseCsvNoSupValue interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#use_csv_no_sup_value DmsS3Endpoint#use_csv_no_sup_value}.


UseTaskStartTimeForFullLoadTimestampOptional
UseTaskStartTimeForFullLoadTimestamp interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#use_task_start_time_for_full_load_timestamp DmsS3Endpoint#use_task_start_time_for_full_load_timestamp}.


DmsS3EndpointTimeouts

Initializer

import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/dmss3endpoint"

&dmss3endpoint.DmsS3EndpointTimeouts {
	Create: *string,
	Delete: *string,
}

Properties

Name Type Description
Create *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#create DmsS3Endpoint#create}.
Delete *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#delete DmsS3Endpoint#delete}.

CreateOptional
Create *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#create DmsS3Endpoint#create}.


DeleteOptional
Delete *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint#delete DmsS3Endpoint#delete}.


Classes

DmsS3EndpointTimeoutsOutputReference

Initializers

import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/dmss3endpoint"

dmss3endpoint.NewDmsS3EndpointTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DmsS3EndpointTimeoutsOutputReference
Name Type Description
terraformResource github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent The parent resource.
terraformAttribute *string The attribute on the parent resource this class is referencing.

terraformResourceRequired
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: *string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetCreate No description.
ResetDelete No description.

ComputeFqn
func ComputeFqn() *string
GetAnyMapAttribute
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
terraformAttributeRequired
  • Type: *string

GetBooleanAttribute
func GetBooleanAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

GetBooleanMapAttribute
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
terraformAttributeRequired
  • Type: *string

GetListAttribute
func GetListAttribute(terraformAttribute *string) *[]*string
terraformAttributeRequired
  • Type: *string

GetNumberAttribute
func GetNumberAttribute(terraformAttribute *string) *f64
terraformAttributeRequired
  • Type: *string

GetNumberListAttribute
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
terraformAttributeRequired
  • Type: *string

GetNumberMapAttribute
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
terraformAttributeRequired
  • Type: *string

GetStringAttribute
func GetStringAttribute(terraformAttribute *string) *string
terraformAttributeRequired
  • Type: *string

GetStringMapAttribute
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
terraformAttributeRequired
  • Type: *string

InterpolationForAttribute
func InterpolationForAttribute(property *string) IResolvable
propertyRequired
  • Type: *string

Resolve
func Resolve(_context IResolveContext) interface{}

Produce the Token's value at resolution time.

_contextRequired
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext

ToString
func ToString() *string

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetCreate
func ResetCreate()
ResetDelete
func ResetDelete()

Properties

Name Type Description
CreationStack *[]*string The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn *string No description.
CreateInput *string No description.
DeleteInput *string No description.
Create *string No description.
Delete *string No description.
InternalValue interface{} No description.

CreationStackRequired
func CreationStack() *[]*string
  • Type: *[]*string

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
func Fqn() *string
  • Type: *string

CreateInputOptional
func CreateInput() *string
  • Type: *string

DeleteInputOptional
func DeleteInput() *string
  • Type: *string

CreateRequired
func Create() *string
  • Type: *string

DeleteRequired
func Delete() *string
  • Type: *string

InternalValueOptional
func InternalValue() interface{}
  • Type: interface{}