Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.licensemanager package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.licensemanager package.
(build-cfn-grant-builder builder id config)
The build-cfn-grant-builder function updates a CfnGrant$Builder instance using the provided configuration. The function takes the CfnGrant$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
allowedOperations | java.util.List | cdk.support/lookup-entry | :allowed-operations |
grantName | java.lang.String | cdk.support/lookup-entry | :grant-name |
homeRegion | java.lang.String | cdk.support/lookup-entry | :home-region |
licenseArn | java.lang.String | cdk.support/lookup-entry | :license-arn |
principals | java.util.List | cdk.support/lookup-entry | :principals |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-grant-builder function updates a CfnGrant$Builder instance using the provided configuration. The function takes the CfnGrant$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `allowedOperations` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-operations` | | `grantName` | java.lang.String | [[cdk.support/lookup-entry]] | `:grant-name` | | `homeRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:home-region` | | `licenseArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-arn` | | `principals` | java.util.List | [[cdk.support/lookup-entry]] | `:principals` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-grant-props-builder builder id config)
The build-cfn-grant-props-builder function updates a CfnGrantProps$Builder instance using the provided configuration. The function takes the CfnGrantProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
allowedOperations | java.util.List | cdk.support/lookup-entry | :allowed-operations |
grantName | java.lang.String | cdk.support/lookup-entry | :grant-name |
homeRegion | java.lang.String | cdk.support/lookup-entry | :home-region |
licenseArn | java.lang.String | cdk.support/lookup-entry | :license-arn |
principals | java.util.List | cdk.support/lookup-entry | :principals |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-grant-props-builder function updates a CfnGrantProps$Builder instance using the provided configuration. The function takes the CfnGrantProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `allowedOperations` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-operations` | | `grantName` | java.lang.String | [[cdk.support/lookup-entry]] | `:grant-name` | | `homeRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:home-region` | | `licenseArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-arn` | | `principals` | java.util.List | [[cdk.support/lookup-entry]] | `:principals` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-license-borrow-configuration-property-builder builder id config)
The build-cfn-license-borrow-configuration-property-builder function updates a CfnLicense$BorrowConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLicense$BorrowConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
allowEarlyCheckIn | java.lang.Boolean | cdk.support/lookup-entry | :allow-early-check-in |
maxTimeToLiveInMinutes | java.lang.Number | cdk.support/lookup-entry | :max-time-to-live-in-minutes |
The build-cfn-license-borrow-configuration-property-builder function updates a CfnLicense$BorrowConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLicense$BorrowConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `allowEarlyCheckIn` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-early-check-in` | | `maxTimeToLiveInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-time-to-live-in-minutes` |
(build-cfn-license-builder builder id config)
The build-cfn-license-builder function updates a CfnLicense$Builder instance using the provided configuration. The function takes the CfnLicense$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
beneficiary | java.lang.String | cdk.support/lookup-entry | :beneficiary |
consumptionConfiguration | software.amazon.awscdk.services.licensemanager.CfnLicense$ConsumptionConfigurationProperty | cdk.support/lookup-entry | :consumption-configuration |
entitlements | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :entitlements |
homeRegion | java.lang.String | cdk.support/lookup-entry | :home-region |
issuer | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :issuer |
licenseMetadata | java.util.List | cdk.support/lookup-entry | :license-metadata |
licenseName | java.lang.String | cdk.support/lookup-entry | :license-name |
productName | java.lang.String | cdk.support/lookup-entry | :product-name |
productSku | java.lang.String | cdk.support/lookup-entry | :product-sku |
status | java.lang.String | cdk.support/lookup-entry | :status |
validity | software.amazon.awscdk.services.licensemanager.CfnLicense$ValidityDateFormatProperty | cdk.support/lookup-entry | :validity |
The build-cfn-license-builder function updates a CfnLicense$Builder instance using the provided configuration. The function takes the CfnLicense$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `beneficiary` | java.lang.String | [[cdk.support/lookup-entry]] | `:beneficiary` | | `consumptionConfiguration` | software.amazon.awscdk.services.licensemanager.CfnLicense$ConsumptionConfigurationProperty | [[cdk.support/lookup-entry]] | `:consumption-configuration` | | `entitlements` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:entitlements` | | `homeRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:home-region` | | `issuer` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:issuer` | | `licenseMetadata` | java.util.List | [[cdk.support/lookup-entry]] | `:license-metadata` | | `licenseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-name` | | `productName` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-name` | | `productSku` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-sku` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `validity` | software.amazon.awscdk.services.licensemanager.CfnLicense$ValidityDateFormatProperty | [[cdk.support/lookup-entry]] | `:validity` |
(build-cfn-license-consumption-configuration-property-builder builder id config)
The build-cfn-license-consumption-configuration-property-builder function updates a CfnLicense$ConsumptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLicense$ConsumptionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
borrowConfiguration | software.amazon.awscdk.services.licensemanager.CfnLicense$BorrowConfigurationProperty | cdk.support/lookup-entry | :borrow-configuration |
provisionalConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :provisional-configuration |
renewType | java.lang.String | cdk.support/lookup-entry | :renew-type |
The build-cfn-license-consumption-configuration-property-builder function updates a CfnLicense$ConsumptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLicense$ConsumptionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `borrowConfiguration` | software.amazon.awscdk.services.licensemanager.CfnLicense$BorrowConfigurationProperty | [[cdk.support/lookup-entry]] | `:borrow-configuration` | | `provisionalConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:provisional-configuration` | | `renewType` | java.lang.String | [[cdk.support/lookup-entry]] | `:renew-type` |
(build-cfn-license-entitlement-property-builder builder id config)
The build-cfn-license-entitlement-property-builder function updates a CfnLicense$EntitlementProperty$Builder instance using the provided configuration. The function takes the CfnLicense$EntitlementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
allowCheckIn | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :allow-check-in |
maxCount | java.lang.Number | cdk.support/lookup-entry | :max-count |
name | java.lang.String | cdk.support/lookup-entry | :name |
overage | java.lang.Boolean | cdk.support/lookup-entry | :overage |
unit | java.lang.String | cdk.support/lookup-entry | :unit |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-license-entitlement-property-builder function updates a CfnLicense$EntitlementProperty$Builder instance using the provided configuration. The function takes the CfnLicense$EntitlementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `allowCheckIn` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-check-in` | | `maxCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-count` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `overage` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:overage` | | `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-license-issuer-data-property-builder builder id config)
The build-cfn-license-issuer-data-property-builder function updates a CfnLicense$IssuerDataProperty$Builder instance using the provided configuration. The function takes the CfnLicense$IssuerDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
signKey | java.lang.String | cdk.support/lookup-entry | :sign-key |
The build-cfn-license-issuer-data-property-builder function updates a CfnLicense$IssuerDataProperty$Builder instance using the provided configuration. The function takes the CfnLicense$IssuerDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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` | | `signKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:sign-key` |
(build-cfn-license-metadata-property-builder builder id config)
The build-cfn-license-metadata-property-builder function updates a CfnLicense$MetadataProperty$Builder instance using the provided configuration. The function takes the CfnLicense$MetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-license-metadata-property-builder function updates a CfnLicense$MetadataProperty$Builder instance using the provided configuration. The function takes the CfnLicense$MetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-license-props-builder builder id config)
The build-cfn-license-props-builder function updates a CfnLicenseProps$Builder instance using the provided configuration. The function takes the CfnLicenseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
beneficiary | java.lang.String | cdk.support/lookup-entry | :beneficiary |
consumptionConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :consumption-configuration |
entitlements | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :entitlements |
homeRegion | java.lang.String | cdk.support/lookup-entry | :home-region |
issuer | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :issuer |
licenseMetadata | java.util.List | cdk.support/lookup-entry | :license-metadata |
licenseName | java.lang.String | cdk.support/lookup-entry | :license-name |
productName | java.lang.String | cdk.support/lookup-entry | :product-name |
productSku | java.lang.String | cdk.support/lookup-entry | :product-sku |
status | java.lang.String | cdk.support/lookup-entry | :status |
validity | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :validity |
The build-cfn-license-props-builder function updates a CfnLicenseProps$Builder instance using the provided configuration. The function takes the CfnLicenseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `beneficiary` | java.lang.String | [[cdk.support/lookup-entry]] | `:beneficiary` | | `consumptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:consumption-configuration` | | `entitlements` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:entitlements` | | `homeRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:home-region` | | `issuer` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:issuer` | | `licenseMetadata` | java.util.List | [[cdk.support/lookup-entry]] | `:license-metadata` | | `licenseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-name` | | `productName` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-name` | | `productSku` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-sku` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `validity` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:validity` |
(build-cfn-license-provisional-configuration-property-builder builder id config)
The build-cfn-license-provisional-configuration-property-builder function updates a CfnLicense$ProvisionalConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLicense$ProvisionalConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
maxTimeToLiveInMinutes | java.lang.Number | cdk.support/lookup-entry | :max-time-to-live-in-minutes |
The build-cfn-license-provisional-configuration-property-builder function updates a CfnLicense$ProvisionalConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLicense$ProvisionalConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `maxTimeToLiveInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-time-to-live-in-minutes` |
(build-cfn-license-validity-date-format-property-builder builder id config)
The build-cfn-license-validity-date-format-property-builder function updates a CfnLicense$ValidityDateFormatProperty$Builder instance using the provided configuration. The function takes the CfnLicense$ValidityDateFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
begin | java.lang.String | cdk.support/lookup-entry | :begin |
end | java.lang.String | cdk.support/lookup-entry | :end |
The build-cfn-license-validity-date-format-property-builder function updates a CfnLicense$ValidityDateFormatProperty$Builder instance using the provided configuration. The function takes the CfnLicense$ValidityDateFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `begin` | java.lang.String | [[cdk.support/lookup-entry]] | `:begin` | | `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
(cfn-grant-builder scope id config)
Creates a CfnGrant$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 `CfnGrant$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-grant-props-builder id config)
Creates a CfnGrantProps$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 `CfnGrantProps$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-license-borrow-configuration-property-builder id config)
Creates a CfnLicense$BorrowConfigurationProperty$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 `CfnLicense$BorrowConfigurationProperty$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-license-builder scope id config)
Creates a CfnLicense$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 `CfnLicense$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-license-consumption-configuration-property-builder id config)
Creates a CfnLicense$ConsumptionConfigurationProperty$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 `CfnLicense$ConsumptionConfigurationProperty$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-license-entitlement-property-builder id config)
Creates a CfnLicense$EntitlementProperty$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 `CfnLicense$EntitlementProperty$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-license-issuer-data-property-builder id config)
Creates a CfnLicense$IssuerDataProperty$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 `CfnLicense$IssuerDataProperty$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-license-metadata-property-builder id config)
Creates a CfnLicense$MetadataProperty$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 `CfnLicense$MetadataProperty$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-license-props-builder id config)
Creates a CfnLicenseProps$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 `CfnLicenseProps$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-license-provisional-configuration-property-builder id config)
Creates a CfnLicense$ProvisionalConfigurationProperty$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 `CfnLicense$ProvisionalConfigurationProperty$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-license-validity-date-format-property-builder id config)
Creates a CfnLicense$ValidityDateFormatProperty$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 `CfnLicense$ValidityDateFormatProperty$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