Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.athena package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.athena package.
(build-cfn-capacity-reservation-builder builder id config)
The build-cfn-capacity-reservation-builder function updates a CfnCapacityReservation$Builder instance using the provided configuration. The function takes the CfnCapacityReservation$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 |
---|---|---|---|
capacityAssignmentConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :capacity-assignment-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
targetDpus | java.lang.Number | cdk.support/lookup-entry | :target-dpus |
The build-cfn-capacity-reservation-builder function updates a CfnCapacityReservation$Builder instance using the provided configuration. The function takes the CfnCapacityReservation$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 | |---|---|---|---| | `capacityAssignmentConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:capacity-assignment-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `targetDpus` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-dpus` |
(build-cfn-capacity-reservation-capacity-assignment-configuration-property-builder
builder
id
config)
The build-cfn-capacity-reservation-capacity-assignment-configuration-property-builder function updates a CfnCapacityReservation$CapacityAssignmentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCapacityReservation$CapacityAssignmentConfigurationProperty$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 |
---|---|---|---|
capacityAssignments | java.util.List | cdk.support/lookup-entry | :capacity-assignments |
The build-cfn-capacity-reservation-capacity-assignment-configuration-property-builder function updates a CfnCapacityReservation$CapacityAssignmentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCapacityReservation$CapacityAssignmentConfigurationProperty$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 | |---|---|---|---| | `capacityAssignments` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-assignments` |
(build-cfn-capacity-reservation-capacity-assignment-property-builder builder
id
config)
The build-cfn-capacity-reservation-capacity-assignment-property-builder function updates a CfnCapacityReservation$CapacityAssignmentProperty$Builder instance using the provided configuration. The function takes the CfnCapacityReservation$CapacityAssignmentProperty$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 |
---|---|---|---|
workgroupNames | java.util.List | cdk.support/lookup-entry | :workgroup-names |
The build-cfn-capacity-reservation-capacity-assignment-property-builder function updates a CfnCapacityReservation$CapacityAssignmentProperty$Builder instance using the provided configuration. The function takes the CfnCapacityReservation$CapacityAssignmentProperty$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 | |---|---|---|---| | `workgroupNames` | java.util.List | [[cdk.support/lookup-entry]] | `:workgroup-names` |
(build-cfn-capacity-reservation-props-builder builder id config)
The build-cfn-capacity-reservation-props-builder function updates a CfnCapacityReservationProps$Builder instance using the provided configuration. The function takes the CfnCapacityReservationProps$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 |
---|---|---|---|
capacityAssignmentConfiguration | software.amazon.awscdk.services.athena.CfnCapacityReservation$CapacityAssignmentConfigurationProperty | cdk.support/lookup-entry | :capacity-assignment-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
targetDpus | java.lang.Number | cdk.support/lookup-entry | :target-dpus |
The build-cfn-capacity-reservation-props-builder function updates a CfnCapacityReservationProps$Builder instance using the provided configuration. The function takes the CfnCapacityReservationProps$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 | |---|---|---|---| | `capacityAssignmentConfiguration` | software.amazon.awscdk.services.athena.CfnCapacityReservation$CapacityAssignmentConfigurationProperty | [[cdk.support/lookup-entry]] | `:capacity-assignment-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `targetDpus` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-dpus` |
(build-cfn-data-catalog-builder builder id config)
The build-cfn-data-catalog-builder function updates a CfnDataCatalog$Builder instance using the provided configuration. The function takes the CfnDataCatalog$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
parameters | java.util.Map | cdk.support/lookup-entry | :parameters |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-data-catalog-builder function updates a CfnDataCatalog$Builder instance using the provided configuration. The function takes the CfnDataCatalog$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-data-catalog-props-builder builder id config)
The build-cfn-data-catalog-props-builder function updates a CfnDataCatalogProps$Builder instance using the provided configuration. The function takes the CfnDataCatalogProps$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
parameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameters |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-data-catalog-props-builder function updates a CfnDataCatalogProps$Builder instance using the provided configuration. The function takes the CfnDataCatalogProps$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-named-query-builder builder id config)
The build-cfn-named-query-builder function updates a CfnNamedQuery$Builder instance using the provided configuration. The function takes the CfnNamedQuery$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 |
---|---|---|---|
database | java.lang.String | cdk.support/lookup-entry | :database |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
queryString | java.lang.String | cdk.support/lookup-entry | :query-string |
workGroup | java.lang.String | cdk.support/lookup-entry | :work-group |
The build-cfn-named-query-builder function updates a CfnNamedQuery$Builder instance using the provided configuration. The function takes the CfnNamedQuery$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 | |---|---|---|---| | `database` | java.lang.String | [[cdk.support/lookup-entry]] | `:database` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` | | `workGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:work-group` |
(build-cfn-named-query-props-builder builder id config)
The build-cfn-named-query-props-builder function updates a CfnNamedQueryProps$Builder instance using the provided configuration. The function takes the CfnNamedQueryProps$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 |
---|---|---|---|
database | java.lang.String | cdk.support/lookup-entry | :database |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
queryString | java.lang.String | cdk.support/lookup-entry | :query-string |
workGroup | java.lang.String | cdk.support/lookup-entry | :work-group |
The build-cfn-named-query-props-builder function updates a CfnNamedQueryProps$Builder instance using the provided configuration. The function takes the CfnNamedQueryProps$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 | |---|---|---|---| | `database` | java.lang.String | [[cdk.support/lookup-entry]] | `:database` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` | | `workGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:work-group` |
(build-cfn-prepared-statement-builder builder id config)
The build-cfn-prepared-statement-builder function updates a CfnPreparedStatement$Builder instance using the provided configuration. The function takes the CfnPreparedStatement$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
queryStatement | java.lang.String | cdk.support/lookup-entry | :query-statement |
statementName | java.lang.String | cdk.support/lookup-entry | :statement-name |
workGroup | java.lang.String | cdk.support/lookup-entry | :work-group |
The build-cfn-prepared-statement-builder function updates a CfnPreparedStatement$Builder instance using the provided configuration. The function takes the CfnPreparedStatement$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `queryStatement` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-statement` | | `statementName` | java.lang.String | [[cdk.support/lookup-entry]] | `:statement-name` | | `workGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:work-group` |
(build-cfn-prepared-statement-props-builder builder id config)
The build-cfn-prepared-statement-props-builder function updates a CfnPreparedStatementProps$Builder instance using the provided configuration. The function takes the CfnPreparedStatementProps$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
queryStatement | java.lang.String | cdk.support/lookup-entry | :query-statement |
statementName | java.lang.String | cdk.support/lookup-entry | :statement-name |
workGroup | java.lang.String | cdk.support/lookup-entry | :work-group |
The build-cfn-prepared-statement-props-builder function updates a CfnPreparedStatementProps$Builder instance using the provided configuration. The function takes the CfnPreparedStatementProps$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `queryStatement` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-statement` | | `statementName` | java.lang.String | [[cdk.support/lookup-entry]] | `:statement-name` | | `workGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:work-group` |
(build-cfn-work-group-acl-configuration-property-builder builder id config)
The build-cfn-work-group-acl-configuration-property-builder function updates a CfnWorkGroup$AclConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$AclConfigurationProperty$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 |
---|---|---|---|
s3AclOption | java.lang.String | cdk.support/lookup-entry | :s3-acl-option |
The build-cfn-work-group-acl-configuration-property-builder function updates a CfnWorkGroup$AclConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$AclConfigurationProperty$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 | |---|---|---|---| | `s3AclOption` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-acl-option` |
(build-cfn-work-group-builder builder id config)
The build-cfn-work-group-builder function updates a CfnWorkGroup$Builder instance using the provided configuration. The function takes the CfnWorkGroup$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
recursiveDeleteOption | java.lang.Boolean | cdk.support/lookup-entry | :recursive-delete-option |
state | java.lang.String | cdk.support/lookup-entry | :state |
tags | java.util.List | cdk.support/lookup-entry | :tags |
workGroupConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :work-group-configuration |
workGroupConfigurationUpdates | software.amazon.awscdk.services.athena.CfnWorkGroup$WorkGroupConfigurationUpdatesProperty | cdk.support/lookup-entry | :work-group-configuration-updates |
The build-cfn-work-group-builder function updates a CfnWorkGroup$Builder instance using the provided configuration. The function takes the CfnWorkGroup$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `recursiveDeleteOption` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:recursive-delete-option` | | `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `workGroupConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:work-group-configuration` | | `workGroupConfigurationUpdates` | software.amazon.awscdk.services.athena.CfnWorkGroup$WorkGroupConfigurationUpdatesProperty | [[cdk.support/lookup-entry]] | `:work-group-configuration-updates` |
(build-cfn-work-group-customer-content-encryption-configuration-property-builder
builder
id
config)
The build-cfn-work-group-customer-content-encryption-configuration-property-builder function updates a CfnWorkGroup$CustomerContentEncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$CustomerContentEncryptionConfigurationProperty$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 |
---|---|---|---|
kmsKey | java.lang.String | cdk.support/lookup-entry | :kms-key |
The build-cfn-work-group-customer-content-encryption-configuration-property-builder function updates a CfnWorkGroup$CustomerContentEncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$CustomerContentEncryptionConfigurationProperty$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 | |---|---|---|---| | `kmsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key` |
(build-cfn-work-group-encryption-configuration-property-builder builder
id
config)
The build-cfn-work-group-encryption-configuration-property-builder function updates a CfnWorkGroup$EncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$EncryptionConfigurationProperty$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 |
---|---|---|---|
encryptionOption | java.lang.String | cdk.support/lookup-entry | :encryption-option |
kmsKey | java.lang.String | cdk.support/lookup-entry | :kms-key |
The build-cfn-work-group-encryption-configuration-property-builder function updates a CfnWorkGroup$EncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$EncryptionConfigurationProperty$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 | |---|---|---|---| | `encryptionOption` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-option` | | `kmsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key` |
(build-cfn-work-group-engine-version-property-builder builder id config)
The build-cfn-work-group-engine-version-property-builder function updates a CfnWorkGroup$EngineVersionProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$EngineVersionProperty$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 |
---|---|---|---|
effectiveEngineVersion | java.lang.String | cdk.support/lookup-entry | :effective-engine-version |
selectedEngineVersion | java.lang.String | cdk.support/lookup-entry | :selected-engine-version |
The build-cfn-work-group-engine-version-property-builder function updates a CfnWorkGroup$EngineVersionProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$EngineVersionProperty$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 | |---|---|---|---| | `effectiveEngineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:effective-engine-version` | | `selectedEngineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:selected-engine-version` |
(build-cfn-work-group-props-builder builder id config)
The build-cfn-work-group-props-builder function updates a CfnWorkGroupProps$Builder instance using the provided configuration. The function takes the CfnWorkGroupProps$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 |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
recursiveDeleteOption | java.lang.Boolean | cdk.support/lookup-entry | :recursive-delete-option |
state | java.lang.String | cdk.support/lookup-entry | :state |
tags | java.util.List | cdk.support/lookup-entry | :tags |
workGroupConfiguration | software.amazon.awscdk.services.athena.CfnWorkGroup$WorkGroupConfigurationProperty | cdk.support/lookup-entry | :work-group-configuration |
workGroupConfigurationUpdates | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :work-group-configuration-updates |
The build-cfn-work-group-props-builder function updates a CfnWorkGroupProps$Builder instance using the provided configuration. The function takes the CfnWorkGroupProps$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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `recursiveDeleteOption` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:recursive-delete-option` | | `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `workGroupConfiguration` | software.amazon.awscdk.services.athena.CfnWorkGroup$WorkGroupConfigurationProperty | [[cdk.support/lookup-entry]] | `:work-group-configuration` | | `workGroupConfigurationUpdates` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:work-group-configuration-updates` |
(build-cfn-work-group-result-configuration-property-builder builder id config)
The build-cfn-work-group-result-configuration-property-builder function updates a CfnWorkGroup$ResultConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$ResultConfigurationProperty$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 |
---|---|---|---|
aclConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :acl-configuration |
encryptionConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption-configuration |
expectedBucketOwner | java.lang.String | cdk.support/lookup-entry | :expected-bucket-owner |
outputLocation | java.lang.String | cdk.support/lookup-entry | :output-location |
The build-cfn-work-group-result-configuration-property-builder function updates a CfnWorkGroup$ResultConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$ResultConfigurationProperty$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 | |---|---|---|---| | `aclConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:acl-configuration` | | `encryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-configuration` | | `expectedBucketOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:expected-bucket-owner` | | `outputLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-location` |
(build-cfn-work-group-result-configuration-updates-property-builder builder
id
config)
The build-cfn-work-group-result-configuration-updates-property-builder function updates a CfnWorkGroup$ResultConfigurationUpdatesProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$ResultConfigurationUpdatesProperty$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 |
---|---|---|---|
aclConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :acl-configuration |
encryptionConfiguration | software.amazon.awscdk.services.athena.CfnWorkGroup$EncryptionConfigurationProperty | cdk.support/lookup-entry | :encryption-configuration |
expectedBucketOwner | java.lang.String | cdk.support/lookup-entry | :expected-bucket-owner |
outputLocation | java.lang.String | cdk.support/lookup-entry | :output-location |
removeAclConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :remove-acl-configuration |
removeEncryptionConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :remove-encryption-configuration |
removeExpectedBucketOwner | java.lang.Boolean | cdk.support/lookup-entry | :remove-expected-bucket-owner |
removeOutputLocation | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :remove-output-location |
The build-cfn-work-group-result-configuration-updates-property-builder function updates a CfnWorkGroup$ResultConfigurationUpdatesProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$ResultConfigurationUpdatesProperty$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 | |---|---|---|---| | `aclConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:acl-configuration` | | `encryptionConfiguration` | software.amazon.awscdk.services.athena.CfnWorkGroup$EncryptionConfigurationProperty | [[cdk.support/lookup-entry]] | `:encryption-configuration` | | `expectedBucketOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:expected-bucket-owner` | | `outputLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-location` | | `removeAclConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:remove-acl-configuration` | | `removeEncryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:remove-encryption-configuration` | | `removeExpectedBucketOwner` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remove-expected-bucket-owner` | | `removeOutputLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:remove-output-location` |
(build-cfn-work-group-work-group-configuration-property-builder builder
id
config)
The build-cfn-work-group-work-group-configuration-property-builder function updates a CfnWorkGroup$WorkGroupConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$WorkGroupConfigurationProperty$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 |
---|---|---|---|
additionalConfiguration | java.lang.String | cdk.support/lookup-entry | :additional-configuration |
bytesScannedCutoffPerQuery | java.lang.Number | cdk.support/lookup-entry | :bytes-scanned-cutoff-per-query |
customerContentEncryptionConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :customer-content-encryption-configuration |
enforceWorkGroupConfiguration | java.lang.Boolean | cdk.support/lookup-entry | :enforce-work-group-configuration |
engineVersion | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :engine-version |
executionRole | java.lang.String | cdk.support/lookup-entry | :execution-role |
publishCloudWatchMetricsEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publish-cloud-watch-metrics-enabled |
requesterPaysEnabled | java.lang.Boolean | cdk.support/lookup-entry | :requester-pays-enabled |
resultConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :result-configuration |
The build-cfn-work-group-work-group-configuration-property-builder function updates a CfnWorkGroup$WorkGroupConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$WorkGroupConfigurationProperty$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 | |---|---|---|---| | `additionalConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:additional-configuration` | | `bytesScannedCutoffPerQuery` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bytes-scanned-cutoff-per-query` | | `customerContentEncryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:customer-content-encryption-configuration` | | `enforceWorkGroupConfiguration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enforce-work-group-configuration` | | `engineVersion` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:engine-version` | | `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` | | `publishCloudWatchMetricsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publish-cloud-watch-metrics-enabled` | | `requesterPaysEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:requester-pays-enabled` | | `resultConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:result-configuration` |
(build-cfn-work-group-work-group-configuration-updates-property-builder builder
id
config)
The build-cfn-work-group-work-group-configuration-updates-property-builder function updates a CfnWorkGroup$WorkGroupConfigurationUpdatesProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$WorkGroupConfigurationUpdatesProperty$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 |
---|---|---|---|
additionalConfiguration | java.lang.String | cdk.support/lookup-entry | :additional-configuration |
bytesScannedCutoffPerQuery | java.lang.Number | cdk.support/lookup-entry | :bytes-scanned-cutoff-per-query |
customerContentEncryptionConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :customer-content-encryption-configuration |
enforceWorkGroupConfiguration | java.lang.Boolean | cdk.support/lookup-entry | :enforce-work-group-configuration |
engineVersion | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :engine-version |
executionRole | java.lang.String | cdk.support/lookup-entry | :execution-role |
publishCloudWatchMetricsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :publish-cloud-watch-metrics-enabled |
removeBytesScannedCutoffPerQuery | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :remove-bytes-scanned-cutoff-per-query |
removeCustomerContentEncryptionConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :remove-customer-content-encryption-configuration |
requesterPaysEnabled | java.lang.Boolean | cdk.support/lookup-entry | :requester-pays-enabled |
resultConfigurationUpdates | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :result-configuration-updates |
The build-cfn-work-group-work-group-configuration-updates-property-builder function updates a CfnWorkGroup$WorkGroupConfigurationUpdatesProperty$Builder instance using the provided configuration. The function takes the CfnWorkGroup$WorkGroupConfigurationUpdatesProperty$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 | |---|---|---|---| | `additionalConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:additional-configuration` | | `bytesScannedCutoffPerQuery` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bytes-scanned-cutoff-per-query` | | `customerContentEncryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:customer-content-encryption-configuration` | | `enforceWorkGroupConfiguration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enforce-work-group-configuration` | | `engineVersion` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:engine-version` | | `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` | | `publishCloudWatchMetricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:publish-cloud-watch-metrics-enabled` | | `removeBytesScannedCutoffPerQuery` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:remove-bytes-scanned-cutoff-per-query` | | `removeCustomerContentEncryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:remove-customer-content-encryption-configuration` | | `requesterPaysEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:requester-pays-enabled` | | `resultConfigurationUpdates` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:result-configuration-updates` |
(cfn-capacity-reservation-builder scope id config)
Creates a CfnCapacityReservation$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 `CfnCapacityReservation$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-capacity-reservation-capacity-assignment-configuration-property-builder
id
config)
Creates a CfnCapacityReservation$CapacityAssignmentConfigurationProperty$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 `CfnCapacityReservation$CapacityAssignmentConfigurationProperty$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-capacity-reservation-capacity-assignment-property-builder id config)
Creates a CfnCapacityReservation$CapacityAssignmentProperty$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 `CfnCapacityReservation$CapacityAssignmentProperty$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-capacity-reservation-props-builder id config)
Creates a CfnCapacityReservationProps$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 `CfnCapacityReservationProps$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-data-catalog-builder scope id config)
Creates a CfnDataCatalog$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 `CfnDataCatalog$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-data-catalog-props-builder id config)
Creates a CfnDataCatalogProps$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 `CfnDataCatalogProps$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-named-query-builder scope id config)
Creates a CfnNamedQuery$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 `CfnNamedQuery$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-named-query-props-builder id config)
Creates a CfnNamedQueryProps$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 `CfnNamedQueryProps$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-prepared-statement-builder scope id config)
Creates a CfnPreparedStatement$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 `CfnPreparedStatement$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-prepared-statement-props-builder id config)
Creates a CfnPreparedStatementProps$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 `CfnPreparedStatementProps$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-work-group-acl-configuration-property-builder id config)
Creates a CfnWorkGroup$AclConfigurationProperty$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 `CfnWorkGroup$AclConfigurationProperty$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-work-group-builder scope id config)
Creates a CfnWorkGroup$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 `CfnWorkGroup$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-work-group-customer-content-encryption-configuration-property-builder
id
config)
Creates a CfnWorkGroup$CustomerContentEncryptionConfigurationProperty$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 `CfnWorkGroup$CustomerContentEncryptionConfigurationProperty$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-work-group-encryption-configuration-property-builder id config)
Creates a CfnWorkGroup$EncryptionConfigurationProperty$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 `CfnWorkGroup$EncryptionConfigurationProperty$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-work-group-engine-version-property-builder id config)
Creates a CfnWorkGroup$EngineVersionProperty$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 `CfnWorkGroup$EngineVersionProperty$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-work-group-props-builder id config)
Creates a CfnWorkGroupProps$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 `CfnWorkGroupProps$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-work-group-result-configuration-property-builder id config)
Creates a CfnWorkGroup$ResultConfigurationProperty$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 `CfnWorkGroup$ResultConfigurationProperty$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-work-group-result-configuration-updates-property-builder id config)
Creates a CfnWorkGroup$ResultConfigurationUpdatesProperty$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 `CfnWorkGroup$ResultConfigurationUpdatesProperty$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-work-group-work-group-configuration-property-builder id config)
Creates a CfnWorkGroup$WorkGroupConfigurationProperty$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 `CfnWorkGroup$WorkGroupConfigurationProperty$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-work-group-work-group-configuration-updates-property-builder id config)
Creates a CfnWorkGroup$WorkGroupConfigurationUpdatesProperty$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 `CfnWorkGroup$WorkGroupConfigurationUpdatesProperty$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