Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.certificatemanager package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.certificatemanager package.
(build-certificate-builder builder id config)
The build-certificate-builder function updates a Certificate$Builder instance using the provided configuration. The function takes the Certificate$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 |
---|---|---|---|
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
keyAlgorithm | software.amazon.awscdk.services.certificatemanager.KeyAlgorithm | cdk.support/lookup-entry | :key-algorithm |
subjectAlternativeNames | java.util.List | cdk.support/lookup-entry | :subject-alternative-names |
transparencyLoggingEnabled | java.lang.Boolean | cdk.support/lookup-entry | :transparency-logging-enabled |
validation | software.amazon.awscdk.services.certificatemanager.CertificateValidation | cdk.support/lookup-entry | :validation |
The build-certificate-builder function updates a Certificate$Builder instance using the provided configuration. The function takes the Certificate$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 | |---|---|---|---| | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `keyAlgorithm` | software.amazon.awscdk.services.certificatemanager.KeyAlgorithm | [[cdk.support/lookup-entry]] | `:key-algorithm` | | `subjectAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:subject-alternative-names` | | `transparencyLoggingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:transparency-logging-enabled` | | `validation` | software.amazon.awscdk.services.certificatemanager.CertificateValidation | [[cdk.support/lookup-entry]] | `:validation` |
(build-certificate-props-builder builder id config)
The build-certificate-props-builder function updates a CertificateProps$Builder instance using the provided configuration. The function takes the CertificateProps$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 |
---|---|---|---|
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
keyAlgorithm | software.amazon.awscdk.services.certificatemanager.KeyAlgorithm | cdk.support/lookup-entry | :key-algorithm |
subjectAlternativeNames | java.util.List | cdk.support/lookup-entry | :subject-alternative-names |
transparencyLoggingEnabled | java.lang.Boolean | cdk.support/lookup-entry | :transparency-logging-enabled |
validation | software.amazon.awscdk.services.certificatemanager.CertificateValidation | cdk.support/lookup-entry | :validation |
The build-certificate-props-builder function updates a CertificateProps$Builder instance using the provided configuration. The function takes the CertificateProps$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 | |---|---|---|---| | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `keyAlgorithm` | software.amazon.awscdk.services.certificatemanager.KeyAlgorithm | [[cdk.support/lookup-entry]] | `:key-algorithm` | | `subjectAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:subject-alternative-names` | | `transparencyLoggingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:transparency-logging-enabled` | | `validation` | software.amazon.awscdk.services.certificatemanager.CertificateValidation | [[cdk.support/lookup-entry]] | `:validation` |
(build-certification-validation-props-builder builder id config)
The build-certification-validation-props-builder function updates a CertificationValidationProps$Builder instance using the provided configuration. The function takes the CertificationValidationProps$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 |
---|---|---|---|
hostedZone | software.amazon.awscdk.services.route53.IHostedZone | cdk.support/lookup-entry | :hosted-zone |
hostedZones | java.util.Map | cdk.support/lookup-entry | :hosted-zones |
method | software.amazon.awscdk.services.certificatemanager.ValidationMethod | cdk.api.services.certificatemanager/validation-method | :method |
validationDomains | java.util.Map | cdk.support/lookup-entry | :validation-domains |
The build-certification-validation-props-builder function updates a CertificationValidationProps$Builder instance using the provided configuration. The function takes the CertificationValidationProps$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 | |---|---|---|---| | `hostedZone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:hosted-zone` | | `hostedZones` | java.util.Map | [[cdk.support/lookup-entry]] | `:hosted-zones` | | `method` | software.amazon.awscdk.services.certificatemanager.ValidationMethod | [[cdk.api.services.certificatemanager/validation-method]] | `:method` | | `validationDomains` | java.util.Map | [[cdk.support/lookup-entry]] | `:validation-domains` |
(build-cfn-account-builder builder id config)
The build-cfn-account-builder function updates a CfnAccount$Builder instance using the provided configuration. The function takes the CfnAccount$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 |
---|---|---|---|
expiryEventsConfiguration | software.amazon.awscdk.services.certificatemanager.CfnAccount$ExpiryEventsConfigurationProperty | cdk.support/lookup-entry | :expiry-events-configuration |
The build-cfn-account-builder function updates a CfnAccount$Builder instance using the provided configuration. The function takes the CfnAccount$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 | |---|---|---|---| | `expiryEventsConfiguration` | software.amazon.awscdk.services.certificatemanager.CfnAccount$ExpiryEventsConfigurationProperty | [[cdk.support/lookup-entry]] | `:expiry-events-configuration` |
(build-cfn-account-expiry-events-configuration-property-builder builder
id
config)
The build-cfn-account-expiry-events-configuration-property-builder function updates a CfnAccount$ExpiryEventsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAccount$ExpiryEventsConfigurationProperty$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 |
---|---|---|---|
daysBeforeExpiry | java.lang.Number | cdk.support/lookup-entry | :days-before-expiry |
The build-cfn-account-expiry-events-configuration-property-builder function updates a CfnAccount$ExpiryEventsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAccount$ExpiryEventsConfigurationProperty$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 | |---|---|---|---| | `daysBeforeExpiry` | java.lang.Number | [[cdk.support/lookup-entry]] | `:days-before-expiry` |
(build-cfn-account-props-builder builder id config)
The build-cfn-account-props-builder function updates a CfnAccountProps$Builder instance using the provided configuration. The function takes the CfnAccountProps$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 |
---|---|---|---|
expiryEventsConfiguration | software.amazon.awscdk.services.certificatemanager.CfnAccount$ExpiryEventsConfigurationProperty | cdk.support/lookup-entry | :expiry-events-configuration |
The build-cfn-account-props-builder function updates a CfnAccountProps$Builder instance using the provided configuration. The function takes the CfnAccountProps$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 | |---|---|---|---| | `expiryEventsConfiguration` | software.amazon.awscdk.services.certificatemanager.CfnAccount$ExpiryEventsConfigurationProperty | [[cdk.support/lookup-entry]] | `:expiry-events-configuration` |
(build-cfn-certificate-builder builder id config)
The build-cfn-certificate-builder function updates a CfnCertificate$Builder instance using the provided configuration. The function takes the CfnCertificate$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 |
---|---|---|---|
certificateAuthorityArn | java.lang.String | cdk.support/lookup-entry | :certificate-authority-arn |
certificateTransparencyLoggingPreference | java.lang.String | cdk.support/lookup-entry | :certificate-transparency-logging-preference |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
domainValidationOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :domain-validation-options |
keyAlgorithm | java.lang.String | cdk.support/lookup-entry | :key-algorithm |
subjectAlternativeNames | java.util.List | cdk.support/lookup-entry | :subject-alternative-names |
tags | java.util.List | cdk.support/lookup-entry | :tags |
validationMethod | java.lang.String | cdk.support/lookup-entry | :validation-method |
The build-cfn-certificate-builder function updates a CfnCertificate$Builder instance using the provided configuration. The function takes the CfnCertificate$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 | |---|---|---|---| | `certificateAuthorityArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-authority-arn` | | `certificateTransparencyLoggingPreference` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-transparency-logging-preference` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `domainValidationOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:domain-validation-options` | | `keyAlgorithm` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-algorithm` | | `subjectAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:subject-alternative-names` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `validationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:validation-method` |
(build-cfn-certificate-domain-validation-option-property-builder builder
id
config)
The build-cfn-certificate-domain-validation-option-property-builder function updates a CfnCertificate$DomainValidationOptionProperty$Builder instance using the provided configuration. The function takes the CfnCertificate$DomainValidationOptionProperty$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 |
---|---|---|---|
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
hostedZoneId | java.lang.String | cdk.support/lookup-entry | :hosted-zone-id |
validationDomain | java.lang.String | cdk.support/lookup-entry | :validation-domain |
The build-cfn-certificate-domain-validation-option-property-builder function updates a CfnCertificate$DomainValidationOptionProperty$Builder instance using the provided configuration. The function takes the CfnCertificate$DomainValidationOptionProperty$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 | |---|---|---|---| | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` | | `validationDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:validation-domain` |
(build-cfn-certificate-props-builder builder id config)
The build-cfn-certificate-props-builder function updates a CfnCertificateProps$Builder instance using the provided configuration. The function takes the CfnCertificateProps$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 |
---|---|---|---|
certificateAuthorityArn | java.lang.String | cdk.support/lookup-entry | :certificate-authority-arn |
certificateTransparencyLoggingPreference | java.lang.String | cdk.support/lookup-entry | :certificate-transparency-logging-preference |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
domainValidationOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :domain-validation-options |
keyAlgorithm | java.lang.String | cdk.support/lookup-entry | :key-algorithm |
subjectAlternativeNames | java.util.List | cdk.support/lookup-entry | :subject-alternative-names |
tags | java.util.List | cdk.support/lookup-entry | :tags |
validationMethod | java.lang.String | cdk.support/lookup-entry | :validation-method |
The build-cfn-certificate-props-builder function updates a CfnCertificateProps$Builder instance using the provided configuration. The function takes the CfnCertificateProps$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 | |---|---|---|---| | `certificateAuthorityArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-authority-arn` | | `certificateTransparencyLoggingPreference` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-transparency-logging-preference` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `domainValidationOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:domain-validation-options` | | `keyAlgorithm` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-algorithm` | | `subjectAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:subject-alternative-names` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `validationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:validation-method` |
(build-dns-validated-certificate-props-builder builder id config)
The build-dns-validated-certificate-props-builder function updates a DnsValidatedCertificateProps$Builder instance using the provided configuration. The function takes the DnsValidatedCertificateProps$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 |
---|---|---|---|
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
cleanupRoute53Records | java.lang.Boolean | cdk.support/lookup-entry | :cleanup-route53-records |
customResourceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :custom-resource-role |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
hostedZone | software.amazon.awscdk.services.route53.IHostedZone | cdk.support/lookup-entry | :hosted-zone |
keyAlgorithm | software.amazon.awscdk.services.certificatemanager.KeyAlgorithm | cdk.support/lookup-entry | :key-algorithm |
region | java.lang.String | cdk.support/lookup-entry | :region |
route53Endpoint | java.lang.String | cdk.support/lookup-entry | :route53-endpoint |
subjectAlternativeNames | java.util.List | cdk.support/lookup-entry | :subject-alternative-names |
transparencyLoggingEnabled | java.lang.Boolean | cdk.support/lookup-entry | :transparency-logging-enabled |
validation | software.amazon.awscdk.services.certificatemanager.CertificateValidation | cdk.support/lookup-entry | :validation |
The build-dns-validated-certificate-props-builder function updates a DnsValidatedCertificateProps$Builder instance using the provided configuration. The function takes the DnsValidatedCertificateProps$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 | |---|---|---|---| | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `cleanupRoute53Records` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cleanup-route53-records` | | `customResourceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:custom-resource-role` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `hostedZone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:hosted-zone` | | `keyAlgorithm` | software.amazon.awscdk.services.certificatemanager.KeyAlgorithm | [[cdk.support/lookup-entry]] | `:key-algorithm` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `route53Endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:route53-endpoint` | | `subjectAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:subject-alternative-names` | | `transparencyLoggingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:transparency-logging-enabled` | | `validation` | software.amazon.awscdk.services.certificatemanager.CertificateValidation | [[cdk.support/lookup-entry]] | `:validation` |
(build-private-certificate-builder builder id config)
The build-private-certificate-builder function updates a PrivateCertificate$Builder instance using the provided configuration. The function takes the PrivateCertificate$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 |
---|---|---|---|
certificateAuthority | software.amazon.awscdk.services.acmpca.ICertificateAuthority | cdk.support/lookup-entry | :certificate-authority |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
keyAlgorithm | software.amazon.awscdk.services.certificatemanager.KeyAlgorithm | cdk.support/lookup-entry | :key-algorithm |
subjectAlternativeNames | java.util.List | cdk.support/lookup-entry | :subject-alternative-names |
The build-private-certificate-builder function updates a PrivateCertificate$Builder instance using the provided configuration. The function takes the PrivateCertificate$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 | |---|---|---|---| | `certificateAuthority` | software.amazon.awscdk.services.acmpca.ICertificateAuthority | [[cdk.support/lookup-entry]] | `:certificate-authority` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `keyAlgorithm` | software.amazon.awscdk.services.certificatemanager.KeyAlgorithm | [[cdk.support/lookup-entry]] | `:key-algorithm` | | `subjectAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:subject-alternative-names` |
(build-private-certificate-props-builder builder id config)
The build-private-certificate-props-builder function updates a PrivateCertificateProps$Builder instance using the provided configuration. The function takes the PrivateCertificateProps$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 |
---|---|---|---|
certificateAuthority | software.amazon.awscdk.services.acmpca.ICertificateAuthority | cdk.support/lookup-entry | :certificate-authority |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
keyAlgorithm | software.amazon.awscdk.services.certificatemanager.KeyAlgorithm | cdk.support/lookup-entry | :key-algorithm |
subjectAlternativeNames | java.util.List | cdk.support/lookup-entry | :subject-alternative-names |
The build-private-certificate-props-builder function updates a PrivateCertificateProps$Builder instance using the provided configuration. The function takes the PrivateCertificateProps$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 | |---|---|---|---| | `certificateAuthority` | software.amazon.awscdk.services.acmpca.ICertificateAuthority | [[cdk.support/lookup-entry]] | `:certificate-authority` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `keyAlgorithm` | software.amazon.awscdk.services.certificatemanager.KeyAlgorithm | [[cdk.support/lookup-entry]] | `:key-algorithm` | | `subjectAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:subject-alternative-names` |
(certificate-builder scope id config)
Creates a Certificate$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 `Certificate$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 |
(certificate-props-builder id config)
Creates a CertificateProps$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 `CertificateProps$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 |
(certification-validation-props-builder id config)
Creates a CertificationValidationProps$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 `CertificationValidationProps$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-account-builder scope id config)
Creates a CfnAccount$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 `CfnAccount$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-account-expiry-events-configuration-property-builder id config)
Creates a CfnAccount$ExpiryEventsConfigurationProperty$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 `CfnAccount$ExpiryEventsConfigurationProperty$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-account-props-builder id config)
Creates a CfnAccountProps$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 `CfnAccountProps$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-certificate-builder scope id config)
Creates a CfnCertificate$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 `CfnCertificate$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-certificate-domain-validation-option-property-builder id config)
Creates a CfnCertificate$DomainValidationOptionProperty$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 `CfnCertificate$DomainValidationOptionProperty$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-certificate-props-builder id config)
Creates a CfnCertificateProps$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 `CfnCertificateProps$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 |
(dns-validated-certificate-props-builder id config)
Creates a DnsValidatedCertificateProps$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 `DnsValidatedCertificateProps$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 |
(private-certificate-builder scope id config)
Creates a PrivateCertificate$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 `PrivateCertificate$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 |
(private-certificate-props-builder id config)
Creates a PrivateCertificateProps$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 `PrivateCertificateProps$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 |
(validation-method config id item-key)
The validation-method
function data interprets values in the provided config data into a
ValidationMethod
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:
ValidationMethod
- the value is returned.:email
- ValidationMethod/EMAIL
is returned:dns
- ValidationMethod/DNS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `validation-method` function data interprets values in the provided config data into a `ValidationMethod` 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 `ValidationMethod` - the value is returned. * is `:email` - `ValidationMethod/EMAIL` is returned * is `:dns` - `ValidationMethod/DNS` is returned If a value is not found or matches the above criteria, nil is returned.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close