Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/dms_s3_endpoint aws_dms_s3_endpoint}.
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. |
- Type: github.com/aws/constructs-go/constructs/v10.Construct
The scope in which to define this construct.
- Type: *string
The scoped construct ID.
Must be unique amongst siblings in the same scope
- Type: DmsS3EndpointConfig
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. |
func ToString() *string
Returns a string representation of this construct.
func AddOverride(path *string, value interface{})
- Type: *string
- Type: interface{}
func OverrideLogicalId(newLogicalId *string)
Overrides the auto-generated logical ID with a specific ID.
- Type: *string
The new logical ID to use for this stack element.
func ResetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
func ToHclTerraform() interface{}
func ToMetadata() interface{}
func ToTerraform() interface{}
Adds this resource to the terraform JSON output.
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.
- Type: *string
The string move target that will correspond to this resource.
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
- Type: *string
func GetBooleanAttribute(terraformAttribute *string) IResolvable
- Type: *string
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
- Type: *string
func GetListAttribute(terraformAttribute *string) *[]*string
- Type: *string
func GetNumberAttribute(terraformAttribute *string) *f64
- Type: *string
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
- Type: *string
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
- Type: *string
func GetStringAttribute(terraformAttribute *string) *string
- Type: *string
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
- Type: *string
func HasResourceMove() interface{}
func ImportFrom(id *string, provider TerraformProvider)
- Type: *string
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
func InterpolationForAttribute(terraformAttribute *string) IResolvable
- Type: *string
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.
- Type: *string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
func MoveTo(moveTarget *string, index interface{})
Moves this resource to the target resource given by moveTarget.
- Type: *string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: interface{}
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
func MoveToId(id *string)
Moves this resource to the resource corresponding to "id".
- Type: *string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
func PutTimeouts(value DmsS3EndpointTimeouts)
- Type: DmsS3EndpointTimeouts
func ResetAddColumnName()
func ResetAddTrailingPaddingCharacter()
func ResetBucketFolder()
func ResetCannedAclForObjects()
func ResetCdcInsertsAndUpdates()
func ResetCdcInsertsOnly()
func ResetCdcMaxBatchInterval()
func ResetCdcMinFileSize()
func ResetCdcPath()
func ResetCertificateArn()
func ResetCompressionType()
func ResetCsvDelimiter()
func ResetCsvNoSupValue()
func ResetCsvNullValue()
func ResetCsvRowDelimiter()
func ResetDataFormat()
func ResetDataPageSize()
func ResetDatePartitionDelimiter()
func ResetDatePartitionEnabled()
func ResetDatePartitionSequence()
func ResetDatePartitionTimezone()
func ResetDetachTargetOnLobLookupFailureParquet()
func ResetDictPageSizeLimit()
func ResetEnableStatistics()
func ResetEncodingType()
func ResetEncryptionMode()
func ResetExpectedBucketOwner()
func ResetExternalTableDefinition()
func ResetGlueCatalogGeneration()
func ResetId()
func ResetIgnoreHeaderRows()
func ResetIncludeOpForFullLoad()
func ResetKmsKeyArn()
func ResetMaxFileSize()
func ResetParquetTimestampInMillisecond()
func ResetParquetVersion()
func ResetPreserveTransactions()
func ResetRfc4180()
func ResetRowGroupLength()
func ResetServerSideEncryptionKmsKeyId()
func ResetSslMode()
func ResetTags()
func ResetTagsAll()
func ResetTimeouts()
func ResetTimestampColumnName()
func ResetUseCsvNoSupValue()
func ResetUseTaskStartTimeForFullLoadTimestamp()
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 ". |
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.
- Type: interface{}
Any object.
import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/dmss3endpoint"
dmss3endpoint.DmsS3Endpoint_IsTerraformElement(x interface{}) *bool
- Type: interface{}
import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/dmss3endpoint"
dmss3endpoint.DmsS3Endpoint_IsTerraformResource(x interface{}) *bool
- Type: interface{}
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 ".
- Type: github.com/aws/constructs-go/constructs/v10.Construct
The scope in which to define this construct.
- Type: *string
The construct id used in the generated config for the DmsS3Endpoint to import.
- 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
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
? Optional instance of the provider where the DmsS3Endpoint to import is found.
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. |
func Node() Node
- Type: github.com/aws/constructs-go/constructs/v10.Node
The tree node.
func CdktfStack() TerraformStack
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
func Fqn() *string
- Type: *string
func FriendlyUniqueId() *string
- Type: *string
func TerraformMetaArguments() *map[string]interface{}
- Type: *map[string]interface{}
func TerraformResourceType() *string
- Type: *string
func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
func Connection() interface{}
- Type: interface{}
func Count() interface{}
- Type: interface{}
func DependsOn() *[]*string
- Type: *[]*string
func ForEach() ITerraformIterator
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
func Lifecycle() TerraformResourceLifecycle
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
func Provider() TerraformProvider
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
func Provisioners() *[]interface{}
- Type: *[]interface{}
func EndpointArn() *string
- Type: *string
func EngineDisplayName() *string
- Type: *string
func ExternalId() *string
- Type: *string
func Status() *string
- Type: *string
func Timeouts() DmsS3EndpointTimeoutsOutputReference
func AddColumnNameInput() interface{}
- Type: interface{}
func AddTrailingPaddingCharacterInput() interface{}
- Type: interface{}
func BucketFolderInput() *string
- Type: *string
func BucketNameInput() *string
- Type: *string
func CannedAclForObjectsInput() *string
- Type: *string
func CdcInsertsAndUpdatesInput() interface{}
- Type: interface{}
func CdcInsertsOnlyInput() interface{}
- Type: interface{}
func CdcMaxBatchIntervalInput() *f64
- Type: *f64
func CdcMinFileSizeInput() *f64
- Type: *f64
func CdcPathInput() *string
- Type: *string
func CertificateArnInput() *string
- Type: *string
func CompressionTypeInput() *string
- Type: *string
func CsvDelimiterInput() *string
- Type: *string
func CsvNoSupValueInput() *string
- Type: *string
func CsvNullValueInput() *string
- Type: *string
func CsvRowDelimiterInput() *string
- Type: *string
func DataFormatInput() *string
- Type: *string
func DataPageSizeInput() *f64
- Type: *f64
func DatePartitionDelimiterInput() *string
- Type: *string
func DatePartitionEnabledInput() interface{}
- Type: interface{}
func DatePartitionSequenceInput() *string
- Type: *string
func DatePartitionTimezoneInput() *string
- Type: *string
func DetachTargetOnLobLookupFailureParquetInput() interface{}
- Type: interface{}
func DictPageSizeLimitInput() *f64
- Type: *f64
func EnableStatisticsInput() interface{}
- Type: interface{}
func EncodingTypeInput() *string
- Type: *string
func EncryptionModeInput() *string
- Type: *string
func EndpointIdInput() *string
- Type: *string
func EndpointTypeInput() *string
- Type: *string
func ExpectedBucketOwnerInput() *string
- Type: *string
func ExternalTableDefinitionInput() *string
- Type: *string
func GlueCatalogGenerationInput() interface{}
- Type: interface{}
func IdInput() *string
- Type: *string
func IgnoreHeaderRowsInput() *f64
- Type: *f64
func IncludeOpForFullLoadInput() interface{}
- Type: interface{}
func KmsKeyArnInput() *string
- Type: *string
func MaxFileSizeInput() *f64
- Type: *f64
func ParquetTimestampInMillisecondInput() interface{}
- Type: interface{}
func ParquetVersionInput() *string
- Type: *string
func PreserveTransactionsInput() interface{}
- Type: interface{}
func Rfc4180Input() interface{}
- Type: interface{}
func RowGroupLengthInput() *f64
- Type: *f64
func ServerSideEncryptionKmsKeyIdInput() *string
- Type: *string
func ServiceAccessRoleArnInput() *string
- Type: *string
func SslModeInput() *string
- Type: *string
func TagsAllInput() *map[string]*string
- Type: *map[string]*string
func TagsInput() *map[string]*string
- Type: *map[string]*string
func TimeoutsInput() interface{}
- Type: interface{}
func TimestampColumnNameInput() *string
- Type: *string
func UseCsvNoSupValueInput() interface{}
- Type: interface{}
func UseTaskStartTimeForFullLoadTimestampInput() interface{}
- Type: interface{}
func AddColumnName() interface{}
- Type: interface{}
func AddTrailingPaddingCharacter() interface{}
- Type: interface{}
func BucketFolder() *string
- Type: *string
func BucketName() *string
- Type: *string
func CannedAclForObjects() *string
- Type: *string
func CdcInsertsAndUpdates() interface{}
- Type: interface{}
func CdcInsertsOnly() interface{}
- Type: interface{}
func CdcMaxBatchInterval() *f64
- Type: *f64
func CdcMinFileSize() *f64
- Type: *f64
func CdcPath() *string
- Type: *string
func CertificateArn() *string
- Type: *string
func CompressionType() *string
- Type: *string
func CsvDelimiter() *string
- Type: *string
func CsvNoSupValue() *string
- Type: *string
func CsvNullValue() *string
- Type: *string
func CsvRowDelimiter() *string
- Type: *string
func DataFormat() *string
- Type: *string
func DataPageSize() *f64
- Type: *f64
func DatePartitionDelimiter() *string
- Type: *string
func DatePartitionEnabled() interface{}
- Type: interface{}
func DatePartitionSequence() *string
- Type: *string
func DatePartitionTimezone() *string
- Type: *string
func DetachTargetOnLobLookupFailureParquet() interface{}
- Type: interface{}
func DictPageSizeLimit() *f64
- Type: *f64
func EnableStatistics() interface{}
- Type: interface{}
func EncodingType() *string
- Type: *string
func EncryptionMode() *string
- Type: *string
func EndpointId() *string
- Type: *string
func EndpointType() *string
- Type: *string
func ExpectedBucketOwner() *string
- Type: *string
func ExternalTableDefinition() *string
- Type: *string
func GlueCatalogGeneration() interface{}
- Type: interface{}
func Id() *string
- Type: *string
func IgnoreHeaderRows() *f64
- Type: *f64
func IncludeOpForFullLoad() interface{}
- Type: interface{}
func KmsKeyArn() *string
- Type: *string
func MaxFileSize() *f64
- Type: *f64
func ParquetTimestampInMillisecond() interface{}
- Type: interface{}
func ParquetVersion() *string
- Type: *string
func PreserveTransactions() interface{}
- Type: interface{}
func Rfc4180() interface{}
- Type: interface{}
func RowGroupLength() *f64
- Type: *f64
func ServerSideEncryptionKmsKeyId() *string
- Type: *string
func ServiceAccessRoleArn() *string
- Type: *string
func SslMode() *string
- Type: *string
func Tags() *map[string]*string
- Type: *map[string]*string
func TagsAll() *map[string]*string
- Type: *map[string]*string
func TimestampColumnName() *string
- Type: *string
func UseCsvNoSupValue() interface{}
- Type: interface{}
func UseTaskStartTimeForFullLoadTimestamp() interface{}
- Type: interface{}
Name | Type | Description |
---|---|---|
TfResourceType |
*string |
No description. |
func TfResourceType() *string
- Type: *string
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{},
}
Connection interface{}
- Type: interface{}
Count interface{}
- Type: interface{}
DependsOn *[]ITerraformDependable
- Type: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
ForEach ITerraformIterator
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
Lifecycle TerraformResourceLifecycle
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
Provider TerraformProvider
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
Provisioners *[]interface{}
- Type: *[]interface{}
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
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}.
Timeouts DmsS3EndpointTimeouts
- Type: 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}
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}.
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}.
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}.
import "github.com/cdktf/cdktf-provider-aws-go/aws/v19/dmss3endpoint"
&dmss3endpoint.DmsS3EndpointTimeouts {
Create: *string,
Delete: *string,
}
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}. |
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}.
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}.
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. |
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
The parent resource.
- Type: *string
The attribute on the parent resource this class is referencing.
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. |
func ComputeFqn() *string
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
- Type: *string
func GetBooleanAttribute(terraformAttribute *string) IResolvable
- Type: *string
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
- Type: *string
func GetListAttribute(terraformAttribute *string) *[]*string
- Type: *string
func GetNumberAttribute(terraformAttribute *string) *f64
- Type: *string
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
- Type: *string
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
- Type: *string
func GetStringAttribute(terraformAttribute *string) *string
- Type: *string
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
- Type: *string
func InterpolationForAttribute(property *string) IResolvable
- Type: *string
func Resolve(_context IResolveContext) interface{}
Produce the Token's value at resolution time.
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
func ToString() *string
Return a string representation of this resolvable object.
Returns a reversible string representation.
func ResetCreate()
func ResetDelete()
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. |
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.
func Fqn() *string
- Type: *string
func CreateInput() *string
- Type: *string
func DeleteInput() *string
- Type: *string
func Create() *string
- Type: *string
func Delete() *string
- Type: *string
func InternalValue() interface{}
- Type: interface{}