Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.ssm

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. 
raw docstring

build-cfn-association-builderclj

(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:

FieldDataTypeLookup FunctionData Key
applyOnlyAtCronIntervalsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:apply-only-at-cron-interval
associationNamejava.lang.Stringcdk.support/lookup-entry:association-name
automationTargetParameterNamejava.lang.Stringcdk.support/lookup-entry:automation-target-parameter-name
calendarNamesjava.util.Listcdk.support/lookup-entry:calendar-names
complianceSeverityjava.lang.Stringcdk.support/lookup-entry:compliance-severity
documentVersionjava.lang.Stringcdk.support/lookup-entry:document-version
instanceIdjava.lang.Stringcdk.support/lookup-entry:instance-id
maxConcurrencyjava.lang.Stringcdk.support/lookup-entry:max-concurrency
maxErrorsjava.lang.Stringcdk.support/lookup-entry:max-errors
namejava.lang.Stringcdk.support/lookup-entry:name
outputLocationsoftware.amazon.awscdk.services.ssm.CfnAssociation$InstanceAssociationOutputLocationPropertycdk.support/lookup-entry:output-location
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
scheduleExpressionjava.lang.Stringcdk.support/lookup-entry:schedule-expression
scheduleOffsetjava.lang.Numbercdk.support/lookup-entry:schedule-offset
syncCompliancejava.lang.Stringcdk.support/lookup-entry:sync-compliance
targetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:targets
waitForSuccessTimeoutSecondsjava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-association-instance-association-output-location-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
s3Locationsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-association-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
applyOnlyAtCronIntervalsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:apply-only-at-cron-interval
associationNamejava.lang.Stringcdk.support/lookup-entry:association-name
automationTargetParameterNamejava.lang.Stringcdk.support/lookup-entry:automation-target-parameter-name
calendarNamesjava.util.Listcdk.support/lookup-entry:calendar-names
complianceSeverityjava.lang.Stringcdk.support/lookup-entry:compliance-severity
documentVersionjava.lang.Stringcdk.support/lookup-entry:document-version
instanceIdjava.lang.Stringcdk.support/lookup-entry:instance-id
maxConcurrencyjava.lang.Stringcdk.support/lookup-entry:max-concurrency
maxErrorsjava.lang.Stringcdk.support/lookup-entry:max-errors
namejava.lang.Stringcdk.support/lookup-entry:name
outputLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:output-location
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
scheduleExpressionjava.lang.Stringcdk.support/lookup-entry:schedule-expression
scheduleOffsetjava.lang.Numbercdk.support/lookup-entry:schedule-offset
syncCompliancejava.lang.Stringcdk.support/lookup-entry:sync-compliance
targetsjava.util.Listcdk.support/lookup-entry:targets
waitForSuccessTimeoutSecondsjava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-association-s3-output-location-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
outputS3BucketNamejava.lang.Stringcdk.support/lookup-entry:output-s3-bucket-name
outputS3KeyPrefixjava.lang.Stringcdk.support/lookup-entry:output-s3-key-prefix
outputS3Regionjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-association-target-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuesjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-document-attachments-source-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
namejava.lang.Stringcdk.support/lookup-entry:name
valuesjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-document-builderclj

(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:

FieldDataTypeLookup FunctionData Key
attachmentsjava.util.Listcdk.support/lookup-entry:attachments
contentjava.lang.Objectcdk.support/lookup-entry:content
documentFormatjava.lang.Stringcdk.support/lookup-entry:document-format
documentTypejava.lang.Stringcdk.support/lookup-entry:document-type
namejava.lang.Stringcdk.support/lookup-entry:name
requiresjava.util.Listcdk.support/lookup-entry:requires
tagsjava.util.Listcdk.support/lookup-entry:tags
targetTypejava.lang.Stringcdk.support/lookup-entry:target-type
updateMethodjava.lang.Stringcdk.support/lookup-entry:update-method
versionNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-document-document-requires-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
versionjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-document-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
attachmentsjava.util.Listcdk.support/lookup-entry:attachments
contentjava.lang.Objectcdk.support/lookup-entry:content
documentFormatjava.lang.Stringcdk.support/lookup-entry:document-format
documentTypejava.lang.Stringcdk.support/lookup-entry:document-type
namejava.lang.Stringcdk.support/lookup-entry:name
requiressoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:requires
tagsjava.util.Listcdk.support/lookup-entry:tags
targetTypejava.lang.Stringcdk.support/lookup-entry:target-type
updateMethodjava.lang.Stringcdk.support/lookup-entry:update-method
versionNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowUnassociatedTargetsjava.lang.Booleancdk.support/lookup-entry:allow-unassociated-targets
cutoffjava.lang.Numbercdk.support/lookup-entry:cutoff
descriptionjava.lang.Stringcdk.support/lookup-entry:description
durationjava.lang.Numbercdk.support/lookup-entry:duration
endDatejava.lang.Stringcdk.support/lookup-entry:end-date
namejava.lang.Stringcdk.support/lookup-entry:name
schedulejava.lang.Stringcdk.support/lookup-entry:schedule
scheduleOffsetjava.lang.Numbercdk.support/lookup-entry:schedule-offset
scheduleTimezonejava.lang.Stringcdk.support/lookup-entry:schedule-timezone
startDatejava.lang.Stringcdk.support/lookup-entry:start-date
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowUnassociatedTargetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-unassociated-targets
cutoffjava.lang.Numbercdk.support/lookup-entry:cutoff
descriptionjava.lang.Stringcdk.support/lookup-entry:description
durationjava.lang.Numbercdk.support/lookup-entry:duration
endDatejava.lang.Stringcdk.support/lookup-entry:end-date
namejava.lang.Stringcdk.support/lookup-entry:name
schedulejava.lang.Stringcdk.support/lookup-entry:schedule
scheduleOffsetjava.lang.Numbercdk.support/lookup-entry:schedule-offset
scheduleTimezonejava.lang.Stringcdk.support/lookup-entry:schedule-timezone
startDatejava.lang.Stringcdk.support/lookup-entry:start-date
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-target-builderclj

(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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
ownerInformationjava.lang.Stringcdk.support/lookup-entry:owner-information
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
targetsjava.util.Listcdk.support/lookup-entry:targets
windowIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-target-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
ownerInformationjava.lang.Stringcdk.support/lookup-entry:owner-information
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
targetsjava.util.Listcdk.support/lookup-entry:targets
windowIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-target-targets-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuesjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-task-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cutoffBehaviorjava.lang.Stringcdk.support/lookup-entry:cutoff-behavior
descriptionjava.lang.Stringcdk.support/lookup-entry:description
loggingInfosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging-info
maxConcurrencyjava.lang.Stringcdk.support/lookup-entry:max-concurrency
maxErrorsjava.lang.Stringcdk.support/lookup-entry:max-errors
namejava.lang.Stringcdk.support/lookup-entry:name
priorityjava.lang.Numbercdk.support/lookup-entry:priority
serviceRoleArnjava.lang.Stringcdk.support/lookup-entry:service-role-arn
targetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:targets
taskArnjava.lang.Stringcdk.support/lookup-entry:task-arn
taskInvocationParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:task-invocation-parameters
taskParametersjava.lang.Objectcdk.support/lookup-entry:task-parameters
taskTypejava.lang.Stringcdk.support/lookup-entry:task-type
windowIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-task-cloud-watch-output-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cloudWatchLogGroupNamejava.lang.Stringcdk.support/lookup-entry:cloud-watch-log-group-name
cloudWatchOutputEnabledsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-maintenance-window-task-logging-info-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
regionjava.lang.Stringcdk.support/lookup-entry:region
s3Bucketjava.lang.Stringcdk.support/lookup-entry:s3-bucket
s3Prefixjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-task-maintenance-window-automation-parameters-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
documentVersionjava.lang.Stringcdk.support/lookup-entry:document-version
parametersjava.lang.Objectcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-task-maintenance-window-lambda-parameters-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
clientContextjava.lang.Stringcdk.support/lookup-entry:client-context
payloadjava.lang.Stringcdk.support/lookup-entry:payload
qualifierjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-task-maintenance-window-run-command-parameters-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cloudWatchOutputConfigsoftware.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask$CloudWatchOutputConfigPropertycdk.support/lookup-entry:cloud-watch-output-config
commentjava.lang.Stringcdk.support/lookup-entry:comment
documentHashjava.lang.Stringcdk.support/lookup-entry:document-hash
documentHashTypejava.lang.Stringcdk.support/lookup-entry:document-hash-type
documentVersionjava.lang.Stringcdk.support/lookup-entry:document-version
notificationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:notification-config
outputS3BucketNamejava.lang.Stringcdk.support/lookup-entry:output-s3-bucket-name
outputS3KeyPrefixjava.lang.Stringcdk.support/lookup-entry:output-s3-key-prefix
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
serviceRoleArnjava.lang.Stringcdk.support/lookup-entry:service-role-arn
timeoutSecondsjava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-maintenance-window-task-maintenance-window-step-functions-parameters-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
inputjava.lang.Stringcdk.support/lookup-entry:input
namejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-task-notification-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
notificationArnjava.lang.Stringcdk.support/lookup-entry:notification-arn
notificationEventsjava.util.Listcdk.support/lookup-entry:notification-events
notificationTypejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-task-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cutoffBehaviorjava.lang.Stringcdk.support/lookup-entry:cutoff-behavior
descriptionjava.lang.Stringcdk.support/lookup-entry:description
loggingInfosoftware.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask$LoggingInfoPropertycdk.support/lookup-entry:logging-info
maxConcurrencyjava.lang.Stringcdk.support/lookup-entry:max-concurrency
maxErrorsjava.lang.Stringcdk.support/lookup-entry:max-errors
namejava.lang.Stringcdk.support/lookup-entry:name
priorityjava.lang.Numbercdk.support/lookup-entry:priority
serviceRoleArnjava.lang.Stringcdk.support/lookup-entry:service-role-arn
targetsjava.util.Listcdk.support/lookup-entry:targets
taskArnjava.lang.Stringcdk.support/lookup-entry:task-arn
taskInvocationParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:task-invocation-parameters
taskParametersjava.lang.Objectcdk.support/lookup-entry:task-parameters
taskTypejava.lang.Stringcdk.support/lookup-entry:task-type
windowIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-task-target-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuesjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-maintenance-window-task-task-invocation-parameters-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
maintenanceWindowAutomationParameterssoftware.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask$MaintenanceWindowAutomationParametersPropertycdk.support/lookup-entry:maintenance-window-automation-parameters
maintenanceWindowLambdaParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:maintenance-window-lambda-parameters
maintenanceWindowRunCommandParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:maintenance-window-run-command-parameters
maintenanceWindowStepFunctionsParameterssoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-parameter-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowedPatternjava.lang.Stringcdk.support/lookup-entry:allowed-pattern
dataTypejava.lang.Stringcdk.support/lookup-entry:data-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
policiesjava.lang.Stringcdk.support/lookup-entry:policies
tagsjava.util.Mapcdk.support/lookup-entry:tags
tierjava.lang.Stringcdk.support/lookup-entry:tier
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-parameter-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowedPatternjava.lang.Stringcdk.support/lookup-entry:allowed-pattern
dataTypejava.lang.Stringcdk.support/lookup-entry:data-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
policiesjava.lang.Stringcdk.support/lookup-entry:policies
tagsjava.util.Mapcdk.support/lookup-entry:tags
tierjava.lang.Stringcdk.support/lookup-entry:tier
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-patch-baseline-builderclj

(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:

FieldDataTypeLookup FunctionData Key
approvalRulessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:approval-rules
approvedPatchesjava.util.Listcdk.support/lookup-entry:approved-patches
approvedPatchesComplianceLeveljava.lang.Stringcdk.support/lookup-entry:approved-patches-compliance-level
approvedPatchesEnableNonSecuritysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:approved-patches-enable-non-security
defaultBaselinesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-baseline
descriptionjava.lang.Stringcdk.support/lookup-entry:description
globalFilterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:global-filters
namejava.lang.Stringcdk.support/lookup-entry:name
operatingSystemjava.lang.Stringcdk.support/lookup-entry:operating-system
patchGroupsjava.util.Listcdk.support/lookup-entry:patch-groups
rejectedPatchesjava.util.Listcdk.support/lookup-entry:rejected-patches
rejectedPatchesActionjava.lang.Stringcdk.support/lookup-entry:rejected-patches-action
sourcesjava.util.Listcdk.support/lookup-entry:sources
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-patch-baseline-patch-filter-group-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
patchFilterssoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-patch-baseline-patch-filter-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuesjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-patch-baseline-patch-source-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
configurationjava.lang.Stringcdk.support/lookup-entry:configuration
namejava.lang.Stringcdk.support/lookup-entry:name
productsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-patch-baseline-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
approvalRulessoftware.amazon.awscdk.services.ssm.CfnPatchBaseline$RuleGroupPropertycdk.support/lookup-entry:approval-rules
approvedPatchesjava.util.Listcdk.support/lookup-entry:approved-patches
approvedPatchesComplianceLeveljava.lang.Stringcdk.support/lookup-entry:approved-patches-compliance-level
approvedPatchesEnableNonSecuritysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:approved-patches-enable-non-security
defaultBaselinesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-baseline
descriptionjava.lang.Stringcdk.support/lookup-entry:description
globalFilterssoftware.amazon.awscdk.services.ssm.CfnPatchBaseline$PatchFilterGroupPropertycdk.support/lookup-entry:global-filters
namejava.lang.Stringcdk.support/lookup-entry:name
operatingSystemjava.lang.Stringcdk.support/lookup-entry:operating-system
patchGroupsjava.util.Listcdk.support/lookup-entry:patch-groups
rejectedPatchesjava.util.Listcdk.support/lookup-entry:rejected-patches
rejectedPatchesActionjava.lang.Stringcdk.support/lookup-entry:rejected-patches-action
sourcesjava.util.Listcdk.support/lookup-entry:sources
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-patch-baseline-rule-group-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
patchRulessoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-patch-baseline-rule-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
approveAfterDaysjava.lang.Numbercdk.support/lookup-entry:approve-after-days
approveUntilDatejava.lang.Stringcdk.support/lookup-entry:approve-until-date
complianceLeveljava.lang.Stringcdk.support/lookup-entry:compliance-level
enableNonSecurityjava.lang.Booleancdk.support/lookup-entry:enable-non-security
patchFilterGroupsoftware.amazon.awscdk.services.ssm.CfnPatchBaseline$PatchFilterGroupPropertycdk.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` |
sourceraw docstring

build-cfn-resource-data-sync-aws-organizations-source-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
organizationSourceTypejava.lang.Stringcdk.support/lookup-entry:organization-source-type
organizationalUnitsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-resource-data-sync-builderclj

(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:

FieldDataTypeLookup FunctionData Key
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
bucketRegionjava.lang.Stringcdk.support/lookup-entry:bucket-region
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
s3Destinationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-destination
syncFormatjava.lang.Stringcdk.support/lookup-entry:sync-format
syncNamejava.lang.Stringcdk.support/lookup-entry:sync-name
syncSourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sync-source
syncTypejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-resource-data-sync-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
bucketRegionjava.lang.Stringcdk.support/lookup-entry:bucket-region
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
s3Destinationsoftware.amazon.awscdk.services.ssm.CfnResourceDataSync$S3DestinationPropertycdk.support/lookup-entry:s3-destination
syncFormatjava.lang.Stringcdk.support/lookup-entry:sync-format
syncNamejava.lang.Stringcdk.support/lookup-entry:sync-name
syncSourcesoftware.amazon.awscdk.services.ssm.CfnResourceDataSync$SyncSourcePropertycdk.support/lookup-entry:sync-source
syncTypejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-resource-data-sync-s3-destination-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
bucketRegionjava.lang.Stringcdk.support/lookup-entry:bucket-region
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
syncFormatjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-resource-data-sync-sync-source-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
awsOrganizationsSourcesoftware.amazon.awscdk.services.ssm.CfnResourceDataSync$AwsOrganizationsSourcePropertycdk.support/lookup-entry:aws-organizations-source
includeFutureRegionsjava.lang.Booleancdk.support/lookup-entry:include-future-regions
sourceRegionsjava.util.Listcdk.support/lookup-entry:source-regions
sourceTypejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-resource-policy-builderclj

(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:

FieldDataTypeLookup FunctionData Key
policyjava.lang.Objectcdk.support/lookup-entry:policy
resourceArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-resource-policy-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
policyjava.lang.Objectcdk.support/lookup-entry:policy
resourceArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-common-string-parameter-attributes-builderclj

(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:

FieldDataTypeLookup FunctionData Key
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
simpleNamejava.lang.Booleancdk.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` |
sourceraw docstring

build-list-parameter-attributes-builderclj

(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:

FieldDataTypeLookup FunctionData Key
elementTypesoftware.amazon.awscdk.services.ssm.ParameterValueTypecdk.api.services.ssm/parameter-value-type:element-type
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
simpleNamejava.lang.Booleancdk.support/lookup-entry:simple-name
versionjava.lang.Numbercdk.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` |
sourceraw docstring

build-parameter-options-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowedPatternjava.lang.Stringcdk.support/lookup-entry:allowed-pattern
descriptionjava.lang.Stringcdk.support/lookup-entry:description
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
simpleNamejava.lang.Booleancdk.support/lookup-entry:simple-name
tiersoftware.amazon.awscdk.services.ssm.ParameterTiercdk.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` |
sourceraw docstring

build-secure-string-parameter-attributes-builderclj

(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:

FieldDataTypeLookup FunctionData Key
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
simpleNamejava.lang.Booleancdk.support/lookup-entry:simple-name
versionjava.lang.Numbercdk.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` |
sourceraw docstring

build-string-list-parameter-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowedPatternjava.lang.Stringcdk.support/lookup-entry:allowed-pattern
descriptionjava.lang.Stringcdk.support/lookup-entry:description
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
simpleNamejava.lang.Booleancdk.support/lookup-entry:simple-name
stringListValuejava.util.Listcdk.support/lookup-entry:string-list-value
tiersoftware.amazon.awscdk.services.ssm.ParameterTiercdk.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` |
sourceraw docstring

build-string-list-parameter-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowedPatternjava.lang.Stringcdk.support/lookup-entry:allowed-pattern
descriptionjava.lang.Stringcdk.support/lookup-entry:description
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
simpleNamejava.lang.Booleancdk.support/lookup-entry:simple-name
stringListValuejava.util.Listcdk.support/lookup-entry:string-list-value
tiersoftware.amazon.awscdk.services.ssm.ParameterTiercdk.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` |
sourceraw docstring

build-string-parameter-attributes-builderclj

(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:

FieldDataTypeLookup FunctionData Key
forceDynamicReferencejava.lang.Booleancdk.support/lookup-entry:force-dynamic-reference
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
simpleNamejava.lang.Booleancdk.support/lookup-entry:simple-name
typesoftware.amazon.awscdk.services.ssm.ParameterTypecdk.support/lookup-entry:type
valueTypesoftware.amazon.awscdk.services.ssm.ParameterValueTypecdk.api.services.ssm/parameter-value-type:value-type
versionjava.lang.Numbercdk.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` |
sourceraw docstring

build-string-parameter-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowedPatternjava.lang.Stringcdk.support/lookup-entry:allowed-pattern
dataTypesoftware.amazon.awscdk.services.ssm.ParameterDataTypecdk.api.services.ssm/parameter-data-type:data-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
simpleNamejava.lang.Booleancdk.support/lookup-entry:simple-name
stringValuejava.lang.Stringcdk.support/lookup-entry:string-value
tiersoftware.amazon.awscdk.services.ssm.ParameterTiercdk.api.services.ssm/parameter-tier:tier
typesoftware.amazon.awscdk.services.ssm.ParameterTypecdk.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` |
sourceraw docstring

build-string-parameter-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowedPatternjava.lang.Stringcdk.support/lookup-entry:allowed-pattern
dataTypesoftware.amazon.awscdk.services.ssm.ParameterDataTypecdk.api.services.ssm/parameter-data-type:data-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
simpleNamejava.lang.Booleancdk.support/lookup-entry:simple-name
stringValuejava.lang.Stringcdk.support/lookup-entry:string-value
tiersoftware.amazon.awscdk.services.ssm.ParameterTiercdk.api.services.ssm/parameter-tier:tier
typesoftware.amazon.awscdk.services.ssm.ParameterTypecdk.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` |
sourceraw docstring

cfn-association-builderclj

(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 |
sourceraw docstring

cfn-association-instance-association-output-location-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-association-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-association-s3-output-location-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-association-target-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-document-attachments-source-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-document-builderclj

(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 |
sourceraw docstring

cfn-document-document-requires-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-document-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-builderclj

(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 |
sourceraw docstring

cfn-maintenance-window-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-target-builderclj

(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 |
sourceraw docstring

cfn-maintenance-window-target-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-target-targets-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-task-builderclj

(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 |
sourceraw docstring

cfn-maintenance-window-task-cloud-watch-output-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-task-logging-info-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-task-maintenance-window-automation-parameters-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-task-maintenance-window-lambda-parameters-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-task-maintenance-window-run-command-parameters-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-task-maintenance-window-step-functions-parameters-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-task-notification-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-task-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-task-target-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-maintenance-window-task-task-invocation-parameters-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-parameter-builderclj

(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 |
sourceraw docstring

cfn-parameter-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-patch-baseline-builderclj

(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 |
sourceraw docstring

cfn-patch-baseline-patch-filter-group-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-patch-baseline-patch-filter-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-patch-baseline-patch-source-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-patch-baseline-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-patch-baseline-rule-group-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-patch-baseline-rule-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-resource-data-sync-aws-organizations-source-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-resource-data-sync-builderclj

(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 |
sourceraw docstring

cfn-resource-data-sync-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-resource-data-sync-s3-destination-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-resource-data-sync-sync-source-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-resource-policy-builderclj

(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 |
sourceraw docstring

cfn-resource-policy-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

common-string-parameter-attributes-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

list-parameter-attributes-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

parameter-data-typeclj

(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:

  • 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.

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.
sourceraw docstring

parameter-options-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

parameter-tierclj

(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:

  • 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.

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.
sourceraw docstring

parameter-value-typeclj

(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:

  • 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.

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.
sourceraw docstring

secure-string-parameter-attributes-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

string-list-parameter-builderclj

(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 |
sourceraw docstring

string-list-parameter-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

string-parameter-attributes-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

string-parameter-builderclj

(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 |
sourceraw docstring

string-parameter-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close