Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.redshiftserverless package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.redshiftserverless package.
(build-cfn-namespace-builder builder id config)
The build-cfn-namespace-builder function updates a CfnNamespace$Builder instance using the provided configuration. The function takes the CfnNamespace$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 |
---|---|---|---|
adminPasswordSecretKmsKeyId | java.lang.String | cdk.support/lookup-entry | :admin-password-secret-kms-key-id |
adminUserPassword | java.lang.String | cdk.support/lookup-entry | :admin-user-password |
adminUsername | java.lang.String | cdk.support/lookup-entry | :admin-username |
dbName | java.lang.String | cdk.support/lookup-entry | :db-name |
defaultIamRoleArn | java.lang.String | cdk.support/lookup-entry | :default-iam-role-arn |
finalSnapshotName | java.lang.String | cdk.support/lookup-entry | :final-snapshot-name |
finalSnapshotRetentionPeriod | java.lang.Number | cdk.support/lookup-entry | :final-snapshot-retention-period |
iamRoles | java.util.List | cdk.support/lookup-entry | :iam-roles |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
logExports | java.util.List | cdk.support/lookup-entry | :log-exports |
manageAdminPassword | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :manage-admin-password |
namespaceName | java.lang.String | cdk.support/lookup-entry | :namespace-name |
namespaceResourcePolicy | java.lang.Object | cdk.support/lookup-entry | :namespace-resource-policy |
redshiftIdcApplicationArn | java.lang.String | cdk.support/lookup-entry | :redshift-idc-application-arn |
snapshotCopyConfigurations | java.util.List | cdk.support/lookup-entry | :snapshot-copy-configurations |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-namespace-builder function updates a CfnNamespace$Builder instance using the provided configuration. The function takes the CfnNamespace$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 | |---|---|---|---| | `adminPasswordSecretKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-password-secret-kms-key-id` | | `adminUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-user-password` | | `adminUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-username` | | `dbName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-name` | | `defaultIamRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-iam-role-arn` | | `finalSnapshotName` | java.lang.String | [[cdk.support/lookup-entry]] | `:final-snapshot-name` | | `finalSnapshotRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:final-snapshot-retention-period` | | `iamRoles` | java.util.List | [[cdk.support/lookup-entry]] | `:iam-roles` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `logExports` | java.util.List | [[cdk.support/lookup-entry]] | `:log-exports` | | `manageAdminPassword` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:manage-admin-password` | | `namespaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace-name` | | `namespaceResourcePolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:namespace-resource-policy` | | `redshiftIdcApplicationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:redshift-idc-application-arn` | | `snapshotCopyConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:snapshot-copy-configurations` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-namespace-namespace-property-builder builder id config)
The build-cfn-namespace-namespace-property-builder function updates a CfnNamespace$NamespaceProperty$Builder instance using the provided configuration. The function takes the CfnNamespace$NamespaceProperty$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 |
---|---|---|---|
adminPasswordSecretArn | java.lang.String | cdk.support/lookup-entry | :admin-password-secret-arn |
adminPasswordSecretKmsKeyId | java.lang.String | cdk.support/lookup-entry | :admin-password-secret-kms-key-id |
adminUsername | java.lang.String | cdk.support/lookup-entry | :admin-username |
creationDate | java.lang.String | cdk.support/lookup-entry | :creation-date |
dbName | java.lang.String | cdk.support/lookup-entry | :db-name |
defaultIamRoleArn | java.lang.String | cdk.support/lookup-entry | :default-iam-role-arn |
iamRoles | java.util.List | cdk.support/lookup-entry | :iam-roles |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
logExports | java.util.List | cdk.support/lookup-entry | :log-exports |
namespaceArn | java.lang.String | cdk.support/lookup-entry | :namespace-arn |
namespaceId | java.lang.String | cdk.support/lookup-entry | :namespace-id |
namespaceName | java.lang.String | cdk.support/lookup-entry | :namespace-name |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-namespace-namespace-property-builder function updates a CfnNamespace$NamespaceProperty$Builder instance using the provided configuration. The function takes the CfnNamespace$NamespaceProperty$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 | |---|---|---|---| | `adminPasswordSecretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-password-secret-arn` | | `adminPasswordSecretKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-password-secret-kms-key-id` | | `adminUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-username` | | `creationDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:creation-date` | | `dbName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-name` | | `defaultIamRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-iam-role-arn` | | `iamRoles` | java.util.List | [[cdk.support/lookup-entry]] | `:iam-roles` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `logExports` | java.util.List | [[cdk.support/lookup-entry]] | `:log-exports` | | `namespaceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace-arn` | | `namespaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace-id` | | `namespaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace-name` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-namespace-props-builder builder id config)
The build-cfn-namespace-props-builder function updates a CfnNamespaceProps$Builder instance using the provided configuration. The function takes the CfnNamespaceProps$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 |
---|---|---|---|
adminPasswordSecretKmsKeyId | java.lang.String | cdk.support/lookup-entry | :admin-password-secret-kms-key-id |
adminUserPassword | java.lang.String | cdk.support/lookup-entry | :admin-user-password |
adminUsername | java.lang.String | cdk.support/lookup-entry | :admin-username |
dbName | java.lang.String | cdk.support/lookup-entry | :db-name |
defaultIamRoleArn | java.lang.String | cdk.support/lookup-entry | :default-iam-role-arn |
finalSnapshotName | java.lang.String | cdk.support/lookup-entry | :final-snapshot-name |
finalSnapshotRetentionPeriod | java.lang.Number | cdk.support/lookup-entry | :final-snapshot-retention-period |
iamRoles | java.util.List | cdk.support/lookup-entry | :iam-roles |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
logExports | java.util.List | cdk.support/lookup-entry | :log-exports |
manageAdminPassword | java.lang.Boolean | cdk.support/lookup-entry | :manage-admin-password |
namespaceName | java.lang.String | cdk.support/lookup-entry | :namespace-name |
namespaceResourcePolicy | java.lang.Object | cdk.support/lookup-entry | :namespace-resource-policy |
redshiftIdcApplicationArn | java.lang.String | cdk.support/lookup-entry | :redshift-idc-application-arn |
snapshotCopyConfigurations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :snapshot-copy-configurations |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-namespace-props-builder function updates a CfnNamespaceProps$Builder instance using the provided configuration. The function takes the CfnNamespaceProps$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 | |---|---|---|---| | `adminPasswordSecretKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-password-secret-kms-key-id` | | `adminUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-user-password` | | `adminUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-username` | | `dbName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-name` | | `defaultIamRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-iam-role-arn` | | `finalSnapshotName` | java.lang.String | [[cdk.support/lookup-entry]] | `:final-snapshot-name` | | `finalSnapshotRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:final-snapshot-retention-period` | | `iamRoles` | java.util.List | [[cdk.support/lookup-entry]] | `:iam-roles` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `logExports` | java.util.List | [[cdk.support/lookup-entry]] | `:log-exports` | | `manageAdminPassword` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:manage-admin-password` | | `namespaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace-name` | | `namespaceResourcePolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:namespace-resource-policy` | | `redshiftIdcApplicationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:redshift-idc-application-arn` | | `snapshotCopyConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:snapshot-copy-configurations` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-namespace-snapshot-copy-configuration-property-builder builder
id
config)
The build-cfn-namespace-snapshot-copy-configuration-property-builder function updates a CfnNamespace$SnapshotCopyConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnNamespace$SnapshotCopyConfigurationProperty$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 |
---|---|---|---|
destinationKmsKeyId | java.lang.String | cdk.support/lookup-entry | :destination-kms-key-id |
destinationRegion | java.lang.String | cdk.support/lookup-entry | :destination-region |
snapshotRetentionPeriod | java.lang.Number | cdk.support/lookup-entry | :snapshot-retention-period |
The build-cfn-namespace-snapshot-copy-configuration-property-builder function updates a CfnNamespace$SnapshotCopyConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnNamespace$SnapshotCopyConfigurationProperty$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 | |---|---|---|---| | `destinationKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-kms-key-id` | | `destinationRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-region` | | `snapshotRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:snapshot-retention-period` |
(build-cfn-workgroup-builder builder id config)
The build-cfn-workgroup-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 |
---|---|---|---|
baseCapacity | java.lang.Number | cdk.support/lookup-entry | :base-capacity |
configParameters | java.util.List | cdk.support/lookup-entry | :config-parameters |
enhancedVpcRouting | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enhanced-vpc-routing |
maxCapacity | java.lang.Number | cdk.support/lookup-entry | :max-capacity |
namespaceName | java.lang.String | cdk.support/lookup-entry | :namespace-name |
port | java.lang.Number | cdk.support/lookup-entry | :port |
publiclyAccessible | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publicly-accessible |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
workgroupName | java.lang.String | cdk.support/lookup-entry | :workgroup-name |
The build-cfn-workgroup-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 | |---|---|---|---| | `baseCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base-capacity` | | `configParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:config-parameters` | | `enhancedVpcRouting` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enhanced-vpc-routing` | | `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` | | `namespaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace-name` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `workgroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workgroup-name` |
(build-cfn-workgroup-config-parameter-property-builder builder id config)
The build-cfn-workgroup-config-parameter-property-builder function updates a CfnWorkgroup$ConfigParameterProperty$Builder instance using the provided configuration. The function takes the CfnWorkgroup$ConfigParameterProperty$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 |
---|---|---|---|
parameterKey | java.lang.String | cdk.support/lookup-entry | :parameter-key |
parameterValue | java.lang.String | cdk.support/lookup-entry | :parameter-value |
The build-cfn-workgroup-config-parameter-property-builder function updates a CfnWorkgroup$ConfigParameterProperty$Builder instance using the provided configuration. The function takes the CfnWorkgroup$ConfigParameterProperty$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 | |---|---|---|---| | `parameterKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-key` | | `parameterValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-value` |
(build-cfn-workgroup-endpoint-property-builder builder id config)
The build-cfn-workgroup-endpoint-property-builder function updates a CfnWorkgroup$EndpointProperty$Builder instance using the provided configuration. The function takes the CfnWorkgroup$EndpointProperty$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 |
---|---|---|---|
address | java.lang.String | cdk.support/lookup-entry | :address |
port | java.lang.Number | cdk.support/lookup-entry | :port |
vpcEndpoints | java.util.List | cdk.support/lookup-entry | :vpc-endpoints |
The build-cfn-workgroup-endpoint-property-builder function updates a CfnWorkgroup$EndpointProperty$Builder instance using the provided configuration. The function takes the CfnWorkgroup$EndpointProperty$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 | |---|---|---|---| | `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `vpcEndpoints` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-endpoints` |
(build-cfn-workgroup-network-interface-property-builder builder id config)
The build-cfn-workgroup-network-interface-property-builder function updates a CfnWorkgroup$NetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnWorkgroup$NetworkInterfaceProperty$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 |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-workgroup-network-interface-property-builder function updates a CfnWorkgroup$NetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnWorkgroup$NetworkInterfaceProperty$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 | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-workgroup-props-builder builder id config)
The build-cfn-workgroup-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 |
---|---|---|---|
baseCapacity | java.lang.Number | cdk.support/lookup-entry | :base-capacity |
configParameters | java.util.List | cdk.support/lookup-entry | :config-parameters |
enhancedVpcRouting | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enhanced-vpc-routing |
maxCapacity | java.lang.Number | cdk.support/lookup-entry | :max-capacity |
namespaceName | java.lang.String | cdk.support/lookup-entry | :namespace-name |
port | java.lang.Number | cdk.support/lookup-entry | :port |
publiclyAccessible | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publicly-accessible |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
workgroupName | java.lang.String | cdk.support/lookup-entry | :workgroup-name |
The build-cfn-workgroup-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 | |---|---|---|---| | `baseCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base-capacity` | | `configParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:config-parameters` | | `enhancedVpcRouting` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enhanced-vpc-routing` | | `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` | | `namespaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace-name` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `workgroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workgroup-name` |
(build-cfn-workgroup-vpc-endpoint-property-builder builder id config)
The build-cfn-workgroup-vpc-endpoint-property-builder function updates a CfnWorkgroup$VpcEndpointProperty$Builder instance using the provided configuration. The function takes the CfnWorkgroup$VpcEndpointProperty$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 |
---|---|---|---|
networkInterfaces | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :network-interfaces |
vpcEndpointId | java.lang.String | cdk.support/lookup-entry | :vpc-endpoint-id |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-workgroup-vpc-endpoint-property-builder function updates a CfnWorkgroup$VpcEndpointProperty$Builder instance using the provided configuration. The function takes the CfnWorkgroup$VpcEndpointProperty$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 | |---|---|---|---| | `networkInterfaces` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-interfaces` | | `vpcEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-id` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-workgroup-workgroup-property-builder builder id config)
The build-cfn-workgroup-workgroup-property-builder function updates a CfnWorkgroup$WorkgroupProperty$Builder instance using the provided configuration. The function takes the CfnWorkgroup$WorkgroupProperty$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 |
---|---|---|---|
baseCapacity | java.lang.Number | cdk.support/lookup-entry | :base-capacity |
configParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :config-parameters |
creationDate | java.lang.String | cdk.support/lookup-entry | :creation-date |
endpoint | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :endpoint |
enhancedVpcRouting | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enhanced-vpc-routing |
maxCapacity | java.lang.Number | cdk.support/lookup-entry | :max-capacity |
namespaceName | java.lang.String | cdk.support/lookup-entry | :namespace-name |
publiclyAccessible | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publicly-accessible |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
status | java.lang.String | cdk.support/lookup-entry | :status |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
workgroupArn | java.lang.String | cdk.support/lookup-entry | :workgroup-arn |
workgroupId | java.lang.String | cdk.support/lookup-entry | :workgroup-id |
workgroupName | java.lang.String | cdk.support/lookup-entry | :workgroup-name |
The build-cfn-workgroup-workgroup-property-builder function updates a CfnWorkgroup$WorkgroupProperty$Builder instance using the provided configuration. The function takes the CfnWorkgroup$WorkgroupProperty$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 | |---|---|---|---| | `baseCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base-capacity` | | `configParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:config-parameters` | | `creationDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:creation-date` | | `endpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:endpoint` | | `enhancedVpcRouting` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enhanced-vpc-routing` | | `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` | | `namespaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace-name` | | `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `workgroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:workgroup-arn` | | `workgroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workgroup-id` | | `workgroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workgroup-name` |
(cfn-namespace-builder scope id config)
Creates a CfnNamespace$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 `CfnNamespace$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-namespace-namespace-property-builder id config)
Creates a CfnNamespace$NamespaceProperty$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 `CfnNamespace$NamespaceProperty$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-namespace-props-builder id config)
Creates a CfnNamespaceProps$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 `CfnNamespaceProps$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-namespace-snapshot-copy-configuration-property-builder id config)
Creates a CfnNamespace$SnapshotCopyConfigurationProperty$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 `CfnNamespace$SnapshotCopyConfigurationProperty$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-workgroup-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-workgroup-config-parameter-property-builder id config)
Creates a CfnWorkgroup$ConfigParameterProperty$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$ConfigParameterProperty$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-workgroup-endpoint-property-builder id config)
Creates a CfnWorkgroup$EndpointProperty$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$EndpointProperty$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-workgroup-network-interface-property-builder id config)
Creates a CfnWorkgroup$NetworkInterfaceProperty$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$NetworkInterfaceProperty$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-workgroup-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-workgroup-vpc-endpoint-property-builder id config)
Creates a CfnWorkgroup$VpcEndpointProperty$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$VpcEndpointProperty$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-workgroup-workgroup-property-builder id config)
Creates a CfnWorkgroup$WorkgroupProperty$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$WorkgroupProperty$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