Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.dlm

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.dlm package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.dlm package. 
raw docstring

build-cfn-lifecycle-policy-action-property-builderclj

(build-cfn-lifecycle-policy-action-property-builder builder id config)

The build-cfn-lifecycle-policy-action-property-builder function updates a CfnLifecyclePolicy$ActionProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
crossRegionCopysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cross-region-copy
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-lifecycle-policy-action-property-builder function updates a CfnLifecyclePolicy$ActionProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `crossRegionCopy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cross-region-copy` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-lifecycle-policy-archive-retain-rule-property-builderclj

(build-cfn-lifecycle-policy-archive-retain-rule-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-lifecycle-policy-archive-retain-rule-property-builder function updates a CfnLifecyclePolicy$ArchiveRetainRuleProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ArchiveRetainRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
retentionArchiveTiersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retention-archive-tier
The build-cfn-lifecycle-policy-archive-retain-rule-property-builder function updates a CfnLifecyclePolicy$ArchiveRetainRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$ArchiveRetainRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `retentionArchiveTier` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retention-archive-tier` |
sourceraw docstring

build-cfn-lifecycle-policy-archive-rule-property-builderclj

(build-cfn-lifecycle-policy-archive-rule-property-builder builder id config)

The build-cfn-lifecycle-policy-archive-rule-property-builder function updates a CfnLifecyclePolicy$ArchiveRuleProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ArchiveRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
retainRulesoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$ArchiveRetainRulePropertycdk.support/lookup-entry:retain-rule
The build-cfn-lifecycle-policy-archive-rule-property-builder function updates a CfnLifecyclePolicy$ArchiveRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$ArchiveRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `retainRule` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$ArchiveRetainRuleProperty | [[cdk.support/lookup-entry]] | `:retain-rule` |
sourceraw docstring

build-cfn-lifecycle-policy-builderclj

(build-cfn-lifecycle-policy-builder builder id config)

The build-cfn-lifecycle-policy-builder function updates a CfnLifecyclePolicy$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
copyTagsjava.lang.Booleancdk.support/lookup-entry:copy-tags
createIntervaljava.lang.Numbercdk.support/lookup-entry:create-interval
crossRegionCopyTargetsjava.lang.Objectcdk.support/lookup-entry:cross-region-copy-targets
defaultPolicyjava.lang.Stringcdk.support/lookup-entry:default-policy
descriptionjava.lang.Stringcdk.support/lookup-entry:description
exclusionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:exclusions
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
extendDeletionjava.lang.Booleancdk.support/lookup-entry:extend-deletion
policyDetailssoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$PolicyDetailsPropertycdk.support/lookup-entry:policy-details
retainIntervaljava.lang.Numbercdk.support/lookup-entry:retain-interval
statejava.lang.Stringcdk.support/lookup-entry:state
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-lifecycle-policy-builder function updates a CfnLifecyclePolicy$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `copyTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:copy-tags` |
| `createInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:create-interval` |
| `crossRegionCopyTargets` | java.lang.Object | [[cdk.support/lookup-entry]] | `:cross-region-copy-targets` |
| `defaultPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-policy` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `exclusions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exclusions` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `extendDeletion` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:extend-deletion` |
| `policyDetails` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$PolicyDetailsProperty | [[cdk.support/lookup-entry]] | `:policy-details` |
| `retainInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retain-interval` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-lifecycle-policy-create-rule-property-builderclj

(build-cfn-lifecycle-policy-create-rule-property-builder builder id config)

The build-cfn-lifecycle-policy-create-rule-property-builder function updates a CfnLifecyclePolicy$CreateRuleProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$CreateRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cronExpressionjava.lang.Stringcdk.support/lookup-entry:cron-expression
intervaljava.lang.Numbercdk.support/lookup-entry:interval
intervalUnitjava.lang.Stringcdk.support/lookup-entry:interval-unit
locationjava.lang.Stringcdk.support/lookup-entry:location
scriptssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scripts
timesjava.util.Listcdk.support/lookup-entry:times
The build-cfn-lifecycle-policy-create-rule-property-builder function updates a CfnLifecyclePolicy$CreateRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$CreateRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cronExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:cron-expression` |
| `interval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval` |
| `intervalUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:interval-unit` |
| `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` |
| `scripts` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scripts` |
| `times` | java.util.List | [[cdk.support/lookup-entry]] | `:times` |
sourceraw docstring

build-cfn-lifecycle-policy-cross-region-copy-action-property-builderclj

(build-cfn-lifecycle-policy-cross-region-copy-action-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-lifecycle-policy-cross-region-copy-action-property-builder function updates a CfnLifecyclePolicy$CrossRegionCopyActionProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$CrossRegionCopyActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
encryptionConfigurationsoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$EncryptionConfigurationPropertycdk.support/lookup-entry:encryption-configuration
retainRulesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retain-rule
targetjava.lang.Stringcdk.support/lookup-entry:target
The build-cfn-lifecycle-policy-cross-region-copy-action-property-builder function updates a CfnLifecyclePolicy$CrossRegionCopyActionProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$CrossRegionCopyActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `encryptionConfiguration` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$EncryptionConfigurationProperty | [[cdk.support/lookup-entry]] | `:encryption-configuration` |
| `retainRule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retain-rule` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-cfn-lifecycle-policy-cross-region-copy-deprecate-rule-property-builderclj

(build-cfn-lifecycle-policy-cross-region-copy-deprecate-rule-property-builder
  builder
  id
  config)

The build-cfn-lifecycle-policy-cross-region-copy-deprecate-rule-property-builder function updates a CfnLifecyclePolicy$CrossRegionCopyDeprecateRuleProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$CrossRegionCopyDeprecateRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
intervaljava.lang.Numbercdk.support/lookup-entry:interval
intervalUnitjava.lang.Stringcdk.support/lookup-entry:interval-unit
The build-cfn-lifecycle-policy-cross-region-copy-deprecate-rule-property-builder function updates a CfnLifecyclePolicy$CrossRegionCopyDeprecateRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$CrossRegionCopyDeprecateRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `interval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval` |
| `intervalUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:interval-unit` |
sourceraw docstring

build-cfn-lifecycle-policy-cross-region-copy-retain-rule-property-builderclj

(build-cfn-lifecycle-policy-cross-region-copy-retain-rule-property-builder
  builder
  id
  config)

The build-cfn-lifecycle-policy-cross-region-copy-retain-rule-property-builder function updates a CfnLifecyclePolicy$CrossRegionCopyRetainRuleProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$CrossRegionCopyRetainRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
intervaljava.lang.Numbercdk.support/lookup-entry:interval
intervalUnitjava.lang.Stringcdk.support/lookup-entry:interval-unit
The build-cfn-lifecycle-policy-cross-region-copy-retain-rule-property-builder function updates a CfnLifecyclePolicy$CrossRegionCopyRetainRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$CrossRegionCopyRetainRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `interval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval` |
| `intervalUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:interval-unit` |
sourceraw docstring

build-cfn-lifecycle-policy-cross-region-copy-rule-property-builderclj

(build-cfn-lifecycle-policy-cross-region-copy-rule-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-lifecycle-policy-cross-region-copy-rule-property-builder function updates a CfnLifecyclePolicy$CrossRegionCopyRuleProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$CrossRegionCopyRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cmkArnjava.lang.Stringcdk.support/lookup-entry:cmk-arn
copyTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:copy-tags
deprecateRulesoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$CrossRegionCopyDeprecateRulePropertycdk.support/lookup-entry:deprecate-rule
encryptedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encrypted
retainRulesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retain-rule
targetjava.lang.Stringcdk.support/lookup-entry:target
targetRegionjava.lang.Stringcdk.support/lookup-entry:target-region
The build-cfn-lifecycle-policy-cross-region-copy-rule-property-builder function updates a CfnLifecyclePolicy$CrossRegionCopyRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$CrossRegionCopyRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cmkArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cmk-arn` |
| `copyTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:copy-tags` |
| `deprecateRule` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$CrossRegionCopyDeprecateRuleProperty | [[cdk.support/lookup-entry]] | `:deprecate-rule` |
| `encrypted` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encrypted` |
| `retainRule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retain-rule` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
| `targetRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-region` |
sourceraw docstring

build-cfn-lifecycle-policy-deprecate-rule-property-builderclj

(build-cfn-lifecycle-policy-deprecate-rule-property-builder builder id config)

The build-cfn-lifecycle-policy-deprecate-rule-property-builder function updates a CfnLifecyclePolicy$DeprecateRuleProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$DeprecateRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
countjava.lang.Numbercdk.support/lookup-entry:count
intervaljava.lang.Numbercdk.support/lookup-entry:interval
intervalUnitjava.lang.Stringcdk.support/lookup-entry:interval-unit
The build-cfn-lifecycle-policy-deprecate-rule-property-builder function updates a CfnLifecyclePolicy$DeprecateRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$DeprecateRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `count` | java.lang.Number | [[cdk.support/lookup-entry]] | `:count` |
| `interval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval` |
| `intervalUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:interval-unit` |
sourceraw docstring

build-cfn-lifecycle-policy-encryption-configuration-property-builderclj

(build-cfn-lifecycle-policy-encryption-configuration-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-lifecycle-policy-encryption-configuration-property-builder function updates a CfnLifecyclePolicy$EncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$EncryptionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
cmkArnjava.lang.Stringcdk.support/lookup-entry:cmk-arn
encryptedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encrypted
The build-cfn-lifecycle-policy-encryption-configuration-property-builder function updates a CfnLifecyclePolicy$EncryptionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$EncryptionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cmkArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cmk-arn` |
| `encrypted` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encrypted` |
sourceraw docstring

build-cfn-lifecycle-policy-event-parameters-property-builderclj

(build-cfn-lifecycle-policy-event-parameters-property-builder builder id config)

The build-cfn-lifecycle-policy-event-parameters-property-builder function updates a CfnLifecyclePolicy$EventParametersProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$EventParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
descriptionRegexjava.lang.Stringcdk.support/lookup-entry:description-regex
eventTypejava.lang.Stringcdk.support/lookup-entry:event-type
snapshotOwnerjava.util.Listcdk.support/lookup-entry:snapshot-owner
The build-cfn-lifecycle-policy-event-parameters-property-builder function updates a CfnLifecyclePolicy$EventParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$EventParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `descriptionRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:description-regex` |
| `eventType` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-type` |
| `snapshotOwner` | java.util.List | [[cdk.support/lookup-entry]] | `:snapshot-owner` |
sourceraw docstring

build-cfn-lifecycle-policy-event-source-property-builderclj

(build-cfn-lifecycle-policy-event-source-property-builder builder id config)

The build-cfn-lifecycle-policy-event-source-property-builder function updates a CfnLifecyclePolicy$EventSourceProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$EventSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
parameterssoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$EventParametersPropertycdk.support/lookup-entry:parameters
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-lifecycle-policy-event-source-property-builder function updates a CfnLifecyclePolicy$EventSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$EventSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `parameters` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$EventParametersProperty | [[cdk.support/lookup-entry]] | `:parameters` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-lifecycle-policy-exclusions-property-builderclj

(build-cfn-lifecycle-policy-exclusions-property-builder builder id config)

The build-cfn-lifecycle-policy-exclusions-property-builder function updates a CfnLifecyclePolicy$ExclusionsProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ExclusionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
excludeBootVolumessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:exclude-boot-volumes
excludeTagsjava.lang.Objectcdk.support/lookup-entry:exclude-tags
excludeVolumeTypesjava.lang.Objectcdk.support/lookup-entry:exclude-volume-types
The build-cfn-lifecycle-policy-exclusions-property-builder function updates a CfnLifecyclePolicy$ExclusionsProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$ExclusionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `excludeBootVolumes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exclude-boot-volumes` |
| `excludeTags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:exclude-tags` |
| `excludeVolumeTypes` | java.lang.Object | [[cdk.support/lookup-entry]] | `:exclude-volume-types` |
sourceraw docstring

build-cfn-lifecycle-policy-fast-restore-rule-property-builderclj

(build-cfn-lifecycle-policy-fast-restore-rule-property-builder builder
                                                               id
                                                               config)

The build-cfn-lifecycle-policy-fast-restore-rule-property-builder function updates a CfnLifecyclePolicy$FastRestoreRuleProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$FastRestoreRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
availabilityZonesjava.util.Listcdk.support/lookup-entry:availability-zones
countjava.lang.Numbercdk.support/lookup-entry:count
intervaljava.lang.Numbercdk.support/lookup-entry:interval
intervalUnitjava.lang.Stringcdk.support/lookup-entry:interval-unit
The build-cfn-lifecycle-policy-fast-restore-rule-property-builder function updates a CfnLifecyclePolicy$FastRestoreRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$FastRestoreRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` |
| `count` | java.lang.Number | [[cdk.support/lookup-entry]] | `:count` |
| `interval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval` |
| `intervalUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:interval-unit` |
sourceraw docstring

build-cfn-lifecycle-policy-parameters-property-builderclj

(build-cfn-lifecycle-policy-parameters-property-builder builder id config)

The build-cfn-lifecycle-policy-parameters-property-builder function updates a CfnLifecyclePolicy$ParametersProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
excludeBootVolumesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:exclude-boot-volume
excludeDataVolumeTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:exclude-data-volume-tags
noRebootsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:no-reboot
The build-cfn-lifecycle-policy-parameters-property-builder function updates a CfnLifecyclePolicy$ParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$ParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `excludeBootVolume` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exclude-boot-volume` |
| `excludeDataVolumeTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exclude-data-volume-tags` |
| `noReboot` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:no-reboot` |
sourceraw docstring

build-cfn-lifecycle-policy-policy-details-property-builderclj

(build-cfn-lifecycle-policy-policy-details-property-builder builder id config)

The build-cfn-lifecycle-policy-policy-details-property-builder function updates a CfnLifecyclePolicy$PolicyDetailsProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$PolicyDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionsjava.util.Listcdk.support/lookup-entry:actions
copyTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:copy-tags
createIntervaljava.lang.Numbercdk.support/lookup-entry:create-interval
crossRegionCopyTargetsjava.lang.Objectcdk.support/lookup-entry:cross-region-copy-targets
eventSourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-source
exclusionssoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$ExclusionsPropertycdk.support/lookup-entry:exclusions
extendDeletionjava.lang.Booleancdk.support/lookup-entry:extend-deletion
parameterssoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$ParametersPropertycdk.support/lookup-entry:parameters
policyLanguagejava.lang.Stringcdk.support/lookup-entry:policy-language
policyTypejava.lang.Stringcdk.support/lookup-entry:policy-type
resourceLocationsjava.util.Listcdk.support/lookup-entry:resource-locations
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
resourceTypesjava.util.Listcdk.support/lookup-entry:resource-types
retainIntervaljava.lang.Numbercdk.support/lookup-entry:retain-interval
schedulessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schedules
targetTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target-tags
The build-cfn-lifecycle-policy-policy-details-property-builder function updates a CfnLifecyclePolicy$PolicyDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$PolicyDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `copyTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:copy-tags` |
| `createInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:create-interval` |
| `crossRegionCopyTargets` | java.lang.Object | [[cdk.support/lookup-entry]] | `:cross-region-copy-targets` |
| `eventSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-source` |
| `exclusions` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$ExclusionsProperty | [[cdk.support/lookup-entry]] | `:exclusions` |
| `extendDeletion` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:extend-deletion` |
| `parameters` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$ParametersProperty | [[cdk.support/lookup-entry]] | `:parameters` |
| `policyLanguage` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-language` |
| `policyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-type` |
| `resourceLocations` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-locations` |
| `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` |
| `resourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-types` |
| `retainInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retain-interval` |
| `schedules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedules` |
| `targetTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-tags` |
sourceraw docstring

build-cfn-lifecycle-policy-props-builderclj

(build-cfn-lifecycle-policy-props-builder builder id config)

The build-cfn-lifecycle-policy-props-builder function updates a CfnLifecyclePolicyProps$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
copyTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:copy-tags
createIntervaljava.lang.Numbercdk.support/lookup-entry:create-interval
crossRegionCopyTargetsjava.lang.Objectcdk.support/lookup-entry:cross-region-copy-targets
defaultPolicyjava.lang.Stringcdk.support/lookup-entry:default-policy
descriptionjava.lang.Stringcdk.support/lookup-entry:description
exclusionssoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$ExclusionsPropertycdk.support/lookup-entry:exclusions
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
extendDeletionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:extend-deletion
policyDetailssoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$PolicyDetailsPropertycdk.support/lookup-entry:policy-details
retainIntervaljava.lang.Numbercdk.support/lookup-entry:retain-interval
statejava.lang.Stringcdk.support/lookup-entry:state
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-lifecycle-policy-props-builder function updates a CfnLifecyclePolicyProps$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `copyTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:copy-tags` |
| `createInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:create-interval` |
| `crossRegionCopyTargets` | java.lang.Object | [[cdk.support/lookup-entry]] | `:cross-region-copy-targets` |
| `defaultPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-policy` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `exclusions` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$ExclusionsProperty | [[cdk.support/lookup-entry]] | `:exclusions` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `extendDeletion` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:extend-deletion` |
| `policyDetails` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$PolicyDetailsProperty | [[cdk.support/lookup-entry]] | `:policy-details` |
| `retainInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retain-interval` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-lifecycle-policy-retain-rule-property-builderclj

(build-cfn-lifecycle-policy-retain-rule-property-builder builder id config)

The build-cfn-lifecycle-policy-retain-rule-property-builder function updates a CfnLifecyclePolicy$RetainRuleProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$RetainRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
countjava.lang.Numbercdk.support/lookup-entry:count
intervaljava.lang.Numbercdk.support/lookup-entry:interval
intervalUnitjava.lang.Stringcdk.support/lookup-entry:interval-unit
The build-cfn-lifecycle-policy-retain-rule-property-builder function updates a CfnLifecyclePolicy$RetainRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$RetainRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `count` | java.lang.Number | [[cdk.support/lookup-entry]] | `:count` |
| `interval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval` |
| `intervalUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:interval-unit` |
sourceraw docstring

build-cfn-lifecycle-policy-retention-archive-tier-property-builderclj

(build-cfn-lifecycle-policy-retention-archive-tier-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-lifecycle-policy-retention-archive-tier-property-builder function updates a CfnLifecyclePolicy$RetentionArchiveTierProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$RetentionArchiveTierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
countjava.lang.Numbercdk.support/lookup-entry:count
intervaljava.lang.Numbercdk.support/lookup-entry:interval
intervalUnitjava.lang.Stringcdk.support/lookup-entry:interval-unit
The build-cfn-lifecycle-policy-retention-archive-tier-property-builder function updates a CfnLifecyclePolicy$RetentionArchiveTierProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$RetentionArchiveTierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `count` | java.lang.Number | [[cdk.support/lookup-entry]] | `:count` |
| `interval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval` |
| `intervalUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:interval-unit` |
sourceraw docstring

build-cfn-lifecycle-policy-schedule-property-builderclj

(build-cfn-lifecycle-policy-schedule-property-builder builder id config)

The build-cfn-lifecycle-policy-schedule-property-builder function updates a CfnLifecyclePolicy$ScheduleProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
archiveRulesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:archive-rule
copyTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:copy-tags
createRulesoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$CreateRulePropertycdk.support/lookup-entry:create-rule
crossRegionCopyRulessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cross-region-copy-rules
deprecateRulesoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$DeprecateRulePropertycdk.support/lookup-entry:deprecate-rule
fastRestoreRulesoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy$FastRestoreRulePropertycdk.support/lookup-entry:fast-restore-rule
namejava.lang.Stringcdk.support/lookup-entry:name
retainRulesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retain-rule
shareRulesjava.util.Listcdk.support/lookup-entry:share-rules
tagsToAddsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tags-to-add
variableTagsjava.util.Listcdk.support/lookup-entry:variable-tags
The build-cfn-lifecycle-policy-schedule-property-builder function updates a CfnLifecyclePolicy$ScheduleProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$ScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `archiveRule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:archive-rule` |
| `copyTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:copy-tags` |
| `createRule` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$CreateRuleProperty | [[cdk.support/lookup-entry]] | `:create-rule` |
| `crossRegionCopyRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cross-region-copy-rules` |
| `deprecateRule` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$DeprecateRuleProperty | [[cdk.support/lookup-entry]] | `:deprecate-rule` |
| `fastRestoreRule` | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy$FastRestoreRuleProperty | [[cdk.support/lookup-entry]] | `:fast-restore-rule` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `retainRule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retain-rule` |
| `shareRules` | java.util.List | [[cdk.support/lookup-entry]] | `:share-rules` |
| `tagsToAdd` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tags-to-add` |
| `variableTags` | java.util.List | [[cdk.support/lookup-entry]] | `:variable-tags` |
sourceraw docstring

build-cfn-lifecycle-policy-script-property-builderclj

(build-cfn-lifecycle-policy-script-property-builder builder id config)

The build-cfn-lifecycle-policy-script-property-builder function updates a CfnLifecyclePolicy$ScriptProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ScriptProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
executeOperationOnScriptFailuresoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:execute-operation-on-script-failure
executionHandlerjava.lang.Stringcdk.support/lookup-entry:execution-handler
executionHandlerServicejava.lang.Stringcdk.support/lookup-entry:execution-handler-service
executionTimeoutjava.lang.Numbercdk.support/lookup-entry:execution-timeout
maximumRetryCountjava.lang.Numbercdk.support/lookup-entry:maximum-retry-count
stagesjava.util.Listcdk.support/lookup-entry:stages
The build-cfn-lifecycle-policy-script-property-builder function updates a CfnLifecyclePolicy$ScriptProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$ScriptProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executeOperationOnScriptFailure` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:execute-operation-on-script-failure` |
| `executionHandler` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-handler` |
| `executionHandlerService` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-handler-service` |
| `executionTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:execution-timeout` |
| `maximumRetryCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-retry-count` |
| `stages` | java.util.List | [[cdk.support/lookup-entry]] | `:stages` |
sourceraw docstring

build-cfn-lifecycle-policy-share-rule-property-builderclj

(build-cfn-lifecycle-policy-share-rule-property-builder builder id config)

The build-cfn-lifecycle-policy-share-rule-property-builder function updates a CfnLifecyclePolicy$ShareRuleProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ShareRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
targetAccountsjava.util.Listcdk.support/lookup-entry:target-accounts
unshareIntervaljava.lang.Numbercdk.support/lookup-entry:unshare-interval
unshareIntervalUnitjava.lang.Stringcdk.support/lookup-entry:unshare-interval-unit
The build-cfn-lifecycle-policy-share-rule-property-builder function updates a CfnLifecyclePolicy$ShareRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnLifecyclePolicy$ShareRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `targetAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:target-accounts` |
| `unshareInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:unshare-interval` |
| `unshareIntervalUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unshare-interval-unit` |
sourceraw docstring

cfn-lifecycle-policy-action-property-builderclj

(cfn-lifecycle-policy-action-property-builder id config)

Creates a CfnLifecyclePolicy$ActionProperty$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  `CfnLifecyclePolicy$ActionProperty$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-lifecycle-policy-archive-retain-rule-property-builderclj

(cfn-lifecycle-policy-archive-retain-rule-property-builder id config)

Creates a CfnLifecyclePolicy$ArchiveRetainRuleProperty$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  `CfnLifecyclePolicy$ArchiveRetainRuleProperty$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-lifecycle-policy-archive-rule-property-builderclj

(cfn-lifecycle-policy-archive-rule-property-builder id config)

Creates a CfnLifecyclePolicy$ArchiveRuleProperty$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  `CfnLifecyclePolicy$ArchiveRuleProperty$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-lifecycle-policy-builderclj

(cfn-lifecycle-policy-builder scope id config)

Creates a CfnLifecyclePolicy$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  `CfnLifecyclePolicy$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-lifecycle-policy-create-rule-property-builderclj

(cfn-lifecycle-policy-create-rule-property-builder id config)

Creates a CfnLifecyclePolicy$CreateRuleProperty$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  `CfnLifecyclePolicy$CreateRuleProperty$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-lifecycle-policy-cross-region-copy-action-property-builderclj

(cfn-lifecycle-policy-cross-region-copy-action-property-builder id config)

Creates a CfnLifecyclePolicy$CrossRegionCopyActionProperty$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  `CfnLifecyclePolicy$CrossRegionCopyActionProperty$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-lifecycle-policy-cross-region-copy-deprecate-rule-property-builderclj

(cfn-lifecycle-policy-cross-region-copy-deprecate-rule-property-builder id
                                                                        config)

Creates a CfnLifecyclePolicy$CrossRegionCopyDeprecateRuleProperty$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  `CfnLifecyclePolicy$CrossRegionCopyDeprecateRuleProperty$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-lifecycle-policy-cross-region-copy-retain-rule-property-builderclj

(cfn-lifecycle-policy-cross-region-copy-retain-rule-property-builder id config)

Creates a CfnLifecyclePolicy$CrossRegionCopyRetainRuleProperty$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  `CfnLifecyclePolicy$CrossRegionCopyRetainRuleProperty$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-lifecycle-policy-cross-region-copy-rule-property-builderclj

(cfn-lifecycle-policy-cross-region-copy-rule-property-builder id config)

Creates a CfnLifecyclePolicy$CrossRegionCopyRuleProperty$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  `CfnLifecyclePolicy$CrossRegionCopyRuleProperty$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-lifecycle-policy-deprecate-rule-property-builderclj

(cfn-lifecycle-policy-deprecate-rule-property-builder id config)

Creates a CfnLifecyclePolicy$DeprecateRuleProperty$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  `CfnLifecyclePolicy$DeprecateRuleProperty$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-lifecycle-policy-encryption-configuration-property-builderclj

(cfn-lifecycle-policy-encryption-configuration-property-builder id config)

Creates a CfnLifecyclePolicy$EncryptionConfigurationProperty$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  `CfnLifecyclePolicy$EncryptionConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-lifecycle-policy-event-parameters-property-builderclj

(cfn-lifecycle-policy-event-parameters-property-builder id config)

Creates a CfnLifecyclePolicy$EventParametersProperty$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  `CfnLifecyclePolicy$EventParametersProperty$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-lifecycle-policy-event-source-property-builderclj

(cfn-lifecycle-policy-event-source-property-builder id config)

Creates a CfnLifecyclePolicy$EventSourceProperty$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  `CfnLifecyclePolicy$EventSourceProperty$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-lifecycle-policy-exclusions-property-builderclj

(cfn-lifecycle-policy-exclusions-property-builder id config)

Creates a CfnLifecyclePolicy$ExclusionsProperty$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  `CfnLifecyclePolicy$ExclusionsProperty$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-lifecycle-policy-fast-restore-rule-property-builderclj

(cfn-lifecycle-policy-fast-restore-rule-property-builder id config)

Creates a CfnLifecyclePolicy$FastRestoreRuleProperty$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  `CfnLifecyclePolicy$FastRestoreRuleProperty$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-lifecycle-policy-parameters-property-builderclj

(cfn-lifecycle-policy-parameters-property-builder id config)

Creates a CfnLifecyclePolicy$ParametersProperty$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  `CfnLifecyclePolicy$ParametersProperty$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-lifecycle-policy-policy-details-property-builderclj

(cfn-lifecycle-policy-policy-details-property-builder id config)

Creates a CfnLifecyclePolicy$PolicyDetailsProperty$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  `CfnLifecyclePolicy$PolicyDetailsProperty$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-lifecycle-policy-props-builderclj

(cfn-lifecycle-policy-props-builder id config)

Creates a CfnLifecyclePolicyProps$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  `CfnLifecyclePolicyProps$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-lifecycle-policy-retain-rule-property-builderclj

(cfn-lifecycle-policy-retain-rule-property-builder id config)

Creates a CfnLifecyclePolicy$RetainRuleProperty$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  `CfnLifecyclePolicy$RetainRuleProperty$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-lifecycle-policy-retention-archive-tier-property-builderclj

(cfn-lifecycle-policy-retention-archive-tier-property-builder id config)

Creates a CfnLifecyclePolicy$RetentionArchiveTierProperty$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  `CfnLifecyclePolicy$RetentionArchiveTierProperty$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-lifecycle-policy-schedule-property-builderclj

(cfn-lifecycle-policy-schedule-property-builder id config)

Creates a CfnLifecyclePolicy$ScheduleProperty$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  `CfnLifecyclePolicy$ScheduleProperty$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-lifecycle-policy-script-property-builderclj

(cfn-lifecycle-policy-script-property-builder id config)

Creates a CfnLifecyclePolicy$ScriptProperty$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  `CfnLifecyclePolicy$ScriptProperty$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-lifecycle-policy-share-rule-property-builderclj

(cfn-lifecycle-policy-share-rule-property-builder id config)

Creates a CfnLifecyclePolicy$ShareRuleProperty$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  `CfnLifecyclePolicy$ShareRuleProperty$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