Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.bcmdataexports package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.bcmdataexports package.
(build-cfn-export-builder builder id config)
The build-cfn-export-builder function updates a CfnExport$Builder instance using the provided configuration. The function takes the CfnExport$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
export | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :export |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-export-builder function updates a CfnExport$Builder instance using the provided configuration. The function takes the CfnExport$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `export` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:export` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-export-data-query-property-builder builder id config)
The build-cfn-export-data-query-property-builder function updates a CfnExport$DataQueryProperty$Builder instance using the provided configuration. The function takes the CfnExport$DataQueryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
queryStatement | java.lang.String | cdk.support/lookup-entry | :query-statement |
tableConfigurations | java.util.Map | cdk.support/lookup-entry | :table-configurations |
The build-cfn-export-data-query-property-builder function updates a CfnExport$DataQueryProperty$Builder instance using the provided configuration. The function takes the CfnExport$DataQueryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `queryStatement` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-statement` | | `tableConfigurations` | java.util.Map | [[cdk.support/lookup-entry]] | `:table-configurations` |
(build-cfn-export-destination-configurations-property-builder builder id config)
The build-cfn-export-destination-configurations-property-builder function updates a CfnExport$DestinationConfigurationsProperty$Builder instance using the provided configuration. The function takes the CfnExport$DestinationConfigurationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Destination | software.amazon.awscdk.services.bcmdataexports.CfnExport$S3DestinationProperty | cdk.support/lookup-entry | :s3-destination |
The build-cfn-export-destination-configurations-property-builder function updates a CfnExport$DestinationConfigurationsProperty$Builder instance using the provided configuration. The function takes the CfnExport$DestinationConfigurationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `s3Destination` | software.amazon.awscdk.services.bcmdataexports.CfnExport$S3DestinationProperty | [[cdk.support/lookup-entry]] | `:s3-destination` |
(build-cfn-export-export-property-builder builder id config)
The build-cfn-export-export-property-builder function updates a CfnExport$ExportProperty$Builder instance using the provided configuration. The function takes the CfnExport$ExportProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dataQuery | software.amazon.awscdk.services.bcmdataexports.CfnExport$DataQueryProperty | cdk.support/lookup-entry | :data-query |
description | java.lang.String | cdk.support/lookup-entry | :description |
destinationConfigurations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :destination-configurations |
exportArn | java.lang.String | cdk.support/lookup-entry | :export-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
refreshCadence | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :refresh-cadence |
The build-cfn-export-export-property-builder function updates a CfnExport$ExportProperty$Builder instance using the provided configuration. The function takes the CfnExport$ExportProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dataQuery` | software.amazon.awscdk.services.bcmdataexports.CfnExport$DataQueryProperty | [[cdk.support/lookup-entry]] | `:data-query` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `destinationConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-configurations` | | `exportArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:export-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `refreshCadence` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:refresh-cadence` |
(build-cfn-export-props-builder builder id config)
The build-cfn-export-props-builder function updates a CfnExportProps$Builder instance using the provided configuration. The function takes the CfnExportProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
export | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :export |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-export-props-builder function updates a CfnExportProps$Builder instance using the provided configuration. The function takes the CfnExportProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `export` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:export` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-export-refresh-cadence-property-builder builder id config)
The build-cfn-export-refresh-cadence-property-builder function updates a CfnExport$RefreshCadenceProperty$Builder instance using the provided configuration. The function takes the CfnExport$RefreshCadenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
frequency | java.lang.String | cdk.support/lookup-entry | :frequency |
The build-cfn-export-refresh-cadence-property-builder function updates a CfnExport$RefreshCadenceProperty$Builder instance using the provided configuration. The function takes the CfnExport$RefreshCadenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `frequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:frequency` |
(build-cfn-export-resource-tag-property-builder builder id config)
The build-cfn-export-resource-tag-property-builder function updates a CfnExport$ResourceTagProperty$Builder instance using the provided configuration. The function takes the CfnExport$ResourceTagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-export-resource-tag-property-builder function updates a CfnExport$ResourceTagProperty$Builder instance using the provided configuration. The function takes the CfnExport$ResourceTagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-export-s3-destination-property-builder builder id config)
The build-cfn-export-s3-destination-property-builder function updates a CfnExport$S3DestinationProperty$Builder instance using the provided configuration. The function takes the CfnExport$S3DestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Bucket | java.lang.String | cdk.support/lookup-entry | :s3-bucket |
s3OutputConfigurations | software.amazon.awscdk.services.bcmdataexports.CfnExport$S3OutputConfigurationsProperty | cdk.support/lookup-entry | :s3-output-configurations |
s3Prefix | java.lang.String | cdk.support/lookup-entry | :s3-prefix |
s3Region | java.lang.String | cdk.support/lookup-entry | :s3-region |
The build-cfn-export-s3-destination-property-builder function updates a CfnExport$S3DestinationProperty$Builder instance using the provided configuration. The function takes the CfnExport$S3DestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` | | `s3OutputConfigurations` | software.amazon.awscdk.services.bcmdataexports.CfnExport$S3OutputConfigurationsProperty | [[cdk.support/lookup-entry]] | `:s3-output-configurations` | | `s3Prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-prefix` | | `s3Region` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-region` |
(build-cfn-export-s3-output-configurations-property-builder builder id config)
The build-cfn-export-s3-output-configurations-property-builder function updates a CfnExport$S3OutputConfigurationsProperty$Builder instance using the provided configuration. The function takes the CfnExport$S3OutputConfigurationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
compression | java.lang.String | cdk.support/lookup-entry | :compression |
format | java.lang.String | cdk.support/lookup-entry | :format |
outputType | java.lang.String | cdk.support/lookup-entry | :output-type |
overwrite | java.lang.String | cdk.support/lookup-entry | :overwrite |
The build-cfn-export-s3-output-configurations-property-builder function updates a CfnExport$S3OutputConfigurationsProperty$Builder instance using the provided configuration. The function takes the CfnExport$S3OutputConfigurationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `compression` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression` | | `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` | | `outputType` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-type` | | `overwrite` | java.lang.String | [[cdk.support/lookup-entry]] | `:overwrite` |
(cfn-export-builder scope id config)
Creates a CfnExport$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnExport$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-export-data-query-property-builder id config)
Creates a CfnExport$DataQueryProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExport$DataQueryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-export-destination-configurations-property-builder id config)
Creates a CfnExport$DestinationConfigurationsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExport$DestinationConfigurationsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-export-export-property-builder id config)
Creates a CfnExport$ExportProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExport$ExportProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-export-props-builder id config)
Creates a CfnExportProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExportProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-export-refresh-cadence-property-builder id config)
Creates a CfnExport$RefreshCadenceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExport$RefreshCadenceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-export-resource-tag-property-builder id config)
Creates a CfnExport$ResourceTagProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExport$ResourceTagProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-export-s3-destination-property-builder id config)
Creates a CfnExport$S3DestinationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExport$S3DestinationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-export-s3-output-configurations-property-builder id config)
Creates a CfnExport$S3OutputConfigurationsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExport$S3OutputConfigurationsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close