Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.cur package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.cur package.
(build-cfn-report-definition-builder builder id config)
The build-cfn-report-definition-builder function updates a CfnReportDefinition$Builder instance using the provided configuration. The function takes the CfnReportDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalArtifacts | java.util.List | cdk.support/lookup-entry | :additional-artifacts |
additionalSchemaElements | java.util.List | cdk.support/lookup-entry | :additional-schema-elements |
billingViewArn | java.lang.String | cdk.support/lookup-entry | :billing-view-arn |
compression | java.lang.String | cdk.support/lookup-entry | :compression |
format | java.lang.String | cdk.support/lookup-entry | :format |
refreshClosedReports | java.lang.Boolean | cdk.support/lookup-entry | :refresh-closed-reports |
reportName | java.lang.String | cdk.support/lookup-entry | :report-name |
reportVersioning | java.lang.String | cdk.support/lookup-entry | :report-versioning |
s3Bucket | java.lang.String | cdk.support/lookup-entry | :s3-bucket |
s3Prefix | java.lang.String | cdk.support/lookup-entry | :s3-prefix |
s3Region | java.lang.String | cdk.support/lookup-entry | :s3-region |
timeUnit | java.lang.String | cdk.support/lookup-entry | :time-unit |
The build-cfn-report-definition-builder function updates a CfnReportDefinition$Builder instance using the provided configuration. The function takes the CfnReportDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalArtifacts` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-artifacts` | | `additionalSchemaElements` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-schema-elements` | | `billingViewArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:billing-view-arn` | | `compression` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression` | | `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` | | `refreshClosedReports` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:refresh-closed-reports` | | `reportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:report-name` | | `reportVersioning` | java.lang.String | [[cdk.support/lookup-entry]] | `:report-versioning` | | `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` | | `s3Prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-prefix` | | `s3Region` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-region` | | `timeUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-unit` |
(build-cfn-report-definition-props-builder builder id config)
The build-cfn-report-definition-props-builder function updates a CfnReportDefinitionProps$Builder instance using the provided configuration. The function takes the CfnReportDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalArtifacts | java.util.List | cdk.support/lookup-entry | :additional-artifacts |
additionalSchemaElements | java.util.List | cdk.support/lookup-entry | :additional-schema-elements |
billingViewArn | java.lang.String | cdk.support/lookup-entry | :billing-view-arn |
compression | java.lang.String | cdk.support/lookup-entry | :compression |
format | java.lang.String | cdk.support/lookup-entry | :format |
refreshClosedReports | java.lang.Boolean | cdk.support/lookup-entry | :refresh-closed-reports |
reportName | java.lang.String | cdk.support/lookup-entry | :report-name |
reportVersioning | java.lang.String | cdk.support/lookup-entry | :report-versioning |
s3Bucket | java.lang.String | cdk.support/lookup-entry | :s3-bucket |
s3Prefix | java.lang.String | cdk.support/lookup-entry | :s3-prefix |
s3Region | java.lang.String | cdk.support/lookup-entry | :s3-region |
timeUnit | java.lang.String | cdk.support/lookup-entry | :time-unit |
The build-cfn-report-definition-props-builder function updates a CfnReportDefinitionProps$Builder instance using the provided configuration. The function takes the CfnReportDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalArtifacts` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-artifacts` | | `additionalSchemaElements` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-schema-elements` | | `billingViewArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:billing-view-arn` | | `compression` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression` | | `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` | | `refreshClosedReports` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:refresh-closed-reports` | | `reportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:report-name` | | `reportVersioning` | java.lang.String | [[cdk.support/lookup-entry]] | `:report-versioning` | | `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` | | `s3Prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-prefix` | | `s3Region` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-region` | | `timeUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-unit` |
(cfn-report-definition-builder scope id config)
Creates a CfnReportDefinition$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 `CfnReportDefinition$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-report-definition-props-builder id config)
Creates a CfnReportDefinitionProps$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 `CfnReportDefinitionProps$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