Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.redshift package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.redshift package.
(build-cfn-cluster-builder builder id config)
The build-cfn-cluster-builder function updates a CfnCluster$Builder instance using the provided configuration. The function takes the CfnCluster$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 |
---|---|---|---|
allowVersionUpgrade | java.lang.Boolean | cdk.support/lookup-entry | :allow-version-upgrade |
aquaConfigurationStatus | java.lang.String | cdk.support/lookup-entry | :aqua-configuration-status |
automatedSnapshotRetentionPeriod | java.lang.Number | cdk.support/lookup-entry | :automated-snapshot-retention-period |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
availabilityZoneRelocation | java.lang.Boolean | cdk.support/lookup-entry | :availability-zone-relocation |
availabilityZoneRelocationStatus | java.lang.String | cdk.support/lookup-entry | :availability-zone-relocation-status |
classic | java.lang.Boolean | cdk.support/lookup-entry | :classic |
clusterIdentifier | java.lang.String | cdk.support/lookup-entry | :cluster-identifier |
clusterParameterGroupName | java.lang.String | cdk.support/lookup-entry | :cluster-parameter-group-name |
clusterSecurityGroups | java.util.List | cdk.support/lookup-entry | :cluster-security-groups |
clusterSubnetGroupName | java.lang.String | cdk.support/lookup-entry | :cluster-subnet-group-name |
clusterType | java.lang.String | cdk.support/lookup-entry | :cluster-type |
clusterVersion | java.lang.String | cdk.support/lookup-entry | :cluster-version |
dbName | java.lang.String | cdk.support/lookup-entry | :db-name |
deferMaintenance | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :defer-maintenance |
deferMaintenanceDuration | java.lang.Number | cdk.support/lookup-entry | :defer-maintenance-duration |
deferMaintenanceEndTime | java.lang.String | cdk.support/lookup-entry | :defer-maintenance-end-time |
deferMaintenanceStartTime | java.lang.String | cdk.support/lookup-entry | :defer-maintenance-start-time |
destinationRegion | java.lang.String | cdk.support/lookup-entry | :destination-region |
elasticIp | java.lang.String | cdk.support/lookup-entry | :elastic-ip |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
endpoint | software.amazon.awscdk.services.redshift.CfnCluster$EndpointProperty | cdk.support/lookup-entry | :endpoint |
enhancedVpcRouting | java.lang.Boolean | cdk.support/lookup-entry | :enhanced-vpc-routing |
hsmClientCertificateIdentifier | java.lang.String | cdk.support/lookup-entry | :hsm-client-certificate-identifier |
hsmConfigurationIdentifier | java.lang.String | cdk.support/lookup-entry | :hsm-configuration-identifier |
iamRoles | java.util.List | cdk.support/lookup-entry | :iam-roles |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
loggingProperties | software.amazon.awscdk.services.redshift.CfnCluster$LoggingPropertiesProperty | cdk.support/lookup-entry | :logging-properties |
maintenanceTrackName | java.lang.String | cdk.support/lookup-entry | :maintenance-track-name |
manageMasterPassword | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :manage-master-password |
manualSnapshotRetentionPeriod | java.lang.Number | cdk.support/lookup-entry | :manual-snapshot-retention-period |
masterUserPassword | java.lang.String | cdk.support/lookup-entry | :master-user-password |
masterUsername | java.lang.String | cdk.support/lookup-entry | :master-username |
multiAz | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :multi-az |
namespaceResourcePolicy | java.lang.Object | cdk.support/lookup-entry | :namespace-resource-policy |
nodeType | java.lang.String | cdk.support/lookup-entry | :node-type |
numberOfNodes | java.lang.Number | cdk.support/lookup-entry | :number-of-nodes |
ownerAccount | java.lang.String | cdk.support/lookup-entry | :owner-account |
port | java.lang.Number | cdk.support/lookup-entry | :port |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
publiclyAccessible | java.lang.Boolean | cdk.support/lookup-entry | :publicly-accessible |
resourceAction | java.lang.String | cdk.support/lookup-entry | :resource-action |
revisionTarget | java.lang.String | cdk.support/lookup-entry | :revision-target |
rotateEncryptionKey | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :rotate-encryption-key |
snapshotClusterIdentifier | java.lang.String | cdk.support/lookup-entry | :snapshot-cluster-identifier |
snapshotCopyGrantName | java.lang.String | cdk.support/lookup-entry | :snapshot-copy-grant-name |
snapshotCopyManual | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :snapshot-copy-manual |
snapshotCopyRetentionPeriod | java.lang.Number | cdk.support/lookup-entry | :snapshot-copy-retention-period |
snapshotIdentifier | java.lang.String | cdk.support/lookup-entry | :snapshot-identifier |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcSecurityGroupIds | java.util.List | cdk.support/lookup-entry | :vpc-security-group-ids |
The build-cfn-cluster-builder function updates a CfnCluster$Builder instance using the provided configuration. The function takes the CfnCluster$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 | |---|---|---|---| | `allowVersionUpgrade` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-version-upgrade` | | `aquaConfigurationStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:aqua-configuration-status` | | `automatedSnapshotRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:automated-snapshot-retention-period` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `availabilityZoneRelocation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:availability-zone-relocation` | | `availabilityZoneRelocationStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone-relocation-status` | | `classic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:classic` | | `clusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-identifier` | | `clusterParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-parameter-group-name` | | `clusterSecurityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:cluster-security-groups` | | `clusterSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-subnet-group-name` | | `clusterType` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-type` | | `clusterVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-version` | | `dbName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-name` | | `deferMaintenance` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:defer-maintenance` | | `deferMaintenanceDuration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:defer-maintenance-duration` | | `deferMaintenanceEndTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:defer-maintenance-end-time` | | `deferMaintenanceStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:defer-maintenance-start-time` | | `destinationRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-region` | | `elasticIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:elastic-ip` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `endpoint` | software.amazon.awscdk.services.redshift.CfnCluster$EndpointProperty | [[cdk.support/lookup-entry]] | `:endpoint` | | `enhancedVpcRouting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enhanced-vpc-routing` | | `hsmClientCertificateIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:hsm-client-certificate-identifier` | | `hsmConfigurationIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:hsm-configuration-identifier` | | `iamRoles` | java.util.List | [[cdk.support/lookup-entry]] | `:iam-roles` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `loggingProperties` | software.amazon.awscdk.services.redshift.CfnCluster$LoggingPropertiesProperty | [[cdk.support/lookup-entry]] | `:logging-properties` | | `maintenanceTrackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:maintenance-track-name` | | `manageMasterPassword` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:manage-master-password` | | `manualSnapshotRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:manual-snapshot-retention-period` | | `masterUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-user-password` | | `masterUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-username` | | `multiAz` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:multi-az` | | `namespaceResourcePolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:namespace-resource-policy` | | `nodeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:node-type` | | `numberOfNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-nodes` | | `ownerAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-account` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `publiclyAccessible` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:publicly-accessible` | | `resourceAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-action` | | `revisionTarget` | java.lang.String | [[cdk.support/lookup-entry]] | `:revision-target` | | `rotateEncryptionKey` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rotate-encryption-key` | | `snapshotClusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-cluster-identifier` | | `snapshotCopyGrantName` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-copy-grant-name` | | `snapshotCopyManual` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:snapshot-copy-manual` | | `snapshotCopyRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:snapshot-copy-retention-period` | | `snapshotIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-identifier` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
(build-cfn-cluster-endpoint-property-builder builder id config)
The build-cfn-cluster-endpoint-property-builder function updates a CfnCluster$EndpointProperty$Builder instance using the provided configuration. The function takes the CfnCluster$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.String | cdk.support/lookup-entry | :port |
The build-cfn-cluster-endpoint-property-builder function updates a CfnCluster$EndpointProperty$Builder instance using the provided configuration. The function takes the CfnCluster$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.String | [[cdk.support/lookup-entry]] | `:port` |
(build-cfn-cluster-logging-properties-property-builder builder id config)
The build-cfn-cluster-logging-properties-property-builder function updates a CfnCluster$LoggingPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnCluster$LoggingPropertiesProperty$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 |
---|---|---|---|
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
s3KeyPrefix | java.lang.String | cdk.support/lookup-entry | :s3-key-prefix |
The build-cfn-cluster-logging-properties-property-builder function updates a CfnCluster$LoggingPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnCluster$LoggingPropertiesProperty$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 | |---|---|---|---| | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `s3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key-prefix` |
(build-cfn-cluster-parameter-group-builder builder id config)
The build-cfn-cluster-parameter-group-builder function updates a CfnClusterParameterGroup$Builder instance using the provided configuration. The function takes the CfnClusterParameterGroup$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 |
parameterGroupFamily | java.lang.String | cdk.support/lookup-entry | :parameter-group-family |
parameterGroupName | java.lang.String | cdk.support/lookup-entry | :parameter-group-name |
parameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameters |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-cluster-parameter-group-builder function updates a CfnClusterParameterGroup$Builder instance using the provided configuration. The function takes the CfnClusterParameterGroup$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` | | `parameterGroupFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-group-family` | | `parameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-group-name` | | `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-cluster-parameter-group-parameter-property-builder builder id config)
The build-cfn-cluster-parameter-group-parameter-property-builder function updates a CfnClusterParameterGroup$ParameterProperty$Builder instance using the provided configuration. The function takes the CfnClusterParameterGroup$ParameterProperty$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 |
---|---|---|---|
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
parameterValue | java.lang.String | cdk.support/lookup-entry | :parameter-value |
The build-cfn-cluster-parameter-group-parameter-property-builder function updates a CfnClusterParameterGroup$ParameterProperty$Builder instance using the provided configuration. The function takes the CfnClusterParameterGroup$ParameterProperty$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 | |---|---|---|---| | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `parameterValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-value` |
(build-cfn-cluster-parameter-group-props-builder builder id config)
The build-cfn-cluster-parameter-group-props-builder function updates a CfnClusterParameterGroupProps$Builder instance using the provided configuration. The function takes the CfnClusterParameterGroupProps$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 |
parameterGroupFamily | java.lang.String | cdk.support/lookup-entry | :parameter-group-family |
parameterGroupName | java.lang.String | cdk.support/lookup-entry | :parameter-group-name |
parameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameters |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-cluster-parameter-group-props-builder function updates a CfnClusterParameterGroupProps$Builder instance using the provided configuration. The function takes the CfnClusterParameterGroupProps$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` | | `parameterGroupFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-group-family` | | `parameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-group-name` | | `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-cluster-props-builder builder id config)
The build-cfn-cluster-props-builder function updates a CfnClusterProps$Builder instance using the provided configuration. The function takes the CfnClusterProps$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 |
---|---|---|---|
allowVersionUpgrade | java.lang.Boolean | cdk.support/lookup-entry | :allow-version-upgrade |
aquaConfigurationStatus | java.lang.String | cdk.support/lookup-entry | :aqua-configuration-status |
automatedSnapshotRetentionPeriod | java.lang.Number | cdk.support/lookup-entry | :automated-snapshot-retention-period |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
availabilityZoneRelocation | java.lang.Boolean | cdk.support/lookup-entry | :availability-zone-relocation |
availabilityZoneRelocationStatus | java.lang.String | cdk.support/lookup-entry | :availability-zone-relocation-status |
classic | java.lang.Boolean | cdk.support/lookup-entry | :classic |
clusterIdentifier | java.lang.String | cdk.support/lookup-entry | :cluster-identifier |
clusterParameterGroupName | java.lang.String | cdk.support/lookup-entry | :cluster-parameter-group-name |
clusterSecurityGroups | java.util.List | cdk.support/lookup-entry | :cluster-security-groups |
clusterSubnetGroupName | java.lang.String | cdk.support/lookup-entry | :cluster-subnet-group-name |
clusterType | java.lang.String | cdk.support/lookup-entry | :cluster-type |
clusterVersion | java.lang.String | cdk.support/lookup-entry | :cluster-version |
dbName | java.lang.String | cdk.support/lookup-entry | :db-name |
deferMaintenance | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :defer-maintenance |
deferMaintenanceDuration | java.lang.Number | cdk.support/lookup-entry | :defer-maintenance-duration |
deferMaintenanceEndTime | java.lang.String | cdk.support/lookup-entry | :defer-maintenance-end-time |
deferMaintenanceStartTime | java.lang.String | cdk.support/lookup-entry | :defer-maintenance-start-time |
destinationRegion | java.lang.String | cdk.support/lookup-entry | :destination-region |
elasticIp | java.lang.String | cdk.support/lookup-entry | :elastic-ip |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
endpoint | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :endpoint |
enhancedVpcRouting | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enhanced-vpc-routing |
hsmClientCertificateIdentifier | java.lang.String | cdk.support/lookup-entry | :hsm-client-certificate-identifier |
hsmConfigurationIdentifier | java.lang.String | cdk.support/lookup-entry | :hsm-configuration-identifier |
iamRoles | java.util.List | cdk.support/lookup-entry | :iam-roles |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
loggingProperties | software.amazon.awscdk.services.redshift.CfnCluster$LoggingPropertiesProperty | cdk.support/lookup-entry | :logging-properties |
maintenanceTrackName | java.lang.String | cdk.support/lookup-entry | :maintenance-track-name |
manageMasterPassword | java.lang.Boolean | cdk.support/lookup-entry | :manage-master-password |
manualSnapshotRetentionPeriod | java.lang.Number | cdk.support/lookup-entry | :manual-snapshot-retention-period |
masterUserPassword | java.lang.String | cdk.support/lookup-entry | :master-user-password |
masterUsername | java.lang.String | cdk.support/lookup-entry | :master-username |
multiAz | java.lang.Boolean | cdk.support/lookup-entry | :multi-az |
namespaceResourcePolicy | java.lang.Object | cdk.support/lookup-entry | :namespace-resource-policy |
nodeType | java.lang.String | cdk.support/lookup-entry | :node-type |
numberOfNodes | java.lang.Number | cdk.support/lookup-entry | :number-of-nodes |
ownerAccount | java.lang.String | cdk.support/lookup-entry | :owner-account |
port | java.lang.Number | cdk.support/lookup-entry | :port |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
publiclyAccessible | java.lang.Boolean | cdk.support/lookup-entry | :publicly-accessible |
resourceAction | java.lang.String | cdk.support/lookup-entry | :resource-action |
revisionTarget | java.lang.String | cdk.support/lookup-entry | :revision-target |
rotateEncryptionKey | java.lang.Boolean | cdk.support/lookup-entry | :rotate-encryption-key |
snapshotClusterIdentifier | java.lang.String | cdk.support/lookup-entry | :snapshot-cluster-identifier |
snapshotCopyGrantName | java.lang.String | cdk.support/lookup-entry | :snapshot-copy-grant-name |
snapshotCopyManual | java.lang.Boolean | cdk.support/lookup-entry | :snapshot-copy-manual |
snapshotCopyRetentionPeriod | java.lang.Number | cdk.support/lookup-entry | :snapshot-copy-retention-period |
snapshotIdentifier | java.lang.String | cdk.support/lookup-entry | :snapshot-identifier |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcSecurityGroupIds | java.util.List | cdk.support/lookup-entry | :vpc-security-group-ids |
The build-cfn-cluster-props-builder function updates a CfnClusterProps$Builder instance using the provided configuration. The function takes the CfnClusterProps$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 | |---|---|---|---| | `allowVersionUpgrade` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-version-upgrade` | | `aquaConfigurationStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:aqua-configuration-status` | | `automatedSnapshotRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:automated-snapshot-retention-period` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `availabilityZoneRelocation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:availability-zone-relocation` | | `availabilityZoneRelocationStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone-relocation-status` | | `classic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:classic` | | `clusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-identifier` | | `clusterParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-parameter-group-name` | | `clusterSecurityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:cluster-security-groups` | | `clusterSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-subnet-group-name` | | `clusterType` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-type` | | `clusterVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-version` | | `dbName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-name` | | `deferMaintenance` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:defer-maintenance` | | `deferMaintenanceDuration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:defer-maintenance-duration` | | `deferMaintenanceEndTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:defer-maintenance-end-time` | | `deferMaintenanceStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:defer-maintenance-start-time` | | `destinationRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-region` | | `elasticIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:elastic-ip` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `endpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:endpoint` | | `enhancedVpcRouting` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enhanced-vpc-routing` | | `hsmClientCertificateIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:hsm-client-certificate-identifier` | | `hsmConfigurationIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:hsm-configuration-identifier` | | `iamRoles` | java.util.List | [[cdk.support/lookup-entry]] | `:iam-roles` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `loggingProperties` | software.amazon.awscdk.services.redshift.CfnCluster$LoggingPropertiesProperty | [[cdk.support/lookup-entry]] | `:logging-properties` | | `maintenanceTrackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:maintenance-track-name` | | `manageMasterPassword` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:manage-master-password` | | `manualSnapshotRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:manual-snapshot-retention-period` | | `masterUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-user-password` | | `masterUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-username` | | `multiAz` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-az` | | `namespaceResourcePolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:namespace-resource-policy` | | `nodeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:node-type` | | `numberOfNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-nodes` | | `ownerAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-account` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `publiclyAccessible` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:publicly-accessible` | | `resourceAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-action` | | `revisionTarget` | java.lang.String | [[cdk.support/lookup-entry]] | `:revision-target` | | `rotateEncryptionKey` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rotate-encryption-key` | | `snapshotClusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-cluster-identifier` | | `snapshotCopyGrantName` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-copy-grant-name` | | `snapshotCopyManual` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:snapshot-copy-manual` | | `snapshotCopyRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:snapshot-copy-retention-period` | | `snapshotIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-identifier` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
(build-cfn-cluster-security-group-builder builder id config)
The build-cfn-cluster-security-group-builder function updates a CfnClusterSecurityGroup$Builder instance using the provided configuration. The function takes the CfnClusterSecurityGroup$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 |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-cluster-security-group-builder function updates a CfnClusterSecurityGroup$Builder instance using the provided configuration. The function takes the CfnClusterSecurityGroup$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` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-cluster-security-group-ingress-builder builder id config)
The build-cfn-cluster-security-group-ingress-builder function updates a CfnClusterSecurityGroupIngress$Builder instance using the provided configuration. The function takes the CfnClusterSecurityGroupIngress$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 |
---|---|---|---|
cidrip | java.lang.String | cdk.support/lookup-entry | :cidrip |
clusterSecurityGroupName | java.lang.String | cdk.support/lookup-entry | :cluster-security-group-name |
ec2SecurityGroupName | java.lang.String | cdk.support/lookup-entry | :ec2-security-group-name |
ec2SecurityGroupOwnerId | java.lang.String | cdk.support/lookup-entry | :ec2-security-group-owner-id |
The build-cfn-cluster-security-group-ingress-builder function updates a CfnClusterSecurityGroupIngress$Builder instance using the provided configuration. The function takes the CfnClusterSecurityGroupIngress$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 | |---|---|---|---| | `cidrip` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidrip` | | `clusterSecurityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-security-group-name` | | `ec2SecurityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-security-group-name` | | `ec2SecurityGroupOwnerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-security-group-owner-id` |
(build-cfn-cluster-security-group-ingress-props-builder builder id config)
The build-cfn-cluster-security-group-ingress-props-builder function updates a CfnClusterSecurityGroupIngressProps$Builder instance using the provided configuration. The function takes the CfnClusterSecurityGroupIngressProps$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 |
---|---|---|---|
cidrip | java.lang.String | cdk.support/lookup-entry | :cidrip |
clusterSecurityGroupName | java.lang.String | cdk.support/lookup-entry | :cluster-security-group-name |
ec2SecurityGroupName | java.lang.String | cdk.support/lookup-entry | :ec2-security-group-name |
ec2SecurityGroupOwnerId | java.lang.String | cdk.support/lookup-entry | :ec2-security-group-owner-id |
The build-cfn-cluster-security-group-ingress-props-builder function updates a CfnClusterSecurityGroupIngressProps$Builder instance using the provided configuration. The function takes the CfnClusterSecurityGroupIngressProps$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 | |---|---|---|---| | `cidrip` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidrip` | | `clusterSecurityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-security-group-name` | | `ec2SecurityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-security-group-name` | | `ec2SecurityGroupOwnerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-security-group-owner-id` |
(build-cfn-cluster-security-group-props-builder builder id config)
The build-cfn-cluster-security-group-props-builder function updates a CfnClusterSecurityGroupProps$Builder instance using the provided configuration. The function takes the CfnClusterSecurityGroupProps$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 |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-cluster-security-group-props-builder function updates a CfnClusterSecurityGroupProps$Builder instance using the provided configuration. The function takes the CfnClusterSecurityGroupProps$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` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-cluster-subnet-group-builder builder id config)
The build-cfn-cluster-subnet-group-builder function updates a CfnClusterSubnetGroup$Builder instance using the provided configuration. The function takes the CfnClusterSubnetGroup$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 |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-cluster-subnet-group-builder function updates a CfnClusterSubnetGroup$Builder instance using the provided configuration. The function takes the CfnClusterSubnetGroup$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` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-cluster-subnet-group-props-builder builder id config)
The build-cfn-cluster-subnet-group-props-builder function updates a CfnClusterSubnetGroupProps$Builder instance using the provided configuration. The function takes the CfnClusterSubnetGroupProps$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 |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-cluster-subnet-group-props-builder function updates a CfnClusterSubnetGroupProps$Builder instance using the provided configuration. The function takes the CfnClusterSubnetGroupProps$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` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-endpoint-access-builder builder id config)
The build-cfn-endpoint-access-builder function updates a CfnEndpointAccess$Builder instance using the provided configuration. The function takes the CfnEndpointAccess$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 |
---|---|---|---|
clusterIdentifier | java.lang.String | cdk.support/lookup-entry | :cluster-identifier |
endpointName | java.lang.String | cdk.support/lookup-entry | :endpoint-name |
resourceOwner | java.lang.String | cdk.support/lookup-entry | :resource-owner |
subnetGroupName | java.lang.String | cdk.support/lookup-entry | :subnet-group-name |
vpcSecurityGroupIds | java.util.List | cdk.support/lookup-entry | :vpc-security-group-ids |
The build-cfn-endpoint-access-builder function updates a CfnEndpointAccess$Builder instance using the provided configuration. The function takes the CfnEndpointAccess$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 | |---|---|---|---| | `clusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-identifier` | | `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` | | `resourceOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-owner` | | `subnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-group-name` | | `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
(build-cfn-endpoint-access-network-interface-property-builder builder id config)
The build-cfn-endpoint-access-network-interface-property-builder function updates a CfnEndpointAccess$NetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnEndpointAccess$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-endpoint-access-network-interface-property-builder function updates a CfnEndpointAccess$NetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnEndpointAccess$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-endpoint-access-props-builder builder id config)
The build-cfn-endpoint-access-props-builder function updates a CfnEndpointAccessProps$Builder instance using the provided configuration. The function takes the CfnEndpointAccessProps$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 |
---|---|---|---|
clusterIdentifier | java.lang.String | cdk.support/lookup-entry | :cluster-identifier |
endpointName | java.lang.String | cdk.support/lookup-entry | :endpoint-name |
resourceOwner | java.lang.String | cdk.support/lookup-entry | :resource-owner |
subnetGroupName | java.lang.String | cdk.support/lookup-entry | :subnet-group-name |
vpcSecurityGroupIds | java.util.List | cdk.support/lookup-entry | :vpc-security-group-ids |
The build-cfn-endpoint-access-props-builder function updates a CfnEndpointAccessProps$Builder instance using the provided configuration. The function takes the CfnEndpointAccessProps$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 | |---|---|---|---| | `clusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-identifier` | | `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` | | `resourceOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-owner` | | `subnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-group-name` | | `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
(build-cfn-endpoint-access-vpc-endpoint-property-builder builder id config)
The build-cfn-endpoint-access-vpc-endpoint-property-builder function updates a CfnEndpointAccess$VpcEndpointProperty$Builder instance using the provided configuration. The function takes the CfnEndpointAccess$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 | java.util.List | 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-endpoint-access-vpc-endpoint-property-builder function updates a CfnEndpointAccess$VpcEndpointProperty$Builder instance using the provided configuration. The function takes the CfnEndpointAccess$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` | java.util.List | [[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-endpoint-access-vpc-security-group-property-builder builder
id
config)
The build-cfn-endpoint-access-vpc-security-group-property-builder function updates a CfnEndpointAccess$VpcSecurityGroupProperty$Builder instance using the provided configuration. The function takes the CfnEndpointAccess$VpcSecurityGroupProperty$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 |
---|---|---|---|
status | java.lang.String | cdk.support/lookup-entry | :status |
vpcSecurityGroupId | java.lang.String | cdk.support/lookup-entry | :vpc-security-group-id |
The build-cfn-endpoint-access-vpc-security-group-property-builder function updates a CfnEndpointAccess$VpcSecurityGroupProperty$Builder instance using the provided configuration. The function takes the CfnEndpointAccess$VpcSecurityGroupProperty$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 | |---|---|---|---| | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `vpcSecurityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-security-group-id` |
(build-cfn-endpoint-authorization-builder builder id config)
The build-cfn-endpoint-authorization-builder function updates a CfnEndpointAuthorization$Builder instance using the provided configuration. The function takes the CfnEndpointAuthorization$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 |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
clusterIdentifier | java.lang.String | cdk.support/lookup-entry | :cluster-identifier |
force | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :force |
vpcIds | java.util.List | cdk.support/lookup-entry | :vpc-ids |
The build-cfn-endpoint-authorization-builder function updates a CfnEndpointAuthorization$Builder instance using the provided configuration. The function takes the CfnEndpointAuthorization$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 | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `clusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-identifier` | | `force` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:force` | | `vpcIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-ids` |
(build-cfn-endpoint-authorization-props-builder builder id config)
The build-cfn-endpoint-authorization-props-builder function updates a CfnEndpointAuthorizationProps$Builder instance using the provided configuration. The function takes the CfnEndpointAuthorizationProps$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 |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
clusterIdentifier | java.lang.String | cdk.support/lookup-entry | :cluster-identifier |
force | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :force |
vpcIds | java.util.List | cdk.support/lookup-entry | :vpc-ids |
The build-cfn-endpoint-authorization-props-builder function updates a CfnEndpointAuthorizationProps$Builder instance using the provided configuration. The function takes the CfnEndpointAuthorizationProps$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 | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `clusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-identifier` | | `force` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:force` | | `vpcIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-ids` |
(build-cfn-event-subscription-builder builder id config)
The build-cfn-event-subscription-builder function updates a CfnEventSubscription$Builder instance using the provided configuration. The function takes the CfnEventSubscription$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 |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
eventCategories | java.util.List | cdk.support/lookup-entry | :event-categories |
severity | java.lang.String | cdk.support/lookup-entry | :severity |
snsTopicArn | java.lang.String | cdk.support/lookup-entry | :sns-topic-arn |
sourceIds | java.util.List | cdk.support/lookup-entry | :source-ids |
sourceType | java.lang.String | cdk.support/lookup-entry | :source-type |
subscriptionName | java.lang.String | cdk.support/lookup-entry | :subscription-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-event-subscription-builder function updates a CfnEventSubscription$Builder instance using the provided configuration. The function takes the CfnEventSubscription$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 | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `eventCategories` | java.util.List | [[cdk.support/lookup-entry]] | `:event-categories` | | `severity` | java.lang.String | [[cdk.support/lookup-entry]] | `:severity` | | `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` | | `sourceIds` | java.util.List | [[cdk.support/lookup-entry]] | `:source-ids` | | `sourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-type` | | `subscriptionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscription-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-event-subscription-props-builder builder id config)
The build-cfn-event-subscription-props-builder function updates a CfnEventSubscriptionProps$Builder instance using the provided configuration. The function takes the CfnEventSubscriptionProps$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 |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
eventCategories | java.util.List | cdk.support/lookup-entry | :event-categories |
severity | java.lang.String | cdk.support/lookup-entry | :severity |
snsTopicArn | java.lang.String | cdk.support/lookup-entry | :sns-topic-arn |
sourceIds | java.util.List | cdk.support/lookup-entry | :source-ids |
sourceType | java.lang.String | cdk.support/lookup-entry | :source-type |
subscriptionName | java.lang.String | cdk.support/lookup-entry | :subscription-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-event-subscription-props-builder function updates a CfnEventSubscriptionProps$Builder instance using the provided configuration. The function takes the CfnEventSubscriptionProps$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 | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `eventCategories` | java.util.List | [[cdk.support/lookup-entry]] | `:event-categories` | | `severity` | java.lang.String | [[cdk.support/lookup-entry]] | `:severity` | | `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` | | `sourceIds` | java.util.List | [[cdk.support/lookup-entry]] | `:source-ids` | | `sourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-type` | | `subscriptionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscription-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-scheduled-action-builder builder id config)
The build-cfn-scheduled-action-builder function updates a CfnScheduledAction$Builder instance using the provided configuration. The function takes the CfnScheduledAction$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 |
---|---|---|---|
enable | java.lang.Boolean | cdk.support/lookup-entry | :enable |
endTime | java.lang.String | cdk.support/lookup-entry | :end-time |
iamRole | java.lang.String | cdk.support/lookup-entry | :iam-role |
schedule | java.lang.String | cdk.support/lookup-entry | :schedule |
scheduledActionDescription | java.lang.String | cdk.support/lookup-entry | :scheduled-action-description |
scheduledActionName | java.lang.String | cdk.support/lookup-entry | :scheduled-action-name |
startTime | java.lang.String | cdk.support/lookup-entry | :start-time |
targetAction | software.amazon.awscdk.services.redshift.CfnScheduledAction$ScheduledActionTypeProperty | cdk.support/lookup-entry | :target-action |
The build-cfn-scheduled-action-builder function updates a CfnScheduledAction$Builder instance using the provided configuration. The function takes the CfnScheduledAction$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 | |---|---|---|---| | `enable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable` | | `endTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-time` | | `iamRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-role` | | `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` | | `scheduledActionDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduled-action-description` | | `scheduledActionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduled-action-name` | | `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` | | `targetAction` | software.amazon.awscdk.services.redshift.CfnScheduledAction$ScheduledActionTypeProperty | [[cdk.support/lookup-entry]] | `:target-action` |
(build-cfn-scheduled-action-pause-cluster-message-property-builder builder
id
config)
The build-cfn-scheduled-action-pause-cluster-message-property-builder function updates a CfnScheduledAction$PauseClusterMessageProperty$Builder instance using the provided configuration. The function takes the CfnScheduledAction$PauseClusterMessageProperty$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 |
---|---|---|---|
clusterIdentifier | java.lang.String | cdk.support/lookup-entry | :cluster-identifier |
The build-cfn-scheduled-action-pause-cluster-message-property-builder function updates a CfnScheduledAction$PauseClusterMessageProperty$Builder instance using the provided configuration. The function takes the CfnScheduledAction$PauseClusterMessageProperty$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 | |---|---|---|---| | `clusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-identifier` |
(build-cfn-scheduled-action-props-builder builder id config)
The build-cfn-scheduled-action-props-builder function updates a CfnScheduledActionProps$Builder instance using the provided configuration. The function takes the CfnScheduledActionProps$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 |
---|---|---|---|
enable | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable |
endTime | java.lang.String | cdk.support/lookup-entry | :end-time |
iamRole | java.lang.String | cdk.support/lookup-entry | :iam-role |
schedule | java.lang.String | cdk.support/lookup-entry | :schedule |
scheduledActionDescription | java.lang.String | cdk.support/lookup-entry | :scheduled-action-description |
scheduledActionName | java.lang.String | cdk.support/lookup-entry | :scheduled-action-name |
startTime | java.lang.String | cdk.support/lookup-entry | :start-time |
targetAction | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-action |
The build-cfn-scheduled-action-props-builder function updates a CfnScheduledActionProps$Builder instance using the provided configuration. The function takes the CfnScheduledActionProps$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 | |---|---|---|---| | `enable` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable` | | `endTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-time` | | `iamRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-role` | | `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` | | `scheduledActionDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduled-action-description` | | `scheduledActionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduled-action-name` | | `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` | | `targetAction` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-action` |
(build-cfn-scheduled-action-resize-cluster-message-property-builder builder
id
config)
The build-cfn-scheduled-action-resize-cluster-message-property-builder function updates a CfnScheduledAction$ResizeClusterMessageProperty$Builder instance using the provided configuration. The function takes the CfnScheduledAction$ResizeClusterMessageProperty$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 |
---|---|---|---|
classic | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :classic |
clusterIdentifier | java.lang.String | cdk.support/lookup-entry | :cluster-identifier |
clusterType | java.lang.String | cdk.support/lookup-entry | :cluster-type |
nodeType | java.lang.String | cdk.support/lookup-entry | :node-type |
numberOfNodes | java.lang.Number | cdk.support/lookup-entry | :number-of-nodes |
The build-cfn-scheduled-action-resize-cluster-message-property-builder function updates a CfnScheduledAction$ResizeClusterMessageProperty$Builder instance using the provided configuration. The function takes the CfnScheduledAction$ResizeClusterMessageProperty$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 | |---|---|---|---| | `classic` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:classic` | | `clusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-identifier` | | `clusterType` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-type` | | `nodeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:node-type` | | `numberOfNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-nodes` |
(build-cfn-scheduled-action-resume-cluster-message-property-builder builder
id
config)
The build-cfn-scheduled-action-resume-cluster-message-property-builder function updates a CfnScheduledAction$ResumeClusterMessageProperty$Builder instance using the provided configuration. The function takes the CfnScheduledAction$ResumeClusterMessageProperty$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 |
---|---|---|---|
clusterIdentifier | java.lang.String | cdk.support/lookup-entry | :cluster-identifier |
The build-cfn-scheduled-action-resume-cluster-message-property-builder function updates a CfnScheduledAction$ResumeClusterMessageProperty$Builder instance using the provided configuration. The function takes the CfnScheduledAction$ResumeClusterMessageProperty$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 | |---|---|---|---| | `clusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-identifier` |
(build-cfn-scheduled-action-scheduled-action-type-property-builder builder
id
config)
The build-cfn-scheduled-action-scheduled-action-type-property-builder function updates a CfnScheduledAction$ScheduledActionTypeProperty$Builder instance using the provided configuration. The function takes the CfnScheduledAction$ScheduledActionTypeProperty$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 |
---|---|---|---|
pauseCluster | software.amazon.awscdk.services.redshift.CfnScheduledAction$PauseClusterMessageProperty | cdk.support/lookup-entry | :pause-cluster |
resizeCluster | software.amazon.awscdk.services.redshift.CfnScheduledAction$ResizeClusterMessageProperty | cdk.support/lookup-entry | :resize-cluster |
resumeCluster | software.amazon.awscdk.services.redshift.CfnScheduledAction$ResumeClusterMessageProperty | cdk.support/lookup-entry | :resume-cluster |
The build-cfn-scheduled-action-scheduled-action-type-property-builder function updates a CfnScheduledAction$ScheduledActionTypeProperty$Builder instance using the provided configuration. The function takes the CfnScheduledAction$ScheduledActionTypeProperty$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 | |---|---|---|---| | `pauseCluster` | software.amazon.awscdk.services.redshift.CfnScheduledAction$PauseClusterMessageProperty | [[cdk.support/lookup-entry]] | `:pause-cluster` | | `resizeCluster` | software.amazon.awscdk.services.redshift.CfnScheduledAction$ResizeClusterMessageProperty | [[cdk.support/lookup-entry]] | `:resize-cluster` | | `resumeCluster` | software.amazon.awscdk.services.redshift.CfnScheduledAction$ResumeClusterMessageProperty | [[cdk.support/lookup-entry]] | `:resume-cluster` |
(cfn-cluster-builder scope id config)
Creates a CfnCluster$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 `CfnCluster$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-cluster-endpoint-property-builder id config)
Creates a CfnCluster$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 `CfnCluster$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-cluster-logging-properties-property-builder id config)
Creates a CfnCluster$LoggingPropertiesProperty$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 `CfnCluster$LoggingPropertiesProperty$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-cluster-parameter-group-builder scope id config)
Creates a CfnClusterParameterGroup$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 `CfnClusterParameterGroup$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-cluster-parameter-group-parameter-property-builder id config)
Creates a CfnClusterParameterGroup$ParameterProperty$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 `CfnClusterParameterGroup$ParameterProperty$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-cluster-parameter-group-props-builder id config)
Creates a CfnClusterParameterGroupProps$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 `CfnClusterParameterGroupProps$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-cluster-props-builder id config)
Creates a CfnClusterProps$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 `CfnClusterProps$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-cluster-security-group-builder scope id config)
Creates a CfnClusterSecurityGroup$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 `CfnClusterSecurityGroup$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-cluster-security-group-ingress-builder scope id config)
Creates a CfnClusterSecurityGroupIngress$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 `CfnClusterSecurityGroupIngress$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-cluster-security-group-ingress-props-builder id config)
Creates a CfnClusterSecurityGroupIngressProps$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 `CfnClusterSecurityGroupIngressProps$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-cluster-security-group-props-builder id config)
Creates a CfnClusterSecurityGroupProps$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 `CfnClusterSecurityGroupProps$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-cluster-subnet-group-builder scope id config)
Creates a CfnClusterSubnetGroup$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 `CfnClusterSubnetGroup$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-cluster-subnet-group-props-builder id config)
Creates a CfnClusterSubnetGroupProps$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 `CfnClusterSubnetGroupProps$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-endpoint-access-builder scope id config)
Creates a CfnEndpointAccess$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 `CfnEndpointAccess$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-endpoint-access-network-interface-property-builder id config)
Creates a CfnEndpointAccess$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 `CfnEndpointAccess$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-endpoint-access-props-builder id config)
Creates a CfnEndpointAccessProps$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 `CfnEndpointAccessProps$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-endpoint-access-vpc-endpoint-property-builder id config)
Creates a CfnEndpointAccess$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 `CfnEndpointAccess$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-endpoint-access-vpc-security-group-property-builder id config)
Creates a CfnEndpointAccess$VpcSecurityGroupProperty$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 `CfnEndpointAccess$VpcSecurityGroupProperty$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-endpoint-authorization-builder scope id config)
Creates a CfnEndpointAuthorization$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 `CfnEndpointAuthorization$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-endpoint-authorization-props-builder id config)
Creates a CfnEndpointAuthorizationProps$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 `CfnEndpointAuthorizationProps$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-event-subscription-builder scope id config)
Creates a CfnEventSubscription$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 `CfnEventSubscription$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-event-subscription-props-builder id config)
Creates a CfnEventSubscriptionProps$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 `CfnEventSubscriptionProps$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-scheduled-action-builder scope id config)
Creates a CfnScheduledAction$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 `CfnScheduledAction$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-scheduled-action-pause-cluster-message-property-builder id config)
Creates a CfnScheduledAction$PauseClusterMessageProperty$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 `CfnScheduledAction$PauseClusterMessageProperty$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-scheduled-action-props-builder id config)
Creates a CfnScheduledActionProps$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 `CfnScheduledActionProps$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-scheduled-action-resize-cluster-message-property-builder id config)
Creates a CfnScheduledAction$ResizeClusterMessageProperty$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 `CfnScheduledAction$ResizeClusterMessageProperty$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-scheduled-action-resume-cluster-message-property-builder id config)
Creates a CfnScheduledAction$ResumeClusterMessageProperty$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 `CfnScheduledAction$ResumeClusterMessageProperty$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-scheduled-action-scheduled-action-type-property-builder id config)
Creates a CfnScheduledAction$ScheduledActionTypeProperty$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 `CfnScheduledAction$ScheduledActionTypeProperty$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