Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.config package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.config package.
(access-keys-rotated-builder scope id config)
Creates a AccessKeysRotated$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 `AccessKeysRotated$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 |
(access-keys-rotated-props-builder id config)
Creates a AccessKeysRotatedProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `AccessKeysRotatedProps$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 |
(build-access-keys-rotated-builder builder id config)
The build-access-keys-rotated-builder function updates a AccessKeysRotated$Builder instance using the provided configuration. The function takes the AccessKeysRotated$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
maxAge | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :max-age |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
The build-access-keys-rotated-builder function updates a AccessKeysRotated$Builder instance using the provided configuration. The function takes the AccessKeysRotated$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maxAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-age` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` |
(build-access-keys-rotated-props-builder builder id config)
The build-access-keys-rotated-props-builder function updates a AccessKeysRotatedProps$Builder instance using the provided configuration. The function takes the AccessKeysRotatedProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
maxAge | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :max-age |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
The build-access-keys-rotated-props-builder function updates a AccessKeysRotatedProps$Builder instance using the provided configuration. The function takes the AccessKeysRotatedProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maxAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-age` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` |
(build-cfn-aggregation-authorization-builder builder id config)
The build-cfn-aggregation-authorization-builder function updates a CfnAggregationAuthorization$Builder instance using the provided configuration. The function takes the CfnAggregationAuthorization$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
authorizedAccountId | java.lang.String | cdk.support/lookup-entry | :authorized-account-id |
authorizedAwsRegion | java.lang.String | cdk.support/lookup-entry | :authorized-aws-region |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-aggregation-authorization-builder function updates a CfnAggregationAuthorization$Builder instance using the provided configuration. The function takes the CfnAggregationAuthorization$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `authorizedAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorized-account-id` | | `authorizedAwsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorized-aws-region` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-aggregation-authorization-props-builder builder id config)
The build-cfn-aggregation-authorization-props-builder function updates a CfnAggregationAuthorizationProps$Builder instance using the provided configuration. The function takes the CfnAggregationAuthorizationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
authorizedAccountId | java.lang.String | cdk.support/lookup-entry | :authorized-account-id |
authorizedAwsRegion | java.lang.String | cdk.support/lookup-entry | :authorized-aws-region |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-aggregation-authorization-props-builder function updates a CfnAggregationAuthorizationProps$Builder instance using the provided configuration. The function takes the CfnAggregationAuthorizationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `authorizedAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorized-account-id` | | `authorizedAwsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorized-aws-region` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-config-rule-builder builder id config)
The build-cfn-config-rule-builder function updates a CfnConfigRule$Builder instance using the provided configuration. The function takes the CfnConfigRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
compliance | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :compliance |
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
evaluationModes | java.util.List | cdk.support/lookup-entry | :evaluation-modes |
inputParameters | java.lang.Object | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | java.lang.String | cdk.support/lookup-entry | :maximum-execution-frequency |
scope | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :scope |
source | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :source |
The build-cfn-config-rule-builder function updates a CfnConfigRule$Builder instance using the provided configuration. The function takes the CfnConfigRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `compliance` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:compliance` | | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `evaluationModes` | java.util.List | [[cdk.support/lookup-entry]] | `:evaluation-modes` | | `inputParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:maximum-execution-frequency` | | `scope` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scope` | | `source` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source` |
(build-cfn-config-rule-compliance-property-builder builder id config)
The build-cfn-config-rule-compliance-property-builder function updates a CfnConfigRule$ComplianceProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$ComplianceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-config-rule-compliance-property-builder function updates a CfnConfigRule$ComplianceProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$ComplianceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-config-rule-custom-policy-details-property-builder builder id config)
The build-cfn-config-rule-custom-policy-details-property-builder function updates a CfnConfigRule$CustomPolicyDetailsProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$CustomPolicyDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
enableDebugLogDelivery | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-debug-log-delivery |
policyRuntime | java.lang.String | cdk.support/lookup-entry | :policy-runtime |
policyText | java.lang.String | cdk.support/lookup-entry | :policy-text |
The build-cfn-config-rule-custom-policy-details-property-builder function updates a CfnConfigRule$CustomPolicyDetailsProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$CustomPolicyDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `enableDebugLogDelivery` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-debug-log-delivery` | | `policyRuntime` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-runtime` | | `policyText` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-text` |
(build-cfn-config-rule-evaluation-mode-configuration-property-builder builder
id
config)
The build-cfn-config-rule-evaluation-mode-configuration-property-builder function updates a CfnConfigRule$EvaluationModeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$EvaluationModeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
mode | java.lang.String | cdk.support/lookup-entry | :mode |
The build-cfn-config-rule-evaluation-mode-configuration-property-builder function updates a CfnConfigRule$EvaluationModeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$EvaluationModeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
(build-cfn-config-rule-props-builder builder id config)
The build-cfn-config-rule-props-builder function updates a CfnConfigRuleProps$Builder instance using the provided configuration. The function takes the CfnConfigRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
compliance | software.amazon.awscdk.services.config.CfnConfigRule$ComplianceProperty | cdk.support/lookup-entry | :compliance |
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
evaluationModes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :evaluation-modes |
inputParameters | java.lang.Object | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | java.lang.String | cdk.support/lookup-entry | :maximum-execution-frequency |
scope | software.amazon.awscdk.services.config.CfnConfigRule$ScopeProperty | cdk.support/lookup-entry | :scope |
source | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :source |
The build-cfn-config-rule-props-builder function updates a CfnConfigRuleProps$Builder instance using the provided configuration. The function takes the CfnConfigRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `compliance` | software.amazon.awscdk.services.config.CfnConfigRule$ComplianceProperty | [[cdk.support/lookup-entry]] | `:compliance` | | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `evaluationModes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:evaluation-modes` | | `inputParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:maximum-execution-frequency` | | `scope` | software.amazon.awscdk.services.config.CfnConfigRule$ScopeProperty | [[cdk.support/lookup-entry]] | `:scope` | | `source` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source` |
(build-cfn-config-rule-scope-property-builder builder id config)
The build-cfn-config-rule-scope-property-builder function updates a CfnConfigRule$ScopeProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$ScopeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
complianceResourceId | java.lang.String | cdk.support/lookup-entry | :compliance-resource-id |
complianceResourceTypes | java.util.List | cdk.support/lookup-entry | :compliance-resource-types |
tagKey | java.lang.String | cdk.support/lookup-entry | :tag-key |
tagValue | java.lang.String | cdk.support/lookup-entry | :tag-value |
The build-cfn-config-rule-scope-property-builder function updates a CfnConfigRule$ScopeProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$ScopeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `complianceResourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:compliance-resource-id` | | `complianceResourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:compliance-resource-types` | | `tagKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-key` | | `tagValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-value` |
(build-cfn-config-rule-source-detail-property-builder builder id config)
The build-cfn-config-rule-source-detail-property-builder function updates a CfnConfigRule$SourceDetailProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$SourceDetailProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
eventSource | java.lang.String | cdk.support/lookup-entry | :event-source |
maximumExecutionFrequency | java.lang.String | cdk.support/lookup-entry | :maximum-execution-frequency |
messageType | java.lang.String | cdk.support/lookup-entry | :message-type |
The build-cfn-config-rule-source-detail-property-builder function updates a CfnConfigRule$SourceDetailProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$SourceDetailProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `eventSource` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source` | | `maximumExecutionFrequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:maximum-execution-frequency` | | `messageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-type` |
(build-cfn-config-rule-source-property-builder builder id config)
The build-cfn-config-rule-source-property-builder function updates a CfnConfigRule$SourceProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$SourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
customPolicyDetails | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :custom-policy-details |
owner | java.lang.String | cdk.support/lookup-entry | :owner |
sourceDetails | java.util.List | cdk.support/lookup-entry | :source-details |
sourceIdentifier | java.lang.String | cdk.support/lookup-entry | :source-identifier |
The build-cfn-config-rule-source-property-builder function updates a CfnConfigRule$SourceProperty$Builder instance using the provided configuration. The function takes the CfnConfigRule$SourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `customPolicyDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-policy-details` | | `owner` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner` | | `sourceDetails` | java.util.List | [[cdk.support/lookup-entry]] | `:source-details` | | `sourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-identifier` |
(build-cfn-configuration-aggregator-account-aggregation-source-property-builder
builder
id
config)
The build-cfn-configuration-aggregator-account-aggregation-source-property-builder function updates a CfnConfigurationAggregator$AccountAggregationSourceProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationAggregator$AccountAggregationSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
accountIds | java.util.List | cdk.support/lookup-entry | :account-ids |
allAwsRegions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :all-aws-regions |
awsRegions | java.util.List | cdk.support/lookup-entry | :aws-regions |
The build-cfn-configuration-aggregator-account-aggregation-source-property-builder function updates a CfnConfigurationAggregator$AccountAggregationSourceProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationAggregator$AccountAggregationSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `accountIds` | java.util.List | [[cdk.support/lookup-entry]] | `:account-ids` | | `allAwsRegions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:all-aws-regions` | | `awsRegions` | java.util.List | [[cdk.support/lookup-entry]] | `:aws-regions` |
(build-cfn-configuration-aggregator-builder builder id config)
The build-cfn-configuration-aggregator-builder function updates a CfnConfigurationAggregator$Builder instance using the provided configuration. The function takes the CfnConfigurationAggregator$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
accountAggregationSources | java.util.List | cdk.support/lookup-entry | :account-aggregation-sources |
configurationAggregatorName | java.lang.String | cdk.support/lookup-entry | :configuration-aggregator-name |
organizationAggregationSource | software.amazon.awscdk.services.config.CfnConfigurationAggregator$OrganizationAggregationSourceProperty | cdk.support/lookup-entry | :organization-aggregation-source |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-configuration-aggregator-builder function updates a CfnConfigurationAggregator$Builder instance using the provided configuration. The function takes the CfnConfigurationAggregator$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `accountAggregationSources` | java.util.List | [[cdk.support/lookup-entry]] | `:account-aggregation-sources` | | `configurationAggregatorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-aggregator-name` | | `organizationAggregationSource` | software.amazon.awscdk.services.config.CfnConfigurationAggregator$OrganizationAggregationSourceProperty | [[cdk.support/lookup-entry]] | `:organization-aggregation-source` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-configuration-aggregator-organization-aggregation-source-property-builder
builder
id
config)
The build-cfn-configuration-aggregator-organization-aggregation-source-property-builder function updates a CfnConfigurationAggregator$OrganizationAggregationSourceProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationAggregator$OrganizationAggregationSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
allAwsRegions | java.lang.Boolean | cdk.support/lookup-entry | :all-aws-regions |
awsRegions | java.util.List | cdk.support/lookup-entry | :aws-regions |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-configuration-aggregator-organization-aggregation-source-property-builder function updates a CfnConfigurationAggregator$OrganizationAggregationSourceProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationAggregator$OrganizationAggregationSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `allAwsRegions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:all-aws-regions` | | `awsRegions` | java.util.List | [[cdk.support/lookup-entry]] | `:aws-regions` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-configuration-aggregator-props-builder builder id config)
The build-cfn-configuration-aggregator-props-builder function updates a CfnConfigurationAggregatorProps$Builder instance using the provided configuration. The function takes the CfnConfigurationAggregatorProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
accountAggregationSources | java.util.List | cdk.support/lookup-entry | :account-aggregation-sources |
configurationAggregatorName | java.lang.String | cdk.support/lookup-entry | :configuration-aggregator-name |
organizationAggregationSource | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :organization-aggregation-source |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-configuration-aggregator-props-builder function updates a CfnConfigurationAggregatorProps$Builder instance using the provided configuration. The function takes the CfnConfigurationAggregatorProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `accountAggregationSources` | java.util.List | [[cdk.support/lookup-entry]] | `:account-aggregation-sources` | | `configurationAggregatorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-aggregator-name` | | `organizationAggregationSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:organization-aggregation-source` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-configuration-recorder-builder builder id config)
The build-cfn-configuration-recorder-builder function updates a CfnConfigurationRecorder$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
recordingGroup | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :recording-group |
recordingMode | software.amazon.awscdk.services.config.CfnConfigurationRecorder$RecordingModeProperty | cdk.support/lookup-entry | :recording-mode |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-configuration-recorder-builder function updates a CfnConfigurationRecorder$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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` | | `recordingGroup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recording-group` | | `recordingMode` | software.amazon.awscdk.services.config.CfnConfigurationRecorder$RecordingModeProperty | [[cdk.support/lookup-entry]] | `:recording-mode` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-configuration-recorder-exclusion-by-resource-types-property-builder
builder
id
config)
The build-cfn-configuration-recorder-exclusion-by-resource-types-property-builder function updates a CfnConfigurationRecorder$ExclusionByResourceTypesProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$ExclusionByResourceTypesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
resourceTypes | java.util.List | cdk.support/lookup-entry | :resource-types |
The build-cfn-configuration-recorder-exclusion-by-resource-types-property-builder function updates a CfnConfigurationRecorder$ExclusionByResourceTypesProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$ExclusionByResourceTypesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `resourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-types` |
(build-cfn-configuration-recorder-props-builder builder id config)
The build-cfn-configuration-recorder-props-builder function updates a CfnConfigurationRecorderProps$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
recordingGroup | software.amazon.awscdk.services.config.CfnConfigurationRecorder$RecordingGroupProperty | cdk.support/lookup-entry | :recording-group |
recordingMode | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :recording-mode |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-configuration-recorder-props-builder function updates a CfnConfigurationRecorderProps$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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` | | `recordingGroup` | software.amazon.awscdk.services.config.CfnConfigurationRecorder$RecordingGroupProperty | [[cdk.support/lookup-entry]] | `:recording-group` | | `recordingMode` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recording-mode` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-configuration-recorder-recording-group-property-builder builder
id
config)
The build-cfn-configuration-recorder-recording-group-property-builder function updates a CfnConfigurationRecorder$RecordingGroupProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$RecordingGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
allSupported | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :all-supported |
exclusionByResourceTypes | software.amazon.awscdk.services.config.CfnConfigurationRecorder$ExclusionByResourceTypesProperty | cdk.support/lookup-entry | :exclusion-by-resource-types |
includeGlobalResourceTypes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :include-global-resource-types |
recordingStrategy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :recording-strategy |
resourceTypes | java.util.List | cdk.support/lookup-entry | :resource-types |
The build-cfn-configuration-recorder-recording-group-property-builder function updates a CfnConfigurationRecorder$RecordingGroupProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$RecordingGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `allSupported` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:all-supported` | | `exclusionByResourceTypes` | software.amazon.awscdk.services.config.CfnConfigurationRecorder$ExclusionByResourceTypesProperty | [[cdk.support/lookup-entry]] | `:exclusion-by-resource-types` | | `includeGlobalResourceTypes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-global-resource-types` | | `recordingStrategy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recording-strategy` | | `resourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-types` |
(build-cfn-configuration-recorder-recording-mode-override-property-builder
builder
id
config)
The build-cfn-configuration-recorder-recording-mode-override-property-builder function updates a CfnConfigurationRecorder$RecordingModeOverrideProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$RecordingModeOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
recordingFrequency | java.lang.String | cdk.support/lookup-entry | :recording-frequency |
resourceTypes | java.util.List | cdk.support/lookup-entry | :resource-types |
The build-cfn-configuration-recorder-recording-mode-override-property-builder function updates a CfnConfigurationRecorder$RecordingModeOverrideProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$RecordingModeOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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` | | `recordingFrequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:recording-frequency` | | `resourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-types` |
(build-cfn-configuration-recorder-recording-mode-property-builder builder
id
config)
The build-cfn-configuration-recorder-recording-mode-property-builder function updates a CfnConfigurationRecorder$RecordingModeProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$RecordingModeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
recordingFrequency | java.lang.String | cdk.support/lookup-entry | :recording-frequency |
recordingModeOverrides | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :recording-mode-overrides |
The build-cfn-configuration-recorder-recording-mode-property-builder function updates a CfnConfigurationRecorder$RecordingModeProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$RecordingModeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `recordingFrequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:recording-frequency` | | `recordingModeOverrides` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recording-mode-overrides` |
(build-cfn-configuration-recorder-recording-strategy-property-builder builder
id
config)
The build-cfn-configuration-recorder-recording-strategy-property-builder function updates a CfnConfigurationRecorder$RecordingStrategyProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$RecordingStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
useOnly | java.lang.String | cdk.support/lookup-entry | :use-only |
The build-cfn-configuration-recorder-recording-strategy-property-builder function updates a CfnConfigurationRecorder$RecordingStrategyProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationRecorder$RecordingStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `useOnly` | java.lang.String | [[cdk.support/lookup-entry]] | `:use-only` |
(build-cfn-conformance-pack-builder builder id config)
The build-cfn-conformance-pack-builder function updates a CfnConformancePack$Builder instance using the provided configuration. The function takes the CfnConformancePack$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
conformancePackInputParameters | java.util.List | cdk.support/lookup-entry | :conformance-pack-input-parameters |
conformancePackName | java.lang.String | cdk.support/lookup-entry | :conformance-pack-name |
deliveryS3Bucket | java.lang.String | cdk.support/lookup-entry | :delivery-s3-bucket |
deliveryS3KeyPrefix | java.lang.String | cdk.support/lookup-entry | :delivery-s3-key-prefix |
templateBody | java.lang.String | cdk.support/lookup-entry | :template-body |
templateS3Uri | java.lang.String | cdk.support/lookup-entry | :template-s3-uri |
templateSsmDocumentDetails | java.lang.Object | cdk.support/lookup-entry | :template-ssm-document-details |
The build-cfn-conformance-pack-builder function updates a CfnConformancePack$Builder instance using the provided configuration. The function takes the CfnConformancePack$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `conformancePackInputParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:conformance-pack-input-parameters` | | `conformancePackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:conformance-pack-name` | | `deliveryS3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-s3-bucket` | | `deliveryS3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-s3-key-prefix` | | `templateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-body` | | `templateS3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-s3-uri` | | `templateSsmDocumentDetails` | java.lang.Object | [[cdk.support/lookup-entry]] | `:template-ssm-document-details` |
(build-cfn-conformance-pack-conformance-pack-input-parameter-property-builder
builder
id
config)
The build-cfn-conformance-pack-conformance-pack-input-parameter-property-builder function updates a CfnConformancePack$ConformancePackInputParameterProperty$Builder instance using the provided configuration. The function takes the CfnConformancePack$ConformancePackInputParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
parameterValue | java.lang.String | cdk.support/lookup-entry | :parameter-value |
The build-cfn-conformance-pack-conformance-pack-input-parameter-property-builder function updates a CfnConformancePack$ConformancePackInputParameterProperty$Builder instance using the provided configuration. The function takes the CfnConformancePack$ConformancePackInputParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `parameterValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-value` |
(build-cfn-conformance-pack-props-builder builder id config)
The build-cfn-conformance-pack-props-builder function updates a CfnConformancePackProps$Builder instance using the provided configuration. The function takes the CfnConformancePackProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
conformancePackInputParameters | java.util.List | cdk.support/lookup-entry | :conformance-pack-input-parameters |
conformancePackName | java.lang.String | cdk.support/lookup-entry | :conformance-pack-name |
deliveryS3Bucket | java.lang.String | cdk.support/lookup-entry | :delivery-s3-bucket |
deliveryS3KeyPrefix | java.lang.String | cdk.support/lookup-entry | :delivery-s3-key-prefix |
templateBody | java.lang.String | cdk.support/lookup-entry | :template-body |
templateS3Uri | java.lang.String | cdk.support/lookup-entry | :template-s3-uri |
templateSsmDocumentDetails | java.lang.Object | cdk.support/lookup-entry | :template-ssm-document-details |
The build-cfn-conformance-pack-props-builder function updates a CfnConformancePackProps$Builder instance using the provided configuration. The function takes the CfnConformancePackProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `conformancePackInputParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:conformance-pack-input-parameters` | | `conformancePackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:conformance-pack-name` | | `deliveryS3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-s3-bucket` | | `deliveryS3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-s3-key-prefix` | | `templateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-body` | | `templateS3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-s3-uri` | | `templateSsmDocumentDetails` | java.lang.Object | [[cdk.support/lookup-entry]] | `:template-ssm-document-details` |
(build-cfn-conformance-pack-template-ssm-document-details-property-builder
builder
id
config)
The build-cfn-conformance-pack-template-ssm-document-details-property-builder function updates a CfnConformancePack$TemplateSSMDocumentDetailsProperty$Builder instance using the provided configuration. The function takes the CfnConformancePack$TemplateSSMDocumentDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
documentName | java.lang.String | cdk.support/lookup-entry | :document-name |
documentVersion | java.lang.String | cdk.support/lookup-entry | :document-version |
The build-cfn-conformance-pack-template-ssm-document-details-property-builder function updates a CfnConformancePack$TemplateSSMDocumentDetailsProperty$Builder instance using the provided configuration. The function takes the CfnConformancePack$TemplateSSMDocumentDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `documentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-name` | | `documentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-version` |
(build-cfn-delivery-channel-builder builder id config)
The build-cfn-delivery-channel-builder function updates a CfnDeliveryChannel$Builder instance using the provided configuration. The function takes the CfnDeliveryChannel$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configSnapshotDeliveryProperties | software.amazon.awscdk.services.config.CfnDeliveryChannel$ConfigSnapshotDeliveryPropertiesProperty | cdk.support/lookup-entry | :config-snapshot-delivery-properties |
name | java.lang.String | cdk.support/lookup-entry | :name |
s3BucketName | java.lang.String | cdk.support/lookup-entry | :s3-bucket-name |
s3KeyPrefix | java.lang.String | cdk.support/lookup-entry | :s3-key-prefix |
s3KmsKeyArn | java.lang.String | cdk.support/lookup-entry | :s3-kms-key-arn |
snsTopicArn | java.lang.String | cdk.support/lookup-entry | :sns-topic-arn |
The build-cfn-delivery-channel-builder function updates a CfnDeliveryChannel$Builder instance using the provided configuration. The function takes the CfnDeliveryChannel$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configSnapshotDeliveryProperties` | software.amazon.awscdk.services.config.CfnDeliveryChannel$ConfigSnapshotDeliveryPropertiesProperty | [[cdk.support/lookup-entry]] | `:config-snapshot-delivery-properties` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `s3BucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-name` | | `s3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key-prefix` | | `s3KmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-kms-key-arn` | | `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` |
(build-cfn-delivery-channel-config-snapshot-delivery-properties-property-builder
builder
id
config)
The build-cfn-delivery-channel-config-snapshot-delivery-properties-property-builder function updates a CfnDeliveryChannel$ConfigSnapshotDeliveryPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnDeliveryChannel$ConfigSnapshotDeliveryPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
deliveryFrequency | java.lang.String | cdk.support/lookup-entry | :delivery-frequency |
The build-cfn-delivery-channel-config-snapshot-delivery-properties-property-builder function updates a CfnDeliveryChannel$ConfigSnapshotDeliveryPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnDeliveryChannel$ConfigSnapshotDeliveryPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `deliveryFrequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-frequency` |
(build-cfn-delivery-channel-props-builder builder id config)
The build-cfn-delivery-channel-props-builder function updates a CfnDeliveryChannelProps$Builder instance using the provided configuration. The function takes the CfnDeliveryChannelProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configSnapshotDeliveryProperties | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :config-snapshot-delivery-properties |
name | java.lang.String | cdk.support/lookup-entry | :name |
s3BucketName | java.lang.String | cdk.support/lookup-entry | :s3-bucket-name |
s3KeyPrefix | java.lang.String | cdk.support/lookup-entry | :s3-key-prefix |
s3KmsKeyArn | java.lang.String | cdk.support/lookup-entry | :s3-kms-key-arn |
snsTopicArn | java.lang.String | cdk.support/lookup-entry | :sns-topic-arn |
The build-cfn-delivery-channel-props-builder function updates a CfnDeliveryChannelProps$Builder instance using the provided configuration. The function takes the CfnDeliveryChannelProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configSnapshotDeliveryProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:config-snapshot-delivery-properties` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `s3BucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-name` | | `s3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key-prefix` | | `s3KmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-kms-key-arn` | | `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` |
(build-cfn-organization-config-rule-builder builder id config)
The build-cfn-organization-config-rule-builder function updates a CfnOrganizationConfigRule$Builder instance using the provided configuration. The function takes the CfnOrganizationConfigRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
excludedAccounts | java.util.List | cdk.support/lookup-entry | :excluded-accounts |
organizationConfigRuleName | java.lang.String | cdk.support/lookup-entry | :organization-config-rule-name |
organizationCustomPolicyRuleMetadata | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :organization-custom-policy-rule-metadata |
organizationCustomRuleMetadata | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :organization-custom-rule-metadata |
organizationManagedRuleMetadata | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :organization-managed-rule-metadata |
The build-cfn-organization-config-rule-builder function updates a CfnOrganizationConfigRule$Builder instance using the provided configuration. The function takes the CfnOrganizationConfigRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `excludedAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-accounts` | | `organizationConfigRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-config-rule-name` | | `organizationCustomPolicyRuleMetadata` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:organization-custom-policy-rule-metadata` | | `organizationCustomRuleMetadata` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:organization-custom-rule-metadata` | | `organizationManagedRuleMetadata` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:organization-managed-rule-metadata` |
(build-cfn-organization-config-rule-organization-custom-policy-rule-metadata-property-builder
builder
id
config)
The build-cfn-organization-config-rule-organization-custom-policy-rule-metadata-property-builder function updates a CfnOrganizationConfigRule$OrganizationCustomPolicyRuleMetadataProperty$Builder instance using the provided configuration. The function takes the CfnOrganizationConfigRule$OrganizationCustomPolicyRuleMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
debugLogDeliveryAccounts | java.util.List | cdk.support/lookup-entry | :debug-log-delivery-accounts |
description | java.lang.String | cdk.support/lookup-entry | :description |
inputParameters | java.lang.String | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | java.lang.String | cdk.support/lookup-entry | :maximum-execution-frequency |
organizationConfigRuleTriggerTypes | java.util.List | cdk.support/lookup-entry | :organization-config-rule-trigger-types |
policyText | java.lang.String | cdk.support/lookup-entry | :policy-text |
resourceIdScope | java.lang.String | cdk.support/lookup-entry | :resource-id-scope |
resourceTypesScope | java.util.List | cdk.support/lookup-entry | :resource-types-scope |
runtime | java.lang.String | cdk.support/lookup-entry | :runtime |
tagKeyScope | java.lang.String | cdk.support/lookup-entry | :tag-key-scope |
tagValueScope | java.lang.String | cdk.support/lookup-entry | :tag-value-scope |
The build-cfn-organization-config-rule-organization-custom-policy-rule-metadata-property-builder function updates a CfnOrganizationConfigRule$OrganizationCustomPolicyRuleMetadataProperty$Builder instance using the provided configuration. The function takes the CfnOrganizationConfigRule$OrganizationCustomPolicyRuleMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `debugLogDeliveryAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:debug-log-delivery-accounts` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `inputParameters` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:maximum-execution-frequency` | | `organizationConfigRuleTriggerTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:organization-config-rule-trigger-types` | | `policyText` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-text` | | `resourceIdScope` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id-scope` | | `resourceTypesScope` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-types-scope` | | `runtime` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime` | | `tagKeyScope` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-key-scope` | | `tagValueScope` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-value-scope` |
(build-cfn-organization-config-rule-organization-custom-rule-metadata-property-builder
builder
id
config)
The build-cfn-organization-config-rule-organization-custom-rule-metadata-property-builder function updates a CfnOrganizationConfigRule$OrganizationCustomRuleMetadataProperty$Builder instance using the provided configuration. The function takes the CfnOrganizationConfigRule$OrganizationCustomRuleMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
inputParameters | java.lang.String | cdk.support/lookup-entry | :input-parameters |
lambdaFunctionArn | java.lang.String | cdk.support/lookup-entry | :lambda-function-arn |
maximumExecutionFrequency | java.lang.String | cdk.support/lookup-entry | :maximum-execution-frequency |
organizationConfigRuleTriggerTypes | java.util.List | cdk.support/lookup-entry | :organization-config-rule-trigger-types |
resourceIdScope | java.lang.String | cdk.support/lookup-entry | :resource-id-scope |
resourceTypesScope | java.util.List | cdk.support/lookup-entry | :resource-types-scope |
tagKeyScope | java.lang.String | cdk.support/lookup-entry | :tag-key-scope |
tagValueScope | java.lang.String | cdk.support/lookup-entry | :tag-value-scope |
The build-cfn-organization-config-rule-organization-custom-rule-metadata-property-builder function updates a CfnOrganizationConfigRule$OrganizationCustomRuleMetadataProperty$Builder instance using the provided configuration. The function takes the CfnOrganizationConfigRule$OrganizationCustomRuleMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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` | | `inputParameters` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-parameters` | | `lambdaFunctionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-function-arn` | | `maximumExecutionFrequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:maximum-execution-frequency` | | `organizationConfigRuleTriggerTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:organization-config-rule-trigger-types` | | `resourceIdScope` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id-scope` | | `resourceTypesScope` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-types-scope` | | `tagKeyScope` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-key-scope` | | `tagValueScope` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-value-scope` |
(build-cfn-organization-config-rule-organization-managed-rule-metadata-property-builder
builder
id
config)
The build-cfn-organization-config-rule-organization-managed-rule-metadata-property-builder function updates a CfnOrganizationConfigRule$OrganizationManagedRuleMetadataProperty$Builder instance using the provided configuration. The function takes the CfnOrganizationConfigRule$OrganizationManagedRuleMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
inputParameters | java.lang.String | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | java.lang.String | cdk.support/lookup-entry | :maximum-execution-frequency |
resourceIdScope | java.lang.String | cdk.support/lookup-entry | :resource-id-scope |
resourceTypesScope | java.util.List | cdk.support/lookup-entry | :resource-types-scope |
ruleIdentifier | java.lang.String | cdk.support/lookup-entry | :rule-identifier |
tagKeyScope | java.lang.String | cdk.support/lookup-entry | :tag-key-scope |
tagValueScope | java.lang.String | cdk.support/lookup-entry | :tag-value-scope |
The build-cfn-organization-config-rule-organization-managed-rule-metadata-property-builder function updates a CfnOrganizationConfigRule$OrganizationManagedRuleMetadataProperty$Builder instance using the provided configuration. The function takes the CfnOrganizationConfigRule$OrganizationManagedRuleMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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` | | `inputParameters` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:maximum-execution-frequency` | | `resourceIdScope` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id-scope` | | `resourceTypesScope` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-types-scope` | | `ruleIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-identifier` | | `tagKeyScope` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-key-scope` | | `tagValueScope` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-value-scope` |
(build-cfn-organization-config-rule-props-builder builder id config)
The build-cfn-organization-config-rule-props-builder function updates a CfnOrganizationConfigRuleProps$Builder instance using the provided configuration. The function takes the CfnOrganizationConfigRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
excludedAccounts | java.util.List | cdk.support/lookup-entry | :excluded-accounts |
organizationConfigRuleName | java.lang.String | cdk.support/lookup-entry | :organization-config-rule-name |
organizationCustomPolicyRuleMetadata | software.amazon.awscdk.services.config.CfnOrganizationConfigRule$OrganizationCustomPolicyRuleMetadataProperty | cdk.support/lookup-entry | :organization-custom-policy-rule-metadata |
organizationCustomRuleMetadata | software.amazon.awscdk.services.config.CfnOrganizationConfigRule$OrganizationCustomRuleMetadataProperty | cdk.support/lookup-entry | :organization-custom-rule-metadata |
organizationManagedRuleMetadata | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :organization-managed-rule-metadata |
The build-cfn-organization-config-rule-props-builder function updates a CfnOrganizationConfigRuleProps$Builder instance using the provided configuration. The function takes the CfnOrganizationConfigRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `excludedAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-accounts` | | `organizationConfigRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-config-rule-name` | | `organizationCustomPolicyRuleMetadata` | software.amazon.awscdk.services.config.CfnOrganizationConfigRule$OrganizationCustomPolicyRuleMetadataProperty | [[cdk.support/lookup-entry]] | `:organization-custom-policy-rule-metadata` | | `organizationCustomRuleMetadata` | software.amazon.awscdk.services.config.CfnOrganizationConfigRule$OrganizationCustomRuleMetadataProperty | [[cdk.support/lookup-entry]] | `:organization-custom-rule-metadata` | | `organizationManagedRuleMetadata` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:organization-managed-rule-metadata` |
(build-cfn-organization-conformance-pack-builder builder id config)
The build-cfn-organization-conformance-pack-builder function updates a CfnOrganizationConformancePack$Builder instance using the provided configuration. The function takes the CfnOrganizationConformancePack$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
conformancePackInputParameters | java.util.List | cdk.support/lookup-entry | :conformance-pack-input-parameters |
deliveryS3Bucket | java.lang.String | cdk.support/lookup-entry | :delivery-s3-bucket |
deliveryS3KeyPrefix | java.lang.String | cdk.support/lookup-entry | :delivery-s3-key-prefix |
excludedAccounts | java.util.List | cdk.support/lookup-entry | :excluded-accounts |
organizationConformancePackName | java.lang.String | cdk.support/lookup-entry | :organization-conformance-pack-name |
templateBody | java.lang.String | cdk.support/lookup-entry | :template-body |
templateS3Uri | java.lang.String | cdk.support/lookup-entry | :template-s3-uri |
The build-cfn-organization-conformance-pack-builder function updates a CfnOrganizationConformancePack$Builder instance using the provided configuration. The function takes the CfnOrganizationConformancePack$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `conformancePackInputParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:conformance-pack-input-parameters` | | `deliveryS3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-s3-bucket` | | `deliveryS3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-s3-key-prefix` | | `excludedAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-accounts` | | `organizationConformancePackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-conformance-pack-name` | | `templateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-body` | | `templateS3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-s3-uri` |
(build-cfn-organization-conformance-pack-conformance-pack-input-parameter-property-builder
builder
id
config)
The build-cfn-organization-conformance-pack-conformance-pack-input-parameter-property-builder function updates a CfnOrganizationConformancePack$ConformancePackInputParameterProperty$Builder instance using the provided configuration. The function takes the CfnOrganizationConformancePack$ConformancePackInputParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
parameterValue | java.lang.String | cdk.support/lookup-entry | :parameter-value |
The build-cfn-organization-conformance-pack-conformance-pack-input-parameter-property-builder function updates a CfnOrganizationConformancePack$ConformancePackInputParameterProperty$Builder instance using the provided configuration. The function takes the CfnOrganizationConformancePack$ConformancePackInputParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `parameterValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-value` |
(build-cfn-organization-conformance-pack-props-builder builder id config)
The build-cfn-organization-conformance-pack-props-builder function updates a CfnOrganizationConformancePackProps$Builder instance using the provided configuration. The function takes the CfnOrganizationConformancePackProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
conformancePackInputParameters | java.util.List | cdk.support/lookup-entry | :conformance-pack-input-parameters |
deliveryS3Bucket | java.lang.String | cdk.support/lookup-entry | :delivery-s3-bucket |
deliveryS3KeyPrefix | java.lang.String | cdk.support/lookup-entry | :delivery-s3-key-prefix |
excludedAccounts | java.util.List | cdk.support/lookup-entry | :excluded-accounts |
organizationConformancePackName | java.lang.String | cdk.support/lookup-entry | :organization-conformance-pack-name |
templateBody | java.lang.String | cdk.support/lookup-entry | :template-body |
templateS3Uri | java.lang.String | cdk.support/lookup-entry | :template-s3-uri |
The build-cfn-organization-conformance-pack-props-builder function updates a CfnOrganizationConformancePackProps$Builder instance using the provided configuration. The function takes the CfnOrganizationConformancePackProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `conformancePackInputParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:conformance-pack-input-parameters` | | `deliveryS3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-s3-bucket` | | `deliveryS3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-s3-key-prefix` | | `excludedAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-accounts` | | `organizationConformancePackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-conformance-pack-name` | | `templateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-body` | | `templateS3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-s3-uri` |
(build-cfn-remediation-configuration-builder builder id config)
The build-cfn-remediation-configuration-builder function updates a CfnRemediationConfiguration$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
automatic | java.lang.Boolean | cdk.support/lookup-entry | :automatic |
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
executionControls | software.amazon.awscdk.services.config.CfnRemediationConfiguration$ExecutionControlsProperty | cdk.support/lookup-entry | :execution-controls |
maximumAutomaticAttempts | java.lang.Number | cdk.support/lookup-entry | :maximum-automatic-attempts |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
retryAttemptSeconds | java.lang.Number | cdk.support/lookup-entry | :retry-attempt-seconds |
targetId | java.lang.String | cdk.support/lookup-entry | :target-id |
targetType | java.lang.String | cdk.support/lookup-entry | :target-type |
targetVersion | java.lang.String | cdk.support/lookup-entry | :target-version |
The build-cfn-remediation-configuration-builder function updates a CfnRemediationConfiguration$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `automatic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:automatic` | | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `executionControls` | software.amazon.awscdk.services.config.CfnRemediationConfiguration$ExecutionControlsProperty | [[cdk.support/lookup-entry]] | `:execution-controls` | | `maximumAutomaticAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-automatic-attempts` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `retryAttemptSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempt-seconds` | | `targetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-id` | | `targetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-type` | | `targetVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-version` |
(build-cfn-remediation-configuration-execution-controls-property-builder builder
id
config)
The build-cfn-remediation-configuration-execution-controls-property-builder function updates a CfnRemediationConfiguration$ExecutionControlsProperty$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$ExecutionControlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
ssmControls | software.amazon.awscdk.services.config.CfnRemediationConfiguration$SsmControlsProperty | cdk.support/lookup-entry | :ssm-controls |
The build-cfn-remediation-configuration-execution-controls-property-builder function updates a CfnRemediationConfiguration$ExecutionControlsProperty$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$ExecutionControlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `ssmControls` | software.amazon.awscdk.services.config.CfnRemediationConfiguration$SsmControlsProperty | [[cdk.support/lookup-entry]] | `:ssm-controls` |
(build-cfn-remediation-configuration-props-builder builder id config)
The build-cfn-remediation-configuration-props-builder function updates a CfnRemediationConfigurationProps$Builder instance using the provided configuration. The function takes the CfnRemediationConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
automatic | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :automatic |
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
executionControls | software.amazon.awscdk.services.config.CfnRemediationConfiguration$ExecutionControlsProperty | cdk.support/lookup-entry | :execution-controls |
maximumAutomaticAttempts | java.lang.Number | cdk.support/lookup-entry | :maximum-automatic-attempts |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
retryAttemptSeconds | java.lang.Number | cdk.support/lookup-entry | :retry-attempt-seconds |
targetId | java.lang.String | cdk.support/lookup-entry | :target-id |
targetType | java.lang.String | cdk.support/lookup-entry | :target-type |
targetVersion | java.lang.String | cdk.support/lookup-entry | :target-version |
The build-cfn-remediation-configuration-props-builder function updates a CfnRemediationConfigurationProps$Builder instance using the provided configuration. The function takes the CfnRemediationConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `automatic` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:automatic` | | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `executionControls` | software.amazon.awscdk.services.config.CfnRemediationConfiguration$ExecutionControlsProperty | [[cdk.support/lookup-entry]] | `:execution-controls` | | `maximumAutomaticAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-automatic-attempts` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `retryAttemptSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempt-seconds` | | `targetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-id` | | `targetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-type` | | `targetVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-version` |
(build-cfn-remediation-configuration-remediation-parameter-value-property-builder
builder
id
config)
The build-cfn-remediation-configuration-remediation-parameter-value-property-builder function updates a CfnRemediationConfiguration$RemediationParameterValueProperty$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$RemediationParameterValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
resourceValue | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :resource-value |
staticValue | software.amazon.awscdk.services.config.CfnRemediationConfiguration$StaticValueProperty | cdk.support/lookup-entry | :static-value |
The build-cfn-remediation-configuration-remediation-parameter-value-property-builder function updates a CfnRemediationConfiguration$RemediationParameterValueProperty$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$RemediationParameterValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `resourceValue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-value` | | `staticValue` | software.amazon.awscdk.services.config.CfnRemediationConfiguration$StaticValueProperty | [[cdk.support/lookup-entry]] | `:static-value` |
(build-cfn-remediation-configuration-resource-value-property-builder builder
id
config)
The build-cfn-remediation-configuration-resource-value-property-builder function updates a CfnRemediationConfiguration$ResourceValueProperty$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$ResourceValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-remediation-configuration-resource-value-property-builder function updates a CfnRemediationConfiguration$ResourceValueProperty$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$ResourceValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-remediation-configuration-ssm-controls-property-builder builder
id
config)
The build-cfn-remediation-configuration-ssm-controls-property-builder function updates a CfnRemediationConfiguration$SsmControlsProperty$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$SsmControlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
concurrentExecutionRatePercentage | java.lang.Number | cdk.support/lookup-entry | :concurrent-execution-rate-percentage |
errorPercentage | java.lang.Number | cdk.support/lookup-entry | :error-percentage |
The build-cfn-remediation-configuration-ssm-controls-property-builder function updates a CfnRemediationConfiguration$SsmControlsProperty$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$SsmControlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `concurrentExecutionRatePercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:concurrent-execution-rate-percentage` | | `errorPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:error-percentage` |
(build-cfn-remediation-configuration-static-value-property-builder builder
id
config)
The build-cfn-remediation-configuration-static-value-property-builder function updates a CfnRemediationConfiguration$StaticValueProperty$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$StaticValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
value | java.util.List | cdk.support/lookup-entry | :value |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-remediation-configuration-static-value-property-builder function updates a CfnRemediationConfiguration$StaticValueProperty$Builder instance using the provided configuration. The function takes the CfnRemediationConfiguration$StaticValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `value` | java.util.List | [[cdk.support/lookup-entry]] | `:value` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-stored-query-builder builder id config)
The build-cfn-stored-query-builder function updates a CfnStoredQuery$Builder instance using the provided configuration. The function takes the CfnStoredQuery$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
queryDescription | java.lang.String | cdk.support/lookup-entry | :query-description |
queryExpression | java.lang.String | cdk.support/lookup-entry | :query-expression |
queryName | java.lang.String | cdk.support/lookup-entry | :query-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-stored-query-builder function updates a CfnStoredQuery$Builder instance using the provided configuration. The function takes the CfnStoredQuery$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `queryDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-description` | | `queryExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-expression` | | `queryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-stored-query-props-builder builder id config)
The build-cfn-stored-query-props-builder function updates a CfnStoredQueryProps$Builder instance using the provided configuration. The function takes the CfnStoredQueryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
queryDescription | java.lang.String | cdk.support/lookup-entry | :query-description |
queryExpression | java.lang.String | cdk.support/lookup-entry | :query-expression |
queryName | java.lang.String | cdk.support/lookup-entry | :query-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-stored-query-props-builder function updates a CfnStoredQueryProps$Builder instance using the provided configuration. The function takes the CfnStoredQueryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `queryDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-description` | | `queryExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-expression` | | `queryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cloud-formation-stack-drift-detection-check-builder builder id config)
The build-cloud-formation-stack-drift-detection-check-builder function updates a CloudFormationStackDriftDetectionCheck$Builder instance using the provided configuration. The function takes the CloudFormationStackDriftDetectionCheck$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
ownStackOnly | java.lang.Boolean | cdk.support/lookup-entry | :own-stack-only |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
The build-cloud-formation-stack-drift-detection-check-builder function updates a CloudFormationStackDriftDetectionCheck$Builder instance using the provided configuration. The function takes the CloudFormationStackDriftDetectionCheck$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `ownStackOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:own-stack-only` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` |
(build-cloud-formation-stack-drift-detection-check-props-builder builder
id
config)
The build-cloud-formation-stack-drift-detection-check-props-builder function updates a CloudFormationStackDriftDetectionCheckProps$Builder instance using the provided configuration. The function takes the CloudFormationStackDriftDetectionCheckProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
ownStackOnly | java.lang.Boolean | cdk.support/lookup-entry | :own-stack-only |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
The build-cloud-formation-stack-drift-detection-check-props-builder function updates a CloudFormationStackDriftDetectionCheckProps$Builder instance using the provided configuration. The function takes the CloudFormationStackDriftDetectionCheckProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `ownStackOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:own-stack-only` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` |
(build-cloud-formation-stack-notification-check-builder builder id config)
The build-cloud-formation-stack-notification-check-builder function updates a CloudFormationStackNotificationCheck$Builder instance using the provided configuration. The function takes the CloudFormationStackNotificationCheck$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
topics | java.util.List | cdk.support/lookup-entry | :topics |
The build-cloud-formation-stack-notification-check-builder function updates a CloudFormationStackNotificationCheck$Builder instance using the provided configuration. The function takes the CloudFormationStackNotificationCheck$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` | | `topics` | java.util.List | [[cdk.support/lookup-entry]] | `:topics` |
(build-cloud-formation-stack-notification-check-props-builder builder id config)
The build-cloud-formation-stack-notification-check-props-builder function updates a CloudFormationStackNotificationCheckProps$Builder instance using the provided configuration. The function takes the CloudFormationStackNotificationCheckProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
topics | java.util.List | cdk.support/lookup-entry | :topics |
The build-cloud-formation-stack-notification-check-props-builder function updates a CloudFormationStackNotificationCheckProps$Builder instance using the provided configuration. The function takes the CloudFormationStackNotificationCheckProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` | | `topics` | java.util.List | [[cdk.support/lookup-entry]] | `:topics` |
(build-custom-policy-builder builder id config)
The build-custom-policy-builder function updates a CustomPolicy$Builder instance using the provided configuration. The function takes the CustomPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
enableDebugLog | java.lang.Boolean | cdk.support/lookup-entry | :enable-debug-log |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
policyText | java.lang.String | cdk.support/lookup-entry | :policy-text |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
The build-custom-policy-builder function updates a CustomPolicy$Builder instance using the provided configuration. The function takes the CustomPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `enableDebugLog` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-debug-log` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `policyText` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-text` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` |
(build-custom-policy-props-builder builder id config)
The build-custom-policy-props-builder function updates a CustomPolicyProps$Builder instance using the provided configuration. The function takes the CustomPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
enableDebugLog | java.lang.Boolean | cdk.support/lookup-entry | :enable-debug-log |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
policyText | java.lang.String | cdk.support/lookup-entry | :policy-text |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
The build-custom-policy-props-builder function updates a CustomPolicyProps$Builder instance using the provided configuration. The function takes the CustomPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `enableDebugLog` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-debug-log` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `policyText` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-text` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` |
(build-custom-rule-builder builder id config)
The build-custom-rule-builder function updates a CustomRule$Builder instance using the provided configuration. The function takes the CustomRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
configurationChanges | java.lang.Boolean | cdk.support/lookup-entry | :configuration-changes |
description | java.lang.String | cdk.support/lookup-entry | :description |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
lambdaFunction | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :lambda-function |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
periodic | java.lang.Boolean | cdk.support/lookup-entry | :periodic |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
The build-custom-rule-builder function updates a CustomRule$Builder instance using the provided configuration. The function takes the CustomRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `configurationChanges` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:configuration-changes` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `lambdaFunction` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:lambda-function` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `periodic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:periodic` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` |
(build-custom-rule-props-builder builder id config)
The build-custom-rule-props-builder function updates a CustomRuleProps$Builder instance using the provided configuration. The function takes the CustomRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
configurationChanges | java.lang.Boolean | cdk.support/lookup-entry | :configuration-changes |
description | java.lang.String | cdk.support/lookup-entry | :description |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
lambdaFunction | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :lambda-function |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
periodic | java.lang.Boolean | cdk.support/lookup-entry | :periodic |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
The build-custom-rule-props-builder function updates a CustomRuleProps$Builder instance using the provided configuration. The function takes the CustomRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `configurationChanges` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:configuration-changes` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `lambdaFunction` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:lambda-function` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `periodic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:periodic` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` |
(build-managed-rule-builder builder id config)
The build-managed-rule-builder function updates a ManagedRule$Builder instance using the provided configuration. The function takes the ManagedRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
The build-managed-rule-builder function updates a ManagedRule$Builder instance using the provided configuration. The function takes the ManagedRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` |
(build-managed-rule-props-builder builder id config)
The build-managed-rule-props-builder function updates a ManagedRuleProps$Builder instance using the provided configuration. The function takes the ManagedRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
The build-managed-rule-props-builder function updates a ManagedRuleProps$Builder instance using the provided configuration. The function takes the ManagedRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` |
(build-rule-props-builder builder id config)
The build-rule-props-builder function updates a RuleProps$Builder instance using the provided configuration. The function takes the RuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
configRuleName | java.lang.String | cdk.support/lookup-entry | :config-rule-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
inputParameters | java.util.Map | cdk.support/lookup-entry | :input-parameters |
maximumExecutionFrequency | software.amazon.awscdk.services.config.MaximumExecutionFrequency | cdk.api.services.config/maximum-execution-frequency | :maximum-execution-frequency |
ruleScope | software.amazon.awscdk.services.config.RuleScope | cdk.support/lookup-entry | :rule-scope |
The build-rule-props-builder function updates a RuleProps$Builder instance using the provided configuration. The function takes the RuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `configRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-rule-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `inputParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:input-parameters` | | `maximumExecutionFrequency` | software.amazon.awscdk.services.config.MaximumExecutionFrequency | [[cdk.api.services.config/maximum-execution-frequency]] | `:maximum-execution-frequency` | | `ruleScope` | software.amazon.awscdk.services.config.RuleScope | [[cdk.support/lookup-entry]] | `:rule-scope` |
(cfn-aggregation-authorization-builder scope id config)
Creates a CfnAggregationAuthorization$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 `CfnAggregationAuthorization$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-aggregation-authorization-props-builder id config)
Creates a CfnAggregationAuthorizationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnAggregationAuthorizationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-config-rule-builder scope id config)
Creates a CfnConfigRule$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 `CfnConfigRule$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-config-rule-compliance-property-builder id config)
Creates a CfnConfigRule$ComplianceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigRule$ComplianceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-config-rule-custom-policy-details-property-builder id config)
Creates a CfnConfigRule$CustomPolicyDetailsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigRule$CustomPolicyDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-config-rule-evaluation-mode-configuration-property-builder id config)
Creates a CfnConfigRule$EvaluationModeConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigRule$EvaluationModeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-config-rule-props-builder id config)
Creates a CfnConfigRuleProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigRuleProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-config-rule-scope-property-builder id config)
Creates a CfnConfigRule$ScopeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigRule$ScopeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-config-rule-source-detail-property-builder id config)
Creates a CfnConfigRule$SourceDetailProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigRule$SourceDetailProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-config-rule-source-property-builder id config)
Creates a CfnConfigRule$SourceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigRule$SourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-configuration-aggregator-account-aggregation-source-property-builder
id
config)
Creates a CfnConfigurationAggregator$AccountAggregationSourceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigurationAggregator$AccountAggregationSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-configuration-aggregator-builder scope id config)
Creates a CfnConfigurationAggregator$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 `CfnConfigurationAggregator$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-configuration-aggregator-organization-aggregation-source-property-builder
id
config)
Creates a CfnConfigurationAggregator$OrganizationAggregationSourceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigurationAggregator$OrganizationAggregationSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-configuration-aggregator-props-builder id config)
Creates a CfnConfigurationAggregatorProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigurationAggregatorProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-configuration-recorder-builder scope id config)
Creates a CfnConfigurationRecorder$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 `CfnConfigurationRecorder$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-configuration-recorder-exclusion-by-resource-types-property-builder id
config)
Creates a CfnConfigurationRecorder$ExclusionByResourceTypesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigurationRecorder$ExclusionByResourceTypesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-configuration-recorder-props-builder id config)
Creates a CfnConfigurationRecorderProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigurationRecorderProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-configuration-recorder-recording-group-property-builder id config)
Creates a CfnConfigurationRecorder$RecordingGroupProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigurationRecorder$RecordingGroupProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-configuration-recorder-recording-mode-override-property-builder id config)
Creates a CfnConfigurationRecorder$RecordingModeOverrideProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigurationRecorder$RecordingModeOverrideProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-configuration-recorder-recording-mode-property-builder id config)
Creates a CfnConfigurationRecorder$RecordingModeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigurationRecorder$RecordingModeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-configuration-recorder-recording-strategy-property-builder id config)
Creates a CfnConfigurationRecorder$RecordingStrategyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConfigurationRecorder$RecordingStrategyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-conformance-pack-builder scope id config)
Creates a CfnConformancePack$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 `CfnConformancePack$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-conformance-pack-conformance-pack-input-parameter-property-builder id
config)
Creates a CfnConformancePack$ConformancePackInputParameterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConformancePack$ConformancePackInputParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-conformance-pack-props-builder id config)
Creates a CfnConformancePackProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConformancePackProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-conformance-pack-template-ssm-document-details-property-builder id config)
Creates a CfnConformancePack$TemplateSSMDocumentDetailsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnConformancePack$TemplateSSMDocumentDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-delivery-channel-builder scope id config)
Creates a CfnDeliveryChannel$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 `CfnDeliveryChannel$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-delivery-channel-config-snapshot-delivery-properties-property-builder
id
config)
Creates a CfnDeliveryChannel$ConfigSnapshotDeliveryPropertiesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDeliveryChannel$ConfigSnapshotDeliveryPropertiesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-delivery-channel-props-builder id config)
Creates a CfnDeliveryChannelProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDeliveryChannelProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-organization-config-rule-builder scope id config)
Creates a CfnOrganizationConfigRule$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 `CfnOrganizationConfigRule$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-organization-config-rule-organization-custom-policy-rule-metadata-property-builder
id
config)
Creates a CfnOrganizationConfigRule$OrganizationCustomPolicyRuleMetadataProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnOrganizationConfigRule$OrganizationCustomPolicyRuleMetadataProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-organization-config-rule-organization-custom-rule-metadata-property-builder
id
config)
Creates a CfnOrganizationConfigRule$OrganizationCustomRuleMetadataProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnOrganizationConfigRule$OrganizationCustomRuleMetadataProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-organization-config-rule-organization-managed-rule-metadata-property-builder
id
config)
Creates a CfnOrganizationConfigRule$OrganizationManagedRuleMetadataProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnOrganizationConfigRule$OrganizationManagedRuleMetadataProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-organization-config-rule-props-builder id config)
Creates a CfnOrganizationConfigRuleProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnOrganizationConfigRuleProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-organization-conformance-pack-builder scope id config)
Creates a CfnOrganizationConformancePack$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 `CfnOrganizationConformancePack$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-organization-conformance-pack-conformance-pack-input-parameter-property-builder
id
config)
Creates a CfnOrganizationConformancePack$ConformancePackInputParameterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnOrganizationConformancePack$ConformancePackInputParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-organization-conformance-pack-props-builder id config)
Creates a CfnOrganizationConformancePackProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnOrganizationConformancePackProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-remediation-configuration-builder scope id config)
Creates a CfnRemediationConfiguration$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 `CfnRemediationConfiguration$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-remediation-configuration-execution-controls-property-builder id config)
Creates a CfnRemediationConfiguration$ExecutionControlsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnRemediationConfiguration$ExecutionControlsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-remediation-configuration-props-builder id config)
Creates a CfnRemediationConfigurationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnRemediationConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-remediation-configuration-remediation-parameter-value-property-builder
id
config)
Creates a CfnRemediationConfiguration$RemediationParameterValueProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnRemediationConfiguration$RemediationParameterValueProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-remediation-configuration-resource-value-property-builder id config)
Creates a CfnRemediationConfiguration$ResourceValueProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnRemediationConfiguration$ResourceValueProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-remediation-configuration-ssm-controls-property-builder id config)
Creates a CfnRemediationConfiguration$SsmControlsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnRemediationConfiguration$SsmControlsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-remediation-configuration-static-value-property-builder id config)
Creates a CfnRemediationConfiguration$StaticValueProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnRemediationConfiguration$StaticValueProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-stored-query-builder scope id config)
Creates a CfnStoredQuery$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 `CfnStoredQuery$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-stored-query-props-builder id config)
Creates a CfnStoredQueryProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnStoredQueryProps$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 |
(cloud-formation-stack-drift-detection-check-builder scope id config)
Creates a CloudFormationStackDriftDetectionCheck$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 `CloudFormationStackDriftDetectionCheck$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 |
(cloud-formation-stack-drift-detection-check-props-builder id config)
Creates a CloudFormationStackDriftDetectionCheckProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CloudFormationStackDriftDetectionCheckProps$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 |
(cloud-formation-stack-notification-check-builder scope id config)
Creates a CloudFormationStackNotificationCheck$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 `CloudFormationStackNotificationCheck$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 |
(cloud-formation-stack-notification-check-props-builder id config)
Creates a CloudFormationStackNotificationCheckProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CloudFormationStackNotificationCheckProps$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 |
(custom-policy-builder scope id config)
Creates a CustomPolicy$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 `CustomPolicy$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 |
(custom-policy-props-builder id config)
Creates a CustomPolicyProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CustomPolicyProps$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 |
(custom-rule-builder scope id config)
Creates a CustomRule$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 `CustomRule$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 |
(custom-rule-props-builder id config)
Creates a CustomRuleProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CustomRuleProps$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 |
(managed-rule-builder scope id config)
Creates a ManagedRule$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 `ManagedRule$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 |
(managed-rule-props-builder id config)
Creates a ManagedRuleProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ManagedRuleProps$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 |
(maximum-execution-frequency config id item-key)
The maximum-execution-frequency
function data interprets values in the provided config data into a
MaximumExecutionFrequency
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:
MaximumExecutionFrequency
- the value is returned.:twelve-hours
- MaximumExecutionFrequency/TWELVE_HOURS
is returned:twenty-four-hours
- MaximumExecutionFrequency/TWENTY_FOUR_HOURS
is returned:one-hour
- MaximumExecutionFrequency/ONE_HOUR
is returned:three-hours
- MaximumExecutionFrequency/THREE_HOURS
is returned:six-hours
- MaximumExecutionFrequency/SIX_HOURS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `maximum-execution-frequency` function data interprets values in the provided config data into a `MaximumExecutionFrequency` 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 `MaximumExecutionFrequency` - the value is returned. * is `:twelve-hours` - `MaximumExecutionFrequency/TWELVE_HOURS` is returned * is `:twenty-four-hours` - `MaximumExecutionFrequency/TWENTY_FOUR_HOURS` is returned * is `:one-hour` - `MaximumExecutionFrequency/ONE_HOUR` is returned * is `:three-hours` - `MaximumExecutionFrequency/THREE_HOURS` is returned * is `:six-hours` - `MaximumExecutionFrequency/SIX_HOURS` is returned If a value is not found or matches the above criteria, nil is returned.
(rule-props-builder id config)
Creates a RuleProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `RuleProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close