Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.xray package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.xray package.
(build-cfn-group-builder builder id config)
The build-cfn-group-builder function updates a CfnGroup$Builder instance using the provided configuration. The function takes the CfnGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
filterExpression | java.lang.String | cdk.support/lookup-entry | :filter-expression |
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
insightsConfiguration | software.amazon.awscdk.services.xray.CfnGroup$InsightsConfigurationProperty | cdk.support/lookup-entry | :insights-configuration |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-group-builder function updates a CfnGroup$Builder instance using the provided configuration. The function takes the CfnGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `filterExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-expression` | | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `insightsConfiguration` | software.amazon.awscdk.services.xray.CfnGroup$InsightsConfigurationProperty | [[cdk.support/lookup-entry]] | `:insights-configuration` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-group-insights-configuration-property-builder builder id config)
The build-cfn-group-insights-configuration-property-builder function updates a CfnGroup$InsightsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnGroup$InsightsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
insightsEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :insights-enabled |
notificationsEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :notifications-enabled |
The build-cfn-group-insights-configuration-property-builder function updates a CfnGroup$InsightsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnGroup$InsightsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `insightsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:insights-enabled` | | `notificationsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notifications-enabled` |
(build-cfn-group-props-builder builder id config)
The build-cfn-group-props-builder function updates a CfnGroupProps$Builder instance using the provided configuration. The function takes the CfnGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
filterExpression | java.lang.String | cdk.support/lookup-entry | :filter-expression |
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
insightsConfiguration | software.amazon.awscdk.services.xray.CfnGroup$InsightsConfigurationProperty | cdk.support/lookup-entry | :insights-configuration |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-group-props-builder function updates a CfnGroupProps$Builder instance using the provided configuration. The function takes the CfnGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `filterExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-expression` | | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `insightsConfiguration` | software.amazon.awscdk.services.xray.CfnGroup$InsightsConfigurationProperty | [[cdk.support/lookup-entry]] | `:insights-configuration` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-resource-policy-builder builder id config)
The build-cfn-resource-policy-builder function updates a CfnResourcePolicy$Builder instance using the provided configuration. The function takes the CfnResourcePolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bypassPolicyLockoutCheck | java.lang.Boolean | cdk.support/lookup-entry | :bypass-policy-lockout-check |
policyDocument | java.lang.String | cdk.support/lookup-entry | :policy-document |
policyName | java.lang.String | cdk.support/lookup-entry | :policy-name |
The build-cfn-resource-policy-builder function updates a CfnResourcePolicy$Builder instance using the provided configuration. The function takes the CfnResourcePolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bypassPolicyLockoutCheck` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:bypass-policy-lockout-check` | | `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` | | `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
(build-cfn-resource-policy-props-builder builder id config)
The build-cfn-resource-policy-props-builder function updates a CfnResourcePolicyProps$Builder instance using the provided configuration. The function takes the CfnResourcePolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bypassPolicyLockoutCheck | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :bypass-policy-lockout-check |
policyDocument | java.lang.String | cdk.support/lookup-entry | :policy-document |
policyName | java.lang.String | cdk.support/lookup-entry | :policy-name |
The build-cfn-resource-policy-props-builder function updates a CfnResourcePolicyProps$Builder instance using the provided configuration. The function takes the CfnResourcePolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bypassPolicyLockoutCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:bypass-policy-lockout-check` | | `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` | | `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
(build-cfn-sampling-rule-builder builder id config)
The build-cfn-sampling-rule-builder function updates a CfnSamplingRule$Builder instance using the provided configuration. The function takes the CfnSamplingRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ruleName | java.lang.String | cdk.support/lookup-entry | :rule-name |
samplingRule | software.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRuleProperty | cdk.support/lookup-entry | :sampling-rule |
samplingRuleRecord | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sampling-rule-record |
samplingRuleUpdate | software.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRuleUpdateProperty | cdk.support/lookup-entry | :sampling-rule-update |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-sampling-rule-builder function updates a CfnSamplingRule$Builder instance using the provided configuration. The function takes the CfnSamplingRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` | | `samplingRule` | software.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRuleProperty | [[cdk.support/lookup-entry]] | `:sampling-rule` | | `samplingRuleRecord` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sampling-rule-record` | | `samplingRuleUpdate` | software.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRuleUpdateProperty | [[cdk.support/lookup-entry]] | `:sampling-rule-update` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-sampling-rule-props-builder builder id config)
The build-cfn-sampling-rule-props-builder function updates a CfnSamplingRuleProps$Builder instance using the provided configuration. The function takes the CfnSamplingRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ruleName | java.lang.String | cdk.support/lookup-entry | :rule-name |
samplingRule | software.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRuleProperty | cdk.support/lookup-entry | :sampling-rule |
samplingRuleRecord | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sampling-rule-record |
samplingRuleUpdate | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sampling-rule-update |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-sampling-rule-props-builder function updates a CfnSamplingRuleProps$Builder instance using the provided configuration. The function takes the CfnSamplingRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` | | `samplingRule` | software.amazon.awscdk.services.xray.CfnSamplingRule$SamplingRuleProperty | [[cdk.support/lookup-entry]] | `:sampling-rule` | | `samplingRuleRecord` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sampling-rule-record` | | `samplingRuleUpdate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sampling-rule-update` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-sampling-rule-sampling-rule-property-builder builder id config)
The build-cfn-sampling-rule-sampling-rule-property-builder function updates a CfnSamplingRule$SamplingRuleProperty$Builder instance using the provided configuration. The function takes the CfnSamplingRule$SamplingRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attributes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :attributes |
fixedRate | java.lang.Number | cdk.support/lookup-entry | :fixed-rate |
host | java.lang.String | cdk.support/lookup-entry | :host |
httpMethod | java.lang.String | cdk.support/lookup-entry | :http-method |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
reservoirSize | java.lang.Number | cdk.support/lookup-entry | :reservoir-size |
resourceArn | java.lang.String | cdk.support/lookup-entry | :resource-arn |
ruleArn | java.lang.String | cdk.support/lookup-entry | :rule-arn |
ruleName | java.lang.String | cdk.support/lookup-entry | :rule-name |
serviceName | java.lang.String | cdk.support/lookup-entry | :service-name |
serviceType | java.lang.String | cdk.support/lookup-entry | :service-type |
urlPath | java.lang.String | cdk.support/lookup-entry | :url-path |
version | java.lang.Number | cdk.support/lookup-entry | :version |
The build-cfn-sampling-rule-sampling-rule-property-builder function updates a CfnSamplingRule$SamplingRuleProperty$Builder instance using the provided configuration. The function takes the CfnSamplingRule$SamplingRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` | | `fixedRate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:fixed-rate` | | `host` | java.lang.String | [[cdk.support/lookup-entry]] | `:host` | | `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `reservoirSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reservoir-size` | | `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` | | `ruleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-arn` | | `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` | | `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` | | `serviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-type` | | `urlPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:url-path` | | `version` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-sampling-rule-sampling-rule-record-property-builder builder
id
config)
The build-cfn-sampling-rule-sampling-rule-record-property-builder function updates a CfnSamplingRule$SamplingRuleRecordProperty$Builder instance using the provided configuration. The function takes the CfnSamplingRule$SamplingRuleRecordProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
createdAt | java.lang.String | cdk.support/lookup-entry | :created-at |
modifiedAt | java.lang.String | cdk.support/lookup-entry | :modified-at |
samplingRule | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sampling-rule |
The build-cfn-sampling-rule-sampling-rule-record-property-builder function updates a CfnSamplingRule$SamplingRuleRecordProperty$Builder instance using the provided configuration. The function takes the CfnSamplingRule$SamplingRuleRecordProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `createdAt` | java.lang.String | [[cdk.support/lookup-entry]] | `:created-at` | | `modifiedAt` | java.lang.String | [[cdk.support/lookup-entry]] | `:modified-at` | | `samplingRule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sampling-rule` |
(build-cfn-sampling-rule-sampling-rule-update-property-builder builder
id
config)
The build-cfn-sampling-rule-sampling-rule-update-property-builder function updates a CfnSamplingRule$SamplingRuleUpdateProperty$Builder instance using the provided configuration. The function takes the CfnSamplingRule$SamplingRuleUpdateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attributes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :attributes |
fixedRate | java.lang.Number | cdk.support/lookup-entry | :fixed-rate |
host | java.lang.String | cdk.support/lookup-entry | :host |
httpMethod | java.lang.String | cdk.support/lookup-entry | :http-method |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
reservoirSize | java.lang.Number | cdk.support/lookup-entry | :reservoir-size |
resourceArn | java.lang.String | cdk.support/lookup-entry | :resource-arn |
ruleArn | java.lang.String | cdk.support/lookup-entry | :rule-arn |
ruleName | java.lang.String | cdk.support/lookup-entry | :rule-name |
serviceName | java.lang.String | cdk.support/lookup-entry | :service-name |
serviceType | java.lang.String | cdk.support/lookup-entry | :service-type |
urlPath | java.lang.String | cdk.support/lookup-entry | :url-path |
The build-cfn-sampling-rule-sampling-rule-update-property-builder function updates a CfnSamplingRule$SamplingRuleUpdateProperty$Builder instance using the provided configuration. The function takes the CfnSamplingRule$SamplingRuleUpdateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` | | `fixedRate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:fixed-rate` | | `host` | java.lang.String | [[cdk.support/lookup-entry]] | `:host` | | `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `reservoirSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reservoir-size` | | `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` | | `ruleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-arn` | | `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` | | `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` | | `serviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-type` | | `urlPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:url-path` |
(cfn-group-builder scope id config)
Creates a CfnGroup$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 `CfnGroup$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-group-insights-configuration-property-builder id config)
Creates a CfnGroup$InsightsConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnGroup$InsightsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-group-props-builder id config)
Creates a CfnGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-resource-policy-builder scope id config)
Creates a CfnResourcePolicy$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnResourcePolicy$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-resource-policy-props-builder id config)
Creates a CfnResourcePolicyProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnResourcePolicyProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-sampling-rule-builder scope id config)
Creates a CfnSamplingRule$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 `CfnSamplingRule$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-sampling-rule-props-builder id config)
Creates a CfnSamplingRuleProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSamplingRuleProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-sampling-rule-sampling-rule-property-builder id config)
Creates a CfnSamplingRule$SamplingRuleProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSamplingRule$SamplingRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-sampling-rule-sampling-rule-record-property-builder id config)
Creates a CfnSamplingRule$SamplingRuleRecordProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSamplingRule$SamplingRuleRecordProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-sampling-rule-sampling-rule-update-property-builder id config)
Creates a CfnSamplingRule$SamplingRuleUpdateProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSamplingRule$SamplingRuleUpdateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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