Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.ssm package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.ssm package.
(build-cfn-association-builder builder id config)
The build-cfn-association-builder function updates a CfnAssociation$Builder instance using the provided configuration. The function takes the CfnAssociation$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 |
---|---|---|---|
applyOnlyAtCronInterval | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :apply-only-at-cron-interval |
associationName | java.lang.String | cdk.support/lookup-entry | :association-name |
automationTargetParameterName | java.lang.String | cdk.support/lookup-entry | :automation-target-parameter-name |
calendarNames | java.util.List | cdk.support/lookup-entry | :calendar-names |
complianceSeverity | java.lang.String | cdk.support/lookup-entry | :compliance-severity |
documentVersion | java.lang.String | cdk.support/lookup-entry | :document-version |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
maxConcurrency | java.lang.String | cdk.support/lookup-entry | :max-concurrency |
maxErrors | java.lang.String | cdk.support/lookup-entry | :max-errors |
name | java.lang.String | cdk.support/lookup-entry | :name |
outputLocation | software.amazon.awscdk.services.ssm.CfnAssociation$InstanceAssociationOutputLocationProperty | cdk.support/lookup-entry | :output-location |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
scheduleExpression | java.lang.String | cdk.support/lookup-entry | :schedule-expression |
scheduleOffset | java.lang.Number | cdk.support/lookup-entry | :schedule-offset |
syncCompliance | java.lang.String | cdk.support/lookup-entry | :sync-compliance |
targets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :targets |
waitForSuccessTimeoutSeconds | java.lang.Number | cdk.support/lookup-entry | :wait-for-success-timeout-seconds |
The build-cfn-association-builder function updates a CfnAssociation$Builder instance using the provided configuration. The function takes the CfnAssociation$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 | |---|---|---|---| | `applyOnlyAtCronInterval` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:apply-only-at-cron-interval` | | `associationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:association-name` | | `automationTargetParameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:automation-target-parameter-name` | | `calendarNames` | java.util.List | [[cdk.support/lookup-entry]] | `:calendar-names` | | `complianceSeverity` | java.lang.String | [[cdk.support/lookup-entry]] | `:compliance-severity` | | `documentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-version` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `maxConcurrency` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-concurrency` | | `maxErrors` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-errors` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `outputLocation` | software.amazon.awscdk.services.ssm.CfnAssociation$InstanceAssociationOutputLocationProperty | [[cdk.support/lookup-entry]] | `:output-location` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` | | `scheduleOffset` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedule-offset` | | `syncCompliance` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-compliance` | | `targets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:targets` | | `waitForSuccessTimeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:wait-for-success-timeout-seconds` |
(build-cfn-association-instance-association-output-location-property-builder
builder
id
config)
The build-cfn-association-instance-association-output-location-property-builder function updates a CfnAssociation$InstanceAssociationOutputLocationProperty$Builder instance using the provided configuration. The function takes the CfnAssociation$InstanceAssociationOutputLocationProperty$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 |
---|---|---|---|
s3Location | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3-location |
The build-cfn-association-instance-association-output-location-property-builder function updates a CfnAssociation$InstanceAssociationOutputLocationProperty$Builder instance using the provided configuration. The function takes the CfnAssociation$InstanceAssociationOutputLocationProperty$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 | |---|---|---|---| | `s3Location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-location` |
(build-cfn-association-props-builder builder id config)
The build-cfn-association-props-builder function updates a CfnAssociationProps$Builder instance using the provided configuration. The function takes the CfnAssociationProps$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 |
---|---|---|---|
applyOnlyAtCronInterval | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :apply-only-at-cron-interval |
associationName | java.lang.String | cdk.support/lookup-entry | :association-name |
automationTargetParameterName | java.lang.String | cdk.support/lookup-entry | :automation-target-parameter-name |
calendarNames | java.util.List | cdk.support/lookup-entry | :calendar-names |
complianceSeverity | java.lang.String | cdk.support/lookup-entry | :compliance-severity |
documentVersion | java.lang.String | cdk.support/lookup-entry | :document-version |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
maxConcurrency | java.lang.String | cdk.support/lookup-entry | :max-concurrency |
maxErrors | java.lang.String | cdk.support/lookup-entry | :max-errors |
name | java.lang.String | cdk.support/lookup-entry | :name |
outputLocation | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :output-location |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
scheduleExpression | java.lang.String | cdk.support/lookup-entry | :schedule-expression |
scheduleOffset | java.lang.Number | cdk.support/lookup-entry | :schedule-offset |
syncCompliance | java.lang.String | cdk.support/lookup-entry | :sync-compliance |
targets | java.util.List | cdk.support/lookup-entry | :targets |
waitForSuccessTimeoutSeconds | java.lang.Number | cdk.support/lookup-entry | :wait-for-success-timeout-seconds |
The build-cfn-association-props-builder function updates a CfnAssociationProps$Builder instance using the provided configuration. The function takes the CfnAssociationProps$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 | |---|---|---|---| | `applyOnlyAtCronInterval` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:apply-only-at-cron-interval` | | `associationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:association-name` | | `automationTargetParameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:automation-target-parameter-name` | | `calendarNames` | java.util.List | [[cdk.support/lookup-entry]] | `:calendar-names` | | `complianceSeverity` | java.lang.String | [[cdk.support/lookup-entry]] | `:compliance-severity` | | `documentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-version` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `maxConcurrency` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-concurrency` | | `maxErrors` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-errors` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `outputLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:output-location` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` | | `scheduleOffset` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedule-offset` | | `syncCompliance` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-compliance` | | `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` | | `waitForSuccessTimeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:wait-for-success-timeout-seconds` |
(build-cfn-association-s3-output-location-property-builder builder id config)
The build-cfn-association-s3-output-location-property-builder function updates a CfnAssociation$S3OutputLocationProperty$Builder instance using the provided configuration. The function takes the CfnAssociation$S3OutputLocationProperty$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 |
---|---|---|---|
outputS3BucketName | java.lang.String | cdk.support/lookup-entry | :output-s3-bucket-name |
outputS3KeyPrefix | java.lang.String | cdk.support/lookup-entry | :output-s3-key-prefix |
outputS3Region | java.lang.String | cdk.support/lookup-entry | :output-s3-region |
The build-cfn-association-s3-output-location-property-builder function updates a CfnAssociation$S3OutputLocationProperty$Builder instance using the provided configuration. The function takes the CfnAssociation$S3OutputLocationProperty$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 | |---|---|---|---| | `outputS3BucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-s3-bucket-name` | | `outputS3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-s3-key-prefix` | | `outputS3Region` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-s3-region` |
(build-cfn-association-target-property-builder builder id config)
The build-cfn-association-target-property-builder function updates a CfnAssociation$TargetProperty$Builder instance using the provided configuration. The function takes the CfnAssociation$TargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-association-target-property-builder function updates a CfnAssociation$TargetProperty$Builder instance using the provided configuration. The function takes the CfnAssociation$TargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-document-attachments-source-property-builder builder id config)
The build-cfn-document-attachments-source-property-builder function updates a CfnDocument$AttachmentsSourceProperty$Builder instance using the provided configuration. The function takes the CfnDocument$AttachmentsSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
name | java.lang.String | cdk.support/lookup-entry | :name |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-document-attachments-source-property-builder function updates a CfnDocument$AttachmentsSourceProperty$Builder instance using the provided configuration. The function takes the CfnDocument$AttachmentsSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-document-builder builder id config)
The build-cfn-document-builder function updates a CfnDocument$Builder instance using the provided configuration. The function takes the CfnDocument$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 |
---|---|---|---|
attachments | java.util.List | cdk.support/lookup-entry | :attachments |
content | java.lang.Object | cdk.support/lookup-entry | :content |
documentFormat | java.lang.String | cdk.support/lookup-entry | :document-format |
documentType | java.lang.String | cdk.support/lookup-entry | :document-type |
name | java.lang.String | cdk.support/lookup-entry | :name |
requires | java.util.List | cdk.support/lookup-entry | :requires |
tags | java.util.List | cdk.support/lookup-entry | :tags |
targetType | java.lang.String | cdk.support/lookup-entry | :target-type |
updateMethod | java.lang.String | cdk.support/lookup-entry | :update-method |
versionName | java.lang.String | cdk.support/lookup-entry | :version-name |
The build-cfn-document-builder function updates a CfnDocument$Builder instance using the provided configuration. The function takes the CfnDocument$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 | |---|---|---|---| | `attachments` | java.util.List | [[cdk.support/lookup-entry]] | `:attachments` | | `content` | java.lang.Object | [[cdk.support/lookup-entry]] | `:content` | | `documentFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-format` | | `documentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-type` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `requires` | java.util.List | [[cdk.support/lookup-entry]] | `:requires` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `targetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-type` | | `updateMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-method` | | `versionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-name` |
(build-cfn-document-document-requires-property-builder builder id config)
The build-cfn-document-document-requires-property-builder function updates a CfnDocument$DocumentRequiresProperty$Builder instance using the provided configuration. The function takes the CfnDocument$DocumentRequiresProperty$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 |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-document-document-requires-property-builder function updates a CfnDocument$DocumentRequiresProperty$Builder instance using the provided configuration. The function takes the CfnDocument$DocumentRequiresProperty$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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-document-props-builder builder id config)
The build-cfn-document-props-builder function updates a CfnDocumentProps$Builder instance using the provided configuration. The function takes the CfnDocumentProps$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 |
---|---|---|---|
attachments | java.util.List | cdk.support/lookup-entry | :attachments |
content | java.lang.Object | cdk.support/lookup-entry | :content |
documentFormat | java.lang.String | cdk.support/lookup-entry | :document-format |
documentType | java.lang.String | cdk.support/lookup-entry | :document-type |
name | java.lang.String | cdk.support/lookup-entry | :name |
requires | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :requires |
tags | java.util.List | cdk.support/lookup-entry | :tags |
targetType | java.lang.String | cdk.support/lookup-entry | :target-type |
updateMethod | java.lang.String | cdk.support/lookup-entry | :update-method |
versionName | java.lang.String | cdk.support/lookup-entry | :version-name |
The build-cfn-document-props-builder function updates a CfnDocumentProps$Builder instance using the provided configuration. The function takes the CfnDocumentProps$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 | |---|---|---|---| | `attachments` | java.util.List | [[cdk.support/lookup-entry]] | `:attachments` | | `content` | java.lang.Object | [[cdk.support/lookup-entry]] | `:content` | | `documentFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-format` | | `documentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-type` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `requires` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:requires` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `targetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-type` | | `updateMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-method` | | `versionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-name` |
(build-cfn-maintenance-window-builder builder id config)
The build-cfn-maintenance-window-builder function updates a CfnMaintenanceWindow$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindow$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 |
---|---|---|---|
allowUnassociatedTargets | java.lang.Boolean | cdk.support/lookup-entry | :allow-unassociated-targets |
cutoff | java.lang.Number | cdk.support/lookup-entry | :cutoff |
description | java.lang.String | cdk.support/lookup-entry | :description |
duration | java.lang.Number | cdk.support/lookup-entry | :duration |
endDate | java.lang.String | cdk.support/lookup-entry | :end-date |
name | java.lang.String | cdk.support/lookup-entry | :name |
schedule | java.lang.String | cdk.support/lookup-entry | :schedule |
scheduleOffset | java.lang.Number | cdk.support/lookup-entry | :schedule-offset |
scheduleTimezone | java.lang.String | cdk.support/lookup-entry | :schedule-timezone |
startDate | java.lang.String | cdk.support/lookup-entry | :start-date |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-maintenance-window-builder function updates a CfnMaintenanceWindow$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindow$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 | |---|---|---|---| | `allowUnassociatedTargets` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-unassociated-targets` | | `cutoff` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cutoff` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `duration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:duration` | | `endDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-date` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` | | `scheduleOffset` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedule-offset` | | `scheduleTimezone` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-timezone` | | `startDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-date` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-maintenance-window-props-builder builder id config)
The build-cfn-maintenance-window-props-builder function updates a CfnMaintenanceWindowProps$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowProps$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 |
---|---|---|---|
allowUnassociatedTargets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :allow-unassociated-targets |
cutoff | java.lang.Number | cdk.support/lookup-entry | :cutoff |
description | java.lang.String | cdk.support/lookup-entry | :description |
duration | java.lang.Number | cdk.support/lookup-entry | :duration |
endDate | java.lang.String | cdk.support/lookup-entry | :end-date |
name | java.lang.String | cdk.support/lookup-entry | :name |
schedule | java.lang.String | cdk.support/lookup-entry | :schedule |
scheduleOffset | java.lang.Number | cdk.support/lookup-entry | :schedule-offset |
scheduleTimezone | java.lang.String | cdk.support/lookup-entry | :schedule-timezone |
startDate | java.lang.String | cdk.support/lookup-entry | :start-date |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-maintenance-window-props-builder function updates a CfnMaintenanceWindowProps$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowProps$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 | |---|---|---|---| | `allowUnassociatedTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-unassociated-targets` | | `cutoff` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cutoff` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `duration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:duration` | | `endDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-date` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` | | `scheduleOffset` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedule-offset` | | `scheduleTimezone` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-timezone` | | `startDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-date` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-maintenance-window-target-builder builder id config)
The build-cfn-maintenance-window-target-builder function updates a CfnMaintenanceWindowTarget$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTarget$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
ownerInformation | java.lang.String | cdk.support/lookup-entry | :owner-information |
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
targets | java.util.List | cdk.support/lookup-entry | :targets |
windowId | java.lang.String | cdk.support/lookup-entry | :window-id |
The build-cfn-maintenance-window-target-builder function updates a CfnMaintenanceWindowTarget$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTarget$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `ownerInformation` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-information` | | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` | | `windowId` | java.lang.String | [[cdk.support/lookup-entry]] | `:window-id` |
(build-cfn-maintenance-window-target-props-builder builder id config)
The build-cfn-maintenance-window-target-props-builder function updates a CfnMaintenanceWindowTargetProps$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTargetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
ownerInformation | java.lang.String | cdk.support/lookup-entry | :owner-information |
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
targets | java.util.List | cdk.support/lookup-entry | :targets |
windowId | java.lang.String | cdk.support/lookup-entry | :window-id |
The build-cfn-maintenance-window-target-props-builder function updates a CfnMaintenanceWindowTargetProps$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTargetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `ownerInformation` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-information` | | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` | | `windowId` | java.lang.String | [[cdk.support/lookup-entry]] | `:window-id` |
(build-cfn-maintenance-window-target-targets-property-builder builder id config)
The build-cfn-maintenance-window-target-targets-property-builder function updates a CfnMaintenanceWindowTarget$TargetsProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTarget$TargetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-maintenance-window-target-targets-property-builder function updates a CfnMaintenanceWindowTarget$TargetsProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTarget$TargetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-maintenance-window-task-builder builder id config)
The build-cfn-maintenance-window-task-builder function updates a CfnMaintenanceWindowTask$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$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 |
---|---|---|---|
cutoffBehavior | java.lang.String | cdk.support/lookup-entry | :cutoff-behavior |
description | java.lang.String | cdk.support/lookup-entry | :description |
loggingInfo | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :logging-info |
maxConcurrency | java.lang.String | cdk.support/lookup-entry | :max-concurrency |
maxErrors | java.lang.String | cdk.support/lookup-entry | :max-errors |
name | java.lang.String | cdk.support/lookup-entry | :name |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
serviceRoleArn | java.lang.String | cdk.support/lookup-entry | :service-role-arn |
targets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :targets |
taskArn | java.lang.String | cdk.support/lookup-entry | :task-arn |
taskInvocationParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :task-invocation-parameters |
taskParameters | java.lang.Object | cdk.support/lookup-entry | :task-parameters |
taskType | java.lang.String | cdk.support/lookup-entry | :task-type |
windowId | java.lang.String | cdk.support/lookup-entry | :window-id |
The build-cfn-maintenance-window-task-builder function updates a CfnMaintenanceWindowTask$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$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 | |---|---|---|---| | `cutoffBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:cutoff-behavior` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `loggingInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging-info` | | `maxConcurrency` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-concurrency` | | `maxErrors` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-errors` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `serviceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role-arn` | | `targets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:targets` | | `taskArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-arn` | | `taskInvocationParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:task-invocation-parameters` | | `taskParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:task-parameters` | | `taskType` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-type` | | `windowId` | java.lang.String | [[cdk.support/lookup-entry]] | `:window-id` |
(build-cfn-maintenance-window-task-cloud-watch-output-config-property-builder
builder
id
config)
The build-cfn-maintenance-window-task-cloud-watch-output-config-property-builder function updates a CfnMaintenanceWindowTask$CloudWatchOutputConfigProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$CloudWatchOutputConfigProperty$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 |
---|---|---|---|
cloudWatchLogGroupName | java.lang.String | cdk.support/lookup-entry | :cloud-watch-log-group-name |
cloudWatchOutputEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cloud-watch-output-enabled |
The build-cfn-maintenance-window-task-cloud-watch-output-config-property-builder function updates a CfnMaintenanceWindowTask$CloudWatchOutputConfigProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$CloudWatchOutputConfigProperty$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 | |---|---|---|---| | `cloudWatchLogGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-log-group-name` | | `cloudWatchOutputEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cloud-watch-output-enabled` |
(build-cfn-maintenance-window-task-logging-info-property-builder builder
id
config)
The build-cfn-maintenance-window-task-logging-info-property-builder function updates a CfnMaintenanceWindowTask$LoggingInfoProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$LoggingInfoProperty$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 |
---|---|---|---|
region | java.lang.String | cdk.support/lookup-entry | :region |
s3Bucket | java.lang.String | cdk.support/lookup-entry | :s3-bucket |
s3Prefix | java.lang.String | cdk.support/lookup-entry | :s3-prefix |
The build-cfn-maintenance-window-task-logging-info-property-builder function updates a CfnMaintenanceWindowTask$LoggingInfoProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$LoggingInfoProperty$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 | |---|---|---|---| | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` | | `s3Prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-prefix` |
(build-cfn-maintenance-window-task-maintenance-window-automation-parameters-property-builder
builder
id
config)
The build-cfn-maintenance-window-task-maintenance-window-automation-parameters-property-builder function updates a CfnMaintenanceWindowTask$MaintenanceWindowAutomationParametersProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$MaintenanceWindowAutomationParametersProperty$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 |
---|---|---|---|
documentVersion | java.lang.String | cdk.support/lookup-entry | :document-version |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
The build-cfn-maintenance-window-task-maintenance-window-automation-parameters-property-builder function updates a CfnMaintenanceWindowTask$MaintenanceWindowAutomationParametersProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$MaintenanceWindowAutomationParametersProperty$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 | |---|---|---|---| | `documentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-version` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
(build-cfn-maintenance-window-task-maintenance-window-lambda-parameters-property-builder
builder
id
config)
The build-cfn-maintenance-window-task-maintenance-window-lambda-parameters-property-builder function updates a CfnMaintenanceWindowTask$MaintenanceWindowLambdaParametersProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$MaintenanceWindowLambdaParametersProperty$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 |
---|---|---|---|
clientContext | java.lang.String | cdk.support/lookup-entry | :client-context |
payload | java.lang.String | cdk.support/lookup-entry | :payload |
qualifier | java.lang.String | cdk.support/lookup-entry | :qualifier |
The build-cfn-maintenance-window-task-maintenance-window-lambda-parameters-property-builder function updates a CfnMaintenanceWindowTask$MaintenanceWindowLambdaParametersProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$MaintenanceWindowLambdaParametersProperty$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 | |---|---|---|---| | `clientContext` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-context` | | `payload` | java.lang.String | [[cdk.support/lookup-entry]] | `:payload` | | `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
(build-cfn-maintenance-window-task-maintenance-window-run-command-parameters-property-builder
builder
id
config)
The build-cfn-maintenance-window-task-maintenance-window-run-command-parameters-property-builder function updates a CfnMaintenanceWindowTask$MaintenanceWindowRunCommandParametersProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$MaintenanceWindowRunCommandParametersProperty$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 |
---|---|---|---|
cloudWatchOutputConfig | software.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask$CloudWatchOutputConfigProperty | cdk.support/lookup-entry | :cloud-watch-output-config |
comment | java.lang.String | cdk.support/lookup-entry | :comment |
documentHash | java.lang.String | cdk.support/lookup-entry | :document-hash |
documentHashType | java.lang.String | cdk.support/lookup-entry | :document-hash-type |
documentVersion | java.lang.String | cdk.support/lookup-entry | :document-version |
notificationConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :notification-config |
outputS3BucketName | java.lang.String | cdk.support/lookup-entry | :output-s3-bucket-name |
outputS3KeyPrefix | java.lang.String | cdk.support/lookup-entry | :output-s3-key-prefix |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
serviceRoleArn | java.lang.String | cdk.support/lookup-entry | :service-role-arn |
timeoutSeconds | java.lang.Number | cdk.support/lookup-entry | :timeout-seconds |
The build-cfn-maintenance-window-task-maintenance-window-run-command-parameters-property-builder function updates a CfnMaintenanceWindowTask$MaintenanceWindowRunCommandParametersProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$MaintenanceWindowRunCommandParametersProperty$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 | |---|---|---|---| | `cloudWatchOutputConfig` | software.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask$CloudWatchOutputConfigProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-output-config` | | `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` | | `documentHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-hash` | | `documentHashType` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-hash-type` | | `documentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-version` | | `notificationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notification-config` | | `outputS3BucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-s3-bucket-name` | | `outputS3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-s3-key-prefix` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `serviceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role-arn` | | `timeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-seconds` |
(build-cfn-maintenance-window-task-maintenance-window-step-functions-parameters-property-builder
builder
id
config)
The build-cfn-maintenance-window-task-maintenance-window-step-functions-parameters-property-builder function updates a CfnMaintenanceWindowTask$MaintenanceWindowStepFunctionsParametersProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$MaintenanceWindowStepFunctionsParametersProperty$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 |
---|---|---|---|
input | java.lang.String | cdk.support/lookup-entry | :input |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-maintenance-window-task-maintenance-window-step-functions-parameters-property-builder function updates a CfnMaintenanceWindowTask$MaintenanceWindowStepFunctionsParametersProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$MaintenanceWindowStepFunctionsParametersProperty$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 | |---|---|---|---| | `input` | java.lang.String | [[cdk.support/lookup-entry]] | `:input` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-maintenance-window-task-notification-config-property-builder builder
id
config)
The build-cfn-maintenance-window-task-notification-config-property-builder function updates a CfnMaintenanceWindowTask$NotificationConfigProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$NotificationConfigProperty$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 |
---|---|---|---|
notificationArn | java.lang.String | cdk.support/lookup-entry | :notification-arn |
notificationEvents | java.util.List | cdk.support/lookup-entry | :notification-events |
notificationType | java.lang.String | cdk.support/lookup-entry | :notification-type |
The build-cfn-maintenance-window-task-notification-config-property-builder function updates a CfnMaintenanceWindowTask$NotificationConfigProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$NotificationConfigProperty$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 | |---|---|---|---| | `notificationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-arn` | | `notificationEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-events` | | `notificationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-type` |
(build-cfn-maintenance-window-task-props-builder builder id config)
The build-cfn-maintenance-window-task-props-builder function updates a CfnMaintenanceWindowTaskProps$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTaskProps$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 |
---|---|---|---|
cutoffBehavior | java.lang.String | cdk.support/lookup-entry | :cutoff-behavior |
description | java.lang.String | cdk.support/lookup-entry | :description |
loggingInfo | software.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask$LoggingInfoProperty | cdk.support/lookup-entry | :logging-info |
maxConcurrency | java.lang.String | cdk.support/lookup-entry | :max-concurrency |
maxErrors | java.lang.String | cdk.support/lookup-entry | :max-errors |
name | java.lang.String | cdk.support/lookup-entry | :name |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
serviceRoleArn | java.lang.String | cdk.support/lookup-entry | :service-role-arn |
targets | java.util.List | cdk.support/lookup-entry | :targets |
taskArn | java.lang.String | cdk.support/lookup-entry | :task-arn |
taskInvocationParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :task-invocation-parameters |
taskParameters | java.lang.Object | cdk.support/lookup-entry | :task-parameters |
taskType | java.lang.String | cdk.support/lookup-entry | :task-type |
windowId | java.lang.String | cdk.support/lookup-entry | :window-id |
The build-cfn-maintenance-window-task-props-builder function updates a CfnMaintenanceWindowTaskProps$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTaskProps$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 | |---|---|---|---| | `cutoffBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:cutoff-behavior` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `loggingInfo` | software.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask$LoggingInfoProperty | [[cdk.support/lookup-entry]] | `:logging-info` | | `maxConcurrency` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-concurrency` | | `maxErrors` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-errors` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `serviceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role-arn` | | `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` | | `taskArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-arn` | | `taskInvocationParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:task-invocation-parameters` | | `taskParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:task-parameters` | | `taskType` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-type` | | `windowId` | java.lang.String | [[cdk.support/lookup-entry]] | `:window-id` |
(build-cfn-maintenance-window-task-target-property-builder builder id config)
The build-cfn-maintenance-window-task-target-property-builder function updates a CfnMaintenanceWindowTask$TargetProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$TargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-maintenance-window-task-target-property-builder function updates a CfnMaintenanceWindowTask$TargetProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$TargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-maintenance-window-task-task-invocation-parameters-property-builder
builder
id
config)
The build-cfn-maintenance-window-task-task-invocation-parameters-property-builder function updates a CfnMaintenanceWindowTask$TaskInvocationParametersProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$TaskInvocationParametersProperty$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 |
---|---|---|---|
maintenanceWindowAutomationParameters | software.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask$MaintenanceWindowAutomationParametersProperty | cdk.support/lookup-entry | :maintenance-window-automation-parameters |
maintenanceWindowLambdaParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :maintenance-window-lambda-parameters |
maintenanceWindowRunCommandParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :maintenance-window-run-command-parameters |
maintenanceWindowStepFunctionsParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :maintenance-window-step-functions-parameters |
The build-cfn-maintenance-window-task-task-invocation-parameters-property-builder function updates a CfnMaintenanceWindowTask$TaskInvocationParametersProperty$Builder instance using the provided configuration. The function takes the CfnMaintenanceWindowTask$TaskInvocationParametersProperty$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 | |---|---|---|---| | `maintenanceWindowAutomationParameters` | software.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask$MaintenanceWindowAutomationParametersProperty | [[cdk.support/lookup-entry]] | `:maintenance-window-automation-parameters` | | `maintenanceWindowLambdaParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:maintenance-window-lambda-parameters` | | `maintenanceWindowRunCommandParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:maintenance-window-run-command-parameters` | | `maintenanceWindowStepFunctionsParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:maintenance-window-step-functions-parameters` |
(build-cfn-parameter-builder builder id config)
The build-cfn-parameter-builder function updates a CfnParameter$Builder instance using the provided configuration. The function takes the CfnParameter$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 |
---|---|---|---|
allowedPattern | java.lang.String | cdk.support/lookup-entry | :allowed-pattern |
dataType | java.lang.String | cdk.support/lookup-entry | :data-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
policies | java.lang.String | cdk.support/lookup-entry | :policies |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
tier | java.lang.String | cdk.support/lookup-entry | :tier |
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-parameter-builder function updates a CfnParameter$Builder instance using the provided configuration. The function takes the CfnParameter$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 | |---|---|---|---| | `allowedPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-pattern` | | `dataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `policies` | java.lang.String | [[cdk.support/lookup-entry]] | `:policies` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `tier` | java.lang.String | [[cdk.support/lookup-entry]] | `:tier` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-parameter-props-builder builder id config)
The build-cfn-parameter-props-builder function updates a CfnParameterProps$Builder instance using the provided configuration. The function takes the CfnParameterProps$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 |
---|---|---|---|
allowedPattern | java.lang.String | cdk.support/lookup-entry | :allowed-pattern |
dataType | java.lang.String | cdk.support/lookup-entry | :data-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
policies | java.lang.String | cdk.support/lookup-entry | :policies |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
tier | java.lang.String | cdk.support/lookup-entry | :tier |
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-parameter-props-builder function updates a CfnParameterProps$Builder instance using the provided configuration. The function takes the CfnParameterProps$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 | |---|---|---|---| | `allowedPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-pattern` | | `dataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `policies` | java.lang.String | [[cdk.support/lookup-entry]] | `:policies` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `tier` | java.lang.String | [[cdk.support/lookup-entry]] | `:tier` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-patch-baseline-builder builder id config)
The build-cfn-patch-baseline-builder function updates a CfnPatchBaseline$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$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 |
---|---|---|---|
approvalRules | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :approval-rules |
approvedPatches | java.util.List | cdk.support/lookup-entry | :approved-patches |
approvedPatchesComplianceLevel | java.lang.String | cdk.support/lookup-entry | :approved-patches-compliance-level |
approvedPatchesEnableNonSecurity | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :approved-patches-enable-non-security |
defaultBaseline | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :default-baseline |
description | java.lang.String | cdk.support/lookup-entry | :description |
globalFilters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :global-filters |
name | java.lang.String | cdk.support/lookup-entry | :name |
operatingSystem | java.lang.String | cdk.support/lookup-entry | :operating-system |
patchGroups | java.util.List | cdk.support/lookup-entry | :patch-groups |
rejectedPatches | java.util.List | cdk.support/lookup-entry | :rejected-patches |
rejectedPatchesAction | java.lang.String | cdk.support/lookup-entry | :rejected-patches-action |
sources | java.util.List | cdk.support/lookup-entry | :sources |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-patch-baseline-builder function updates a CfnPatchBaseline$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$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 | |---|---|---|---| | `approvalRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:approval-rules` | | `approvedPatches` | java.util.List | [[cdk.support/lookup-entry]] | `:approved-patches` | | `approvedPatchesComplianceLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:approved-patches-compliance-level` | | `approvedPatchesEnableNonSecurity` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:approved-patches-enable-non-security` | | `defaultBaseline` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-baseline` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `globalFilters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:global-filters` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `operatingSystem` | java.lang.String | [[cdk.support/lookup-entry]] | `:operating-system` | | `patchGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:patch-groups` | | `rejectedPatches` | java.util.List | [[cdk.support/lookup-entry]] | `:rejected-patches` | | `rejectedPatchesAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:rejected-patches-action` | | `sources` | java.util.List | [[cdk.support/lookup-entry]] | `:sources` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-patch-baseline-patch-filter-group-property-builder builder id config)
The build-cfn-patch-baseline-patch-filter-group-property-builder function updates a CfnPatchBaseline$PatchFilterGroupProperty$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$PatchFilterGroupProperty$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 |
---|---|---|---|
patchFilters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :patch-filters |
The build-cfn-patch-baseline-patch-filter-group-property-builder function updates a CfnPatchBaseline$PatchFilterGroupProperty$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$PatchFilterGroupProperty$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 | |---|---|---|---| | `patchFilters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:patch-filters` |
(build-cfn-patch-baseline-patch-filter-property-builder builder id config)
The build-cfn-patch-baseline-patch-filter-property-builder function updates a CfnPatchBaseline$PatchFilterProperty$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$PatchFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-patch-baseline-patch-filter-property-builder function updates a CfnPatchBaseline$PatchFilterProperty$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$PatchFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-patch-baseline-patch-source-property-builder builder id config)
The build-cfn-patch-baseline-patch-source-property-builder function updates a CfnPatchBaseline$PatchSourceProperty$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$PatchSourceProperty$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 |
---|---|---|---|
configuration | java.lang.String | cdk.support/lookup-entry | :configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
products | java.util.List | cdk.support/lookup-entry | :products |
The build-cfn-patch-baseline-patch-source-property-builder function updates a CfnPatchBaseline$PatchSourceProperty$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$PatchSourceProperty$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 | |---|---|---|---| | `configuration` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `products` | java.util.List | [[cdk.support/lookup-entry]] | `:products` |
(build-cfn-patch-baseline-props-builder builder id config)
The build-cfn-patch-baseline-props-builder function updates a CfnPatchBaselineProps$Builder instance using the provided configuration. The function takes the CfnPatchBaselineProps$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 |
---|---|---|---|
approvalRules | software.amazon.awscdk.services.ssm.CfnPatchBaseline$RuleGroupProperty | cdk.support/lookup-entry | :approval-rules |
approvedPatches | java.util.List | cdk.support/lookup-entry | :approved-patches |
approvedPatchesComplianceLevel | java.lang.String | cdk.support/lookup-entry | :approved-patches-compliance-level |
approvedPatchesEnableNonSecurity | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :approved-patches-enable-non-security |
defaultBaseline | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :default-baseline |
description | java.lang.String | cdk.support/lookup-entry | :description |
globalFilters | software.amazon.awscdk.services.ssm.CfnPatchBaseline$PatchFilterGroupProperty | cdk.support/lookup-entry | :global-filters |
name | java.lang.String | cdk.support/lookup-entry | :name |
operatingSystem | java.lang.String | cdk.support/lookup-entry | :operating-system |
patchGroups | java.util.List | cdk.support/lookup-entry | :patch-groups |
rejectedPatches | java.util.List | cdk.support/lookup-entry | :rejected-patches |
rejectedPatchesAction | java.lang.String | cdk.support/lookup-entry | :rejected-patches-action |
sources | java.util.List | cdk.support/lookup-entry | :sources |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-patch-baseline-props-builder function updates a CfnPatchBaselineProps$Builder instance using the provided configuration. The function takes the CfnPatchBaselineProps$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 | |---|---|---|---| | `approvalRules` | software.amazon.awscdk.services.ssm.CfnPatchBaseline$RuleGroupProperty | [[cdk.support/lookup-entry]] | `:approval-rules` | | `approvedPatches` | java.util.List | [[cdk.support/lookup-entry]] | `:approved-patches` | | `approvedPatchesComplianceLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:approved-patches-compliance-level` | | `approvedPatchesEnableNonSecurity` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:approved-patches-enable-non-security` | | `defaultBaseline` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-baseline` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `globalFilters` | software.amazon.awscdk.services.ssm.CfnPatchBaseline$PatchFilterGroupProperty | [[cdk.support/lookup-entry]] | `:global-filters` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `operatingSystem` | java.lang.String | [[cdk.support/lookup-entry]] | `:operating-system` | | `patchGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:patch-groups` | | `rejectedPatches` | java.util.List | [[cdk.support/lookup-entry]] | `:rejected-patches` | | `rejectedPatchesAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:rejected-patches-action` | | `sources` | java.util.List | [[cdk.support/lookup-entry]] | `:sources` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-patch-baseline-rule-group-property-builder builder id config)
The build-cfn-patch-baseline-rule-group-property-builder function updates a CfnPatchBaseline$RuleGroupProperty$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$RuleGroupProperty$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 |
---|---|---|---|
patchRules | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :patch-rules |
The build-cfn-patch-baseline-rule-group-property-builder function updates a CfnPatchBaseline$RuleGroupProperty$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$RuleGroupProperty$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 | |---|---|---|---| | `patchRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:patch-rules` |
(build-cfn-patch-baseline-rule-property-builder builder id config)
The build-cfn-patch-baseline-rule-property-builder function updates a CfnPatchBaseline$RuleProperty$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$RuleProperty$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 |
---|---|---|---|
approveAfterDays | java.lang.Number | cdk.support/lookup-entry | :approve-after-days |
approveUntilDate | java.lang.String | cdk.support/lookup-entry | :approve-until-date |
complianceLevel | java.lang.String | cdk.support/lookup-entry | :compliance-level |
enableNonSecurity | java.lang.Boolean | cdk.support/lookup-entry | :enable-non-security |
patchFilterGroup | software.amazon.awscdk.services.ssm.CfnPatchBaseline$PatchFilterGroupProperty | cdk.support/lookup-entry | :patch-filter-group |
The build-cfn-patch-baseline-rule-property-builder function updates a CfnPatchBaseline$RuleProperty$Builder instance using the provided configuration. The function takes the CfnPatchBaseline$RuleProperty$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 | |---|---|---|---| | `approveAfterDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:approve-after-days` | | `approveUntilDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:approve-until-date` | | `complianceLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:compliance-level` | | `enableNonSecurity` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-non-security` | | `patchFilterGroup` | software.amazon.awscdk.services.ssm.CfnPatchBaseline$PatchFilterGroupProperty | [[cdk.support/lookup-entry]] | `:patch-filter-group` |
(build-cfn-resource-data-sync-aws-organizations-source-property-builder builder
id
config)
The build-cfn-resource-data-sync-aws-organizations-source-property-builder function updates a CfnResourceDataSync$AwsOrganizationsSourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceDataSync$AwsOrganizationsSourceProperty$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 |
---|---|---|---|
organizationSourceType | java.lang.String | cdk.support/lookup-entry | :organization-source-type |
organizationalUnits | java.util.List | cdk.support/lookup-entry | :organizational-units |
The build-cfn-resource-data-sync-aws-organizations-source-property-builder function updates a CfnResourceDataSync$AwsOrganizationsSourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceDataSync$AwsOrganizationsSourceProperty$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 | |---|---|---|---| | `organizationSourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-source-type` | | `organizationalUnits` | java.util.List | [[cdk.support/lookup-entry]] | `:organizational-units` |
(build-cfn-resource-data-sync-builder builder id config)
The build-cfn-resource-data-sync-builder function updates a CfnResourceDataSync$Builder instance using the provided configuration. The function takes the CfnResourceDataSync$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 |
bucketPrefix | java.lang.String | cdk.support/lookup-entry | :bucket-prefix |
bucketRegion | java.lang.String | cdk.support/lookup-entry | :bucket-region |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
s3Destination | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3-destination |
syncFormat | java.lang.String | cdk.support/lookup-entry | :sync-format |
syncName | java.lang.String | cdk.support/lookup-entry | :sync-name |
syncSource | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sync-source |
syncType | java.lang.String | cdk.support/lookup-entry | :sync-type |
The build-cfn-resource-data-sync-builder function updates a CfnResourceDataSync$Builder instance using the provided configuration. The function takes the CfnResourceDataSync$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` | | `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` | | `bucketRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-region` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` | | `s3Destination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-destination` | | `syncFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-format` | | `syncName` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-name` | | `syncSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sync-source` | | `syncType` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-type` |
(build-cfn-resource-data-sync-props-builder builder id config)
The build-cfn-resource-data-sync-props-builder function updates a CfnResourceDataSyncProps$Builder instance using the provided configuration. The function takes the CfnResourceDataSyncProps$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 |
bucketPrefix | java.lang.String | cdk.support/lookup-entry | :bucket-prefix |
bucketRegion | java.lang.String | cdk.support/lookup-entry | :bucket-region |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
s3Destination | software.amazon.awscdk.services.ssm.CfnResourceDataSync$S3DestinationProperty | cdk.support/lookup-entry | :s3-destination |
syncFormat | java.lang.String | cdk.support/lookup-entry | :sync-format |
syncName | java.lang.String | cdk.support/lookup-entry | :sync-name |
syncSource | software.amazon.awscdk.services.ssm.CfnResourceDataSync$SyncSourceProperty | cdk.support/lookup-entry | :sync-source |
syncType | java.lang.String | cdk.support/lookup-entry | :sync-type |
The build-cfn-resource-data-sync-props-builder function updates a CfnResourceDataSyncProps$Builder instance using the provided configuration. The function takes the CfnResourceDataSyncProps$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` | | `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` | | `bucketRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-region` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` | | `s3Destination` | software.amazon.awscdk.services.ssm.CfnResourceDataSync$S3DestinationProperty | [[cdk.support/lookup-entry]] | `:s3-destination` | | `syncFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-format` | | `syncName` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-name` | | `syncSource` | software.amazon.awscdk.services.ssm.CfnResourceDataSync$SyncSourceProperty | [[cdk.support/lookup-entry]] | `:sync-source` | | `syncType` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-type` |
(build-cfn-resource-data-sync-s3-destination-property-builder builder id config)
The build-cfn-resource-data-sync-s3-destination-property-builder function updates a CfnResourceDataSync$S3DestinationProperty$Builder instance using the provided configuration. The function takes the CfnResourceDataSync$S3DestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
bucketPrefix | java.lang.String | cdk.support/lookup-entry | :bucket-prefix |
bucketRegion | java.lang.String | cdk.support/lookup-entry | :bucket-region |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
syncFormat | java.lang.String | cdk.support/lookup-entry | :sync-format |
The build-cfn-resource-data-sync-s3-destination-property-builder function updates a CfnResourceDataSync$S3DestinationProperty$Builder instance using the provided configuration. The function takes the CfnResourceDataSync$S3DestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` | | `bucketRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-region` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` | | `syncFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-format` |
(build-cfn-resource-data-sync-sync-source-property-builder builder id config)
The build-cfn-resource-data-sync-sync-source-property-builder function updates a CfnResourceDataSync$SyncSourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceDataSync$SyncSourceProperty$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 |
---|---|---|---|
awsOrganizationsSource | software.amazon.awscdk.services.ssm.CfnResourceDataSync$AwsOrganizationsSourceProperty | cdk.support/lookup-entry | :aws-organizations-source |
includeFutureRegions | java.lang.Boolean | cdk.support/lookup-entry | :include-future-regions |
sourceRegions | java.util.List | cdk.support/lookup-entry | :source-regions |
sourceType | java.lang.String | cdk.support/lookup-entry | :source-type |
The build-cfn-resource-data-sync-sync-source-property-builder function updates a CfnResourceDataSync$SyncSourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceDataSync$SyncSourceProperty$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 | |---|---|---|---| | `awsOrganizationsSource` | software.amazon.awscdk.services.ssm.CfnResourceDataSync$AwsOrganizationsSourceProperty | [[cdk.support/lookup-entry]] | `:aws-organizations-source` | | `includeFutureRegions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-future-regions` | | `sourceRegions` | java.util.List | [[cdk.support/lookup-entry]] | `:source-regions` | | `sourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-type` |
(build-cfn-resource-policy-builder builder id config)
The build-cfn-resource-policy-builder function updates a CfnResourcePolicy$Builder instance using the provided configuration. The function takes the CfnResourcePolicy$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 |
---|---|---|---|
policy | java.lang.Object | cdk.support/lookup-entry | :policy |
resourceArn | java.lang.String | cdk.support/lookup-entry | :resource-arn |
The build-cfn-resource-policy-builder function updates a CfnResourcePolicy$Builder instance using the provided configuration. The function takes the CfnResourcePolicy$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 | |---|---|---|---| | `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` | | `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
(build-cfn-resource-policy-props-builder builder id config)
The build-cfn-resource-policy-props-builder function updates a CfnResourcePolicyProps$Builder instance using the provided configuration. The function takes the CfnResourcePolicyProps$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 |
---|---|---|---|
policy | java.lang.Object | cdk.support/lookup-entry | :policy |
resourceArn | java.lang.String | cdk.support/lookup-entry | :resource-arn |
The build-cfn-resource-policy-props-builder function updates a CfnResourcePolicyProps$Builder instance using the provided configuration. The function takes the CfnResourcePolicyProps$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 | |---|---|---|---| | `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` | | `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
(build-common-string-parameter-attributes-builder builder id config)
The build-common-string-parameter-attributes-builder function updates a CommonStringParameterAttributes$Builder instance using the provided configuration. The function takes the CommonStringParameterAttributes$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 |
simpleName | java.lang.Boolean | cdk.support/lookup-entry | :simple-name |
The build-common-string-parameter-attributes-builder function updates a CommonStringParameterAttributes$Builder instance using the provided configuration. The function takes the CommonStringParameterAttributes$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` | | `simpleName` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:simple-name` |
(build-list-parameter-attributes-builder builder id config)
The build-list-parameter-attributes-builder function updates a ListParameterAttributes$Builder instance using the provided configuration. The function takes the ListParameterAttributes$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 |
---|---|---|---|
elementType | software.amazon.awscdk.services.ssm.ParameterValueType | cdk.api.services.ssm/parameter-value-type | :element-type |
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
simpleName | java.lang.Boolean | cdk.support/lookup-entry | :simple-name |
version | java.lang.Number | cdk.support/lookup-entry | :version |
The build-list-parameter-attributes-builder function updates a ListParameterAttributes$Builder instance using the provided configuration. The function takes the ListParameterAttributes$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 | |---|---|---|---| | `elementType` | software.amazon.awscdk.services.ssm.ParameterValueType | [[cdk.api.services.ssm/parameter-value-type]] | `:element-type` | | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `simpleName` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:simple-name` | | `version` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version` |
(build-parameter-options-builder builder id config)
The build-parameter-options-builder function updates a ParameterOptions$Builder instance using the provided configuration. The function takes the ParameterOptions$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 |
---|---|---|---|
allowedPattern | java.lang.String | cdk.support/lookup-entry | :allowed-pattern |
description | java.lang.String | cdk.support/lookup-entry | :description |
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
simpleName | java.lang.Boolean | cdk.support/lookup-entry | :simple-name |
tier | software.amazon.awscdk.services.ssm.ParameterTier | cdk.api.services.ssm/parameter-tier | :tier |
The build-parameter-options-builder function updates a ParameterOptions$Builder instance using the provided configuration. The function takes the ParameterOptions$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 | |---|---|---|---| | `allowedPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-pattern` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `simpleName` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:simple-name` | | `tier` | software.amazon.awscdk.services.ssm.ParameterTier | [[cdk.api.services.ssm/parameter-tier]] | `:tier` |
(build-secure-string-parameter-attributes-builder builder id config)
The build-secure-string-parameter-attributes-builder function updates a SecureStringParameterAttributes$Builder instance using the provided configuration. The function takes the SecureStringParameterAttributes$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 |
---|---|---|---|
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
simpleName | java.lang.Boolean | cdk.support/lookup-entry | :simple-name |
version | java.lang.Number | cdk.support/lookup-entry | :version |
The build-secure-string-parameter-attributes-builder function updates a SecureStringParameterAttributes$Builder instance using the provided configuration. The function takes the SecureStringParameterAttributes$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 | |---|---|---|---| | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `simpleName` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:simple-name` | | `version` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version` |
(build-string-list-parameter-builder builder id config)
The build-string-list-parameter-builder function updates a StringListParameter$Builder instance using the provided configuration. The function takes the StringListParameter$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 |
---|---|---|---|
allowedPattern | java.lang.String | cdk.support/lookup-entry | :allowed-pattern |
description | java.lang.String | cdk.support/lookup-entry | :description |
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
simpleName | java.lang.Boolean | cdk.support/lookup-entry | :simple-name |
stringListValue | java.util.List | cdk.support/lookup-entry | :string-list-value |
tier | software.amazon.awscdk.services.ssm.ParameterTier | cdk.api.services.ssm/parameter-tier | :tier |
The build-string-list-parameter-builder function updates a StringListParameter$Builder instance using the provided configuration. The function takes the StringListParameter$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 | |---|---|---|---| | `allowedPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-pattern` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `simpleName` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:simple-name` | | `stringListValue` | java.util.List | [[cdk.support/lookup-entry]] | `:string-list-value` | | `tier` | software.amazon.awscdk.services.ssm.ParameterTier | [[cdk.api.services.ssm/parameter-tier]] | `:tier` |
(build-string-list-parameter-props-builder builder id config)
The build-string-list-parameter-props-builder function updates a StringListParameterProps$Builder instance using the provided configuration. The function takes the StringListParameterProps$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 |
---|---|---|---|
allowedPattern | java.lang.String | cdk.support/lookup-entry | :allowed-pattern |
description | java.lang.String | cdk.support/lookup-entry | :description |
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
simpleName | java.lang.Boolean | cdk.support/lookup-entry | :simple-name |
stringListValue | java.util.List | cdk.support/lookup-entry | :string-list-value |
tier | software.amazon.awscdk.services.ssm.ParameterTier | cdk.api.services.ssm/parameter-tier | :tier |
The build-string-list-parameter-props-builder function updates a StringListParameterProps$Builder instance using the provided configuration. The function takes the StringListParameterProps$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 | |---|---|---|---| | `allowedPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-pattern` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `simpleName` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:simple-name` | | `stringListValue` | java.util.List | [[cdk.support/lookup-entry]] | `:string-list-value` | | `tier` | software.amazon.awscdk.services.ssm.ParameterTier | [[cdk.api.services.ssm/parameter-tier]] | `:tier` |
(build-string-parameter-attributes-builder builder id config)
The build-string-parameter-attributes-builder function updates a StringParameterAttributes$Builder instance using the provided configuration. The function takes the StringParameterAttributes$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 |
---|---|---|---|
forceDynamicReference | java.lang.Boolean | cdk.support/lookup-entry | :force-dynamic-reference |
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
simpleName | java.lang.Boolean | cdk.support/lookup-entry | :simple-name |
type | software.amazon.awscdk.services.ssm.ParameterType | cdk.support/lookup-entry | :type |
valueType | software.amazon.awscdk.services.ssm.ParameterValueType | cdk.api.services.ssm/parameter-value-type | :value-type |
version | java.lang.Number | cdk.support/lookup-entry | :version |
The build-string-parameter-attributes-builder function updates a StringParameterAttributes$Builder instance using the provided configuration. The function takes the StringParameterAttributes$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 | |---|---|---|---| | `forceDynamicReference` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:force-dynamic-reference` | | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `simpleName` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:simple-name` | | `type` | software.amazon.awscdk.services.ssm.ParameterType | [[cdk.support/lookup-entry]] | `:type` | | `valueType` | software.amazon.awscdk.services.ssm.ParameterValueType | [[cdk.api.services.ssm/parameter-value-type]] | `:value-type` | | `version` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version` |
(build-string-parameter-builder builder id config)
The build-string-parameter-builder function updates a StringParameter$Builder instance using the provided configuration. The function takes the StringParameter$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 |
---|---|---|---|
allowedPattern | java.lang.String | cdk.support/lookup-entry | :allowed-pattern |
dataType | software.amazon.awscdk.services.ssm.ParameterDataType | cdk.api.services.ssm/parameter-data-type | :data-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
simpleName | java.lang.Boolean | cdk.support/lookup-entry | :simple-name |
stringValue | java.lang.String | cdk.support/lookup-entry | :string-value |
tier | software.amazon.awscdk.services.ssm.ParameterTier | cdk.api.services.ssm/parameter-tier | :tier |
type | software.amazon.awscdk.services.ssm.ParameterType | cdk.support/lookup-entry | :type |
The build-string-parameter-builder function updates a StringParameter$Builder instance using the provided configuration. The function takes the StringParameter$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 | |---|---|---|---| | `allowedPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-pattern` | | `dataType` | software.amazon.awscdk.services.ssm.ParameterDataType | [[cdk.api.services.ssm/parameter-data-type]] | `:data-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `simpleName` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:simple-name` | | `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` | | `tier` | software.amazon.awscdk.services.ssm.ParameterTier | [[cdk.api.services.ssm/parameter-tier]] | `:tier` | | `type` | software.amazon.awscdk.services.ssm.ParameterType | [[cdk.support/lookup-entry]] | `:type` |
(build-string-parameter-props-builder builder id config)
The build-string-parameter-props-builder function updates a StringParameterProps$Builder instance using the provided configuration. The function takes the StringParameterProps$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 |
---|---|---|---|
allowedPattern | java.lang.String | cdk.support/lookup-entry | :allowed-pattern |
dataType | software.amazon.awscdk.services.ssm.ParameterDataType | cdk.api.services.ssm/parameter-data-type | :data-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
simpleName | java.lang.Boolean | cdk.support/lookup-entry | :simple-name |
stringValue | java.lang.String | cdk.support/lookup-entry | :string-value |
tier | software.amazon.awscdk.services.ssm.ParameterTier | cdk.api.services.ssm/parameter-tier | :tier |
type | software.amazon.awscdk.services.ssm.ParameterType | cdk.support/lookup-entry | :type |
The build-string-parameter-props-builder function updates a StringParameterProps$Builder instance using the provided configuration. The function takes the StringParameterProps$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 | |---|---|---|---| | `allowedPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-pattern` | | `dataType` | software.amazon.awscdk.services.ssm.ParameterDataType | [[cdk.api.services.ssm/parameter-data-type]] | `:data-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `simpleName` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:simple-name` | | `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` | | `tier` | software.amazon.awscdk.services.ssm.ParameterTier | [[cdk.api.services.ssm/parameter-tier]] | `:tier` | | `type` | software.amazon.awscdk.services.ssm.ParameterType | [[cdk.support/lookup-entry]] | `:type` |
(cfn-association-builder scope id config)
Creates a CfnAssociation$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 `CfnAssociation$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-association-instance-association-output-location-property-builder id
config)
Creates a CfnAssociation$InstanceAssociationOutputLocationProperty$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 `CfnAssociation$InstanceAssociationOutputLocationProperty$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-association-props-builder id config)
Creates a CfnAssociationProps$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 `CfnAssociationProps$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-association-s3-output-location-property-builder id config)
Creates a CfnAssociation$S3OutputLocationProperty$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 `CfnAssociation$S3OutputLocationProperty$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-association-target-property-builder id config)
Creates a CfnAssociation$TargetProperty$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 `CfnAssociation$TargetProperty$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-document-attachments-source-property-builder id config)
Creates a CfnDocument$AttachmentsSourceProperty$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 `CfnDocument$AttachmentsSourceProperty$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-document-builder scope id config)
Creates a CfnDocument$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 `CfnDocument$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-document-document-requires-property-builder id config)
Creates a CfnDocument$DocumentRequiresProperty$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 `CfnDocument$DocumentRequiresProperty$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-document-props-builder id config)
Creates a CfnDocumentProps$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 `CfnDocumentProps$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-maintenance-window-builder scope id config)
Creates a CfnMaintenanceWindow$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 `CfnMaintenanceWindow$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-maintenance-window-props-builder id config)
Creates a CfnMaintenanceWindowProps$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 `CfnMaintenanceWindowProps$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-maintenance-window-target-builder scope id config)
Creates a CfnMaintenanceWindowTarget$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 `CfnMaintenanceWindowTarget$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-maintenance-window-target-props-builder id config)
Creates a CfnMaintenanceWindowTargetProps$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 `CfnMaintenanceWindowTargetProps$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-maintenance-window-target-targets-property-builder id config)
Creates a CfnMaintenanceWindowTarget$TargetsProperty$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 `CfnMaintenanceWindowTarget$TargetsProperty$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-maintenance-window-task-builder scope id config)
Creates a CfnMaintenanceWindowTask$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 `CfnMaintenanceWindowTask$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-maintenance-window-task-cloud-watch-output-config-property-builder id
config)
Creates a CfnMaintenanceWindowTask$CloudWatchOutputConfigProperty$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 `CfnMaintenanceWindowTask$CloudWatchOutputConfigProperty$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-maintenance-window-task-logging-info-property-builder id config)
Creates a CfnMaintenanceWindowTask$LoggingInfoProperty$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 `CfnMaintenanceWindowTask$LoggingInfoProperty$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-maintenance-window-task-maintenance-window-automation-parameters-property-builder
id
config)
Creates a CfnMaintenanceWindowTask$MaintenanceWindowAutomationParametersProperty$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 `CfnMaintenanceWindowTask$MaintenanceWindowAutomationParametersProperty$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-maintenance-window-task-maintenance-window-lambda-parameters-property-builder
id
config)
Creates a CfnMaintenanceWindowTask$MaintenanceWindowLambdaParametersProperty$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 `CfnMaintenanceWindowTask$MaintenanceWindowLambdaParametersProperty$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-maintenance-window-task-maintenance-window-run-command-parameters-property-builder
id
config)
Creates a CfnMaintenanceWindowTask$MaintenanceWindowRunCommandParametersProperty$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 `CfnMaintenanceWindowTask$MaintenanceWindowRunCommandParametersProperty$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-maintenance-window-task-maintenance-window-step-functions-parameters-property-builder
id
config)
Creates a CfnMaintenanceWindowTask$MaintenanceWindowStepFunctionsParametersProperty$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 `CfnMaintenanceWindowTask$MaintenanceWindowStepFunctionsParametersProperty$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-maintenance-window-task-notification-config-property-builder id config)
Creates a CfnMaintenanceWindowTask$NotificationConfigProperty$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 `CfnMaintenanceWindowTask$NotificationConfigProperty$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-maintenance-window-task-props-builder id config)
Creates a CfnMaintenanceWindowTaskProps$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 `CfnMaintenanceWindowTaskProps$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-maintenance-window-task-target-property-builder id config)
Creates a CfnMaintenanceWindowTask$TargetProperty$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 `CfnMaintenanceWindowTask$TargetProperty$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-maintenance-window-task-task-invocation-parameters-property-builder id
config)
Creates a CfnMaintenanceWindowTask$TaskInvocationParametersProperty$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 `CfnMaintenanceWindowTask$TaskInvocationParametersProperty$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-parameter-builder scope id config)
Creates a CfnParameter$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 `CfnParameter$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-parameter-props-builder id config)
Creates a CfnParameterProps$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 `CfnParameterProps$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-patch-baseline-builder scope id config)
Creates a CfnPatchBaseline$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 `CfnPatchBaseline$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-patch-baseline-patch-filter-group-property-builder id config)
Creates a CfnPatchBaseline$PatchFilterGroupProperty$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 `CfnPatchBaseline$PatchFilterGroupProperty$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-patch-baseline-patch-filter-property-builder id config)
Creates a CfnPatchBaseline$PatchFilterProperty$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 `CfnPatchBaseline$PatchFilterProperty$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-patch-baseline-patch-source-property-builder id config)
Creates a CfnPatchBaseline$PatchSourceProperty$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 `CfnPatchBaseline$PatchSourceProperty$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-patch-baseline-props-builder id config)
Creates a CfnPatchBaselineProps$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 `CfnPatchBaselineProps$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-patch-baseline-rule-group-property-builder id config)
Creates a CfnPatchBaseline$RuleGroupProperty$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 `CfnPatchBaseline$RuleGroupProperty$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-patch-baseline-rule-property-builder id config)
Creates a CfnPatchBaseline$RuleProperty$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 `CfnPatchBaseline$RuleProperty$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-resource-data-sync-aws-organizations-source-property-builder id config)
Creates a CfnResourceDataSync$AwsOrganizationsSourceProperty$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 `CfnResourceDataSync$AwsOrganizationsSourceProperty$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-resource-data-sync-builder scope id config)
Creates a CfnResourceDataSync$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 `CfnResourceDataSync$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-resource-data-sync-props-builder id config)
Creates a CfnResourceDataSyncProps$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 `CfnResourceDataSyncProps$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-resource-data-sync-s3-destination-property-builder id config)
Creates a CfnResourceDataSync$S3DestinationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnResourceDataSync$S3DestinationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-resource-data-sync-sync-source-property-builder id config)
Creates a CfnResourceDataSync$SyncSourceProperty$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 `CfnResourceDataSync$SyncSourceProperty$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-resource-policy-builder scope id config)
Creates a CfnResourcePolicy$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 `CfnResourcePolicy$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-resource-policy-props-builder id config)
Creates a CfnResourcePolicyProps$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 `CfnResourcePolicyProps$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 |
(common-string-parameter-attributes-builder id config)
Creates a CommonStringParameterAttributes$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 `CommonStringParameterAttributes$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 |
(list-parameter-attributes-builder id config)
Creates a ListParameterAttributes$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 `ListParameterAttributes$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 |
(parameter-data-type config id item-key)
The parameter-data-type
function data interprets values in the provided config data into a
ParameterDataType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ParameterDataType
- the value is returned.:text
- ParameterDataType/TEXT
is returned:aws-ec2-image
- ParameterDataType/AWS_EC2_IMAGE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `parameter-data-type` function data interprets values in the provided config data into a `ParameterDataType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ParameterDataType` - the value is returned. * is `:text` - `ParameterDataType/TEXT` is returned * is `:aws-ec2-image` - `ParameterDataType/AWS_EC2_IMAGE` is returned If a value is not found or matches the above criteria, nil is returned.
(parameter-options-builder id config)
Creates a ParameterOptions$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 `ParameterOptions$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 |
(parameter-tier config id item-key)
The parameter-tier
function data interprets values in the provided config data into a
ParameterTier
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ParameterTier
- the value is returned.:standard
- ParameterTier/STANDARD
is returned:intelligent-tiering
- ParameterTier/INTELLIGENT_TIERING
is returned:advanced
- ParameterTier/ADVANCED
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `parameter-tier` function data interprets values in the provided config data into a `ParameterTier` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ParameterTier` - the value is returned. * is `:standard` - `ParameterTier/STANDARD` is returned * is `:intelligent-tiering` - `ParameterTier/INTELLIGENT_TIERING` is returned * is `:advanced` - `ParameterTier/ADVANCED` is returned If a value is not found or matches the above criteria, nil is returned.
(parameter-value-type config id item-key)
The parameter-value-type
function data interprets values in the provided config data into a
ParameterValueType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ParameterValueType
- the value is returned.:aws-ec2-volume-id
- ParameterValueType/AWS_EC2_VOLUME_ID
is returned:aws-ec2-subnet-id
- ParameterValueType/AWS_EC2_SUBNET_ID
is returned:aws-ec2-instance-id
- ParameterValueType/AWS_EC2_INSTANCE_ID
is returned:aws-ec2-vpc-id
- ParameterValueType/AWS_EC2_VPC_ID
is returned:aws-route53-hostedzone-id
- ParameterValueType/AWS_ROUTE53_HOSTEDZONE_ID
is returned:aws-ec2-securitygroup-groupname
- ParameterValueType/AWS_EC2_SECURITYGROUP_GROUPNAME
is returned:aws-ec2-securitygroup-id
- ParameterValueType/AWS_EC2_SECURITYGROUP_ID
is returned:aws-ec2-image-id
- ParameterValueType/AWS_EC2_IMAGE_ID
is returned:aws-ec2-availabilityzone-name
- ParameterValueType/AWS_EC2_AVAILABILITYZONE_NAME
is returned:string
- ParameterValueType/STRING
is returned:aws-ec2-keypair-keyname
- ParameterValueType/AWS_EC2_KEYPAIR_KEYNAME
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `parameter-value-type` function data interprets values in the provided config data into a `ParameterValueType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ParameterValueType` - the value is returned. * is `:aws-ec2-volume-id` - `ParameterValueType/AWS_EC2_VOLUME_ID` is returned * is `:aws-ec2-subnet-id` - `ParameterValueType/AWS_EC2_SUBNET_ID` is returned * is `:aws-ec2-instance-id` - `ParameterValueType/AWS_EC2_INSTANCE_ID` is returned * is `:aws-ec2-vpc-id` - `ParameterValueType/AWS_EC2_VPC_ID` is returned * is `:aws-route53-hostedzone-id` - `ParameterValueType/AWS_ROUTE53_HOSTEDZONE_ID` is returned * is `:aws-ec2-securitygroup-groupname` - `ParameterValueType/AWS_EC2_SECURITYGROUP_GROUPNAME` is returned * is `:aws-ec2-securitygroup-id` - `ParameterValueType/AWS_EC2_SECURITYGROUP_ID` is returned * is `:aws-ec2-image-id` - `ParameterValueType/AWS_EC2_IMAGE_ID` is returned * is `:aws-ec2-availabilityzone-name` - `ParameterValueType/AWS_EC2_AVAILABILITYZONE_NAME` is returned * is `:string` - `ParameterValueType/STRING` is returned * is `:aws-ec2-keypair-keyname` - `ParameterValueType/AWS_EC2_KEYPAIR_KEYNAME` is returned If a value is not found or matches the above criteria, nil is returned.
(secure-string-parameter-attributes-builder id config)
Creates a SecureStringParameterAttributes$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 `SecureStringParameterAttributes$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 |
(string-list-parameter-builder scope id config)
Creates a StringListParameter$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 `StringListParameter$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 |
(string-list-parameter-props-builder id config)
Creates a StringListParameterProps$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 `StringListParameterProps$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 |
(string-parameter-attributes-builder id config)
Creates a StringParameterAttributes$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 `StringParameterAttributes$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 |
(string-parameter-builder scope id config)
Creates a StringParameter$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 `StringParameter$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 |
(string-parameter-props-builder id config)
Creates a StringParameterProps$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 `StringParameterProps$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