Liking cljdoc? Tell your friends :D

cdk.api.services.certificatemanager

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. 
raw docstring

build-certificate-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificateNamejava.lang.Stringcdk.support/lookup-entry:certificate-name
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
keyAlgorithmsoftware.amazon.awscdk.services.certificatemanager.KeyAlgorithmcdk.support/lookup-entry:key-algorithm
subjectAlternativeNamesjava.util.Listcdk.support/lookup-entry:subject-alternative-names
transparencyLoggingEnabledjava.lang.Booleancdk.support/lookup-entry:transparency-logging-enabled
validationsoftware.amazon.awscdk.services.certificatemanager.CertificateValidationcdk.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` |
sourceraw docstring

build-certificate-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificateNamejava.lang.Stringcdk.support/lookup-entry:certificate-name
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
keyAlgorithmsoftware.amazon.awscdk.services.certificatemanager.KeyAlgorithmcdk.support/lookup-entry:key-algorithm
subjectAlternativeNamesjava.util.Listcdk.support/lookup-entry:subject-alternative-names
transparencyLoggingEnabledjava.lang.Booleancdk.support/lookup-entry:transparency-logging-enabled
validationsoftware.amazon.awscdk.services.certificatemanager.CertificateValidationcdk.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` |
sourceraw docstring

build-certification-validation-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
hostedZonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:hosted-zone
hostedZonesjava.util.Mapcdk.support/lookup-entry:hosted-zones
methodsoftware.amazon.awscdk.services.certificatemanager.ValidationMethodcdk.api.services.certificatemanager/validation-method:method
validationDomainsjava.util.Mapcdk.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` |
sourceraw docstring

build-cfn-account-builderclj

(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:

FieldDataTypeLookup FunctionData Key
expiryEventsConfigurationsoftware.amazon.awscdk.services.certificatemanager.CfnAccount$ExpiryEventsConfigurationPropertycdk.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` |
sourceraw docstring

build-cfn-account-expiry-events-configuration-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
daysBeforeExpiryjava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-account-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
expiryEventsConfigurationsoftware.amazon.awscdk.services.certificatemanager.CfnAccount$ExpiryEventsConfigurationPropertycdk.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` |
sourceraw docstring

build-cfn-certificate-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificateAuthorityArnjava.lang.Stringcdk.support/lookup-entry:certificate-authority-arn
certificateTransparencyLoggingPreferencejava.lang.Stringcdk.support/lookup-entry:certificate-transparency-logging-preference
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
domainValidationOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:domain-validation-options
keyAlgorithmjava.lang.Stringcdk.support/lookup-entry:key-algorithm
subjectAlternativeNamesjava.util.Listcdk.support/lookup-entry:subject-alternative-names
tagsjava.util.Listcdk.support/lookup-entry:tags
validationMethodjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-certificate-domain-validation-option-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
validationDomainjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-certificate-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificateAuthorityArnjava.lang.Stringcdk.support/lookup-entry:certificate-authority-arn
certificateTransparencyLoggingPreferencejava.lang.Stringcdk.support/lookup-entry:certificate-transparency-logging-preference
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
domainValidationOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:domain-validation-options
keyAlgorithmjava.lang.Stringcdk.support/lookup-entry:key-algorithm
subjectAlternativeNamesjava.util.Listcdk.support/lookup-entry:subject-alternative-names
tagsjava.util.Listcdk.support/lookup-entry:tags
validationMethodjava.lang.Stringcdk.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` |
sourceraw docstring

build-dns-validated-certificate-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificateNamejava.lang.Stringcdk.support/lookup-entry:certificate-name
cleanupRoute53Recordsjava.lang.Booleancdk.support/lookup-entry:cleanup-route53-records
customResourceRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:custom-resource-role
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
hostedZonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:hosted-zone
keyAlgorithmsoftware.amazon.awscdk.services.certificatemanager.KeyAlgorithmcdk.support/lookup-entry:key-algorithm
regionjava.lang.Stringcdk.support/lookup-entry:region
route53Endpointjava.lang.Stringcdk.support/lookup-entry:route53-endpoint
subjectAlternativeNamesjava.util.Listcdk.support/lookup-entry:subject-alternative-names
transparencyLoggingEnabledjava.lang.Booleancdk.support/lookup-entry:transparency-logging-enabled
validationsoftware.amazon.awscdk.services.certificatemanager.CertificateValidationcdk.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` |
sourceraw docstring

build-private-certificate-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificateAuthoritysoftware.amazon.awscdk.services.acmpca.ICertificateAuthoritycdk.support/lookup-entry:certificate-authority
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
keyAlgorithmsoftware.amazon.awscdk.services.certificatemanager.KeyAlgorithmcdk.support/lookup-entry:key-algorithm
subjectAlternativeNamesjava.util.Listcdk.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` |
sourceraw docstring

build-private-certificate-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificateAuthoritysoftware.amazon.awscdk.services.acmpca.ICertificateAuthoritycdk.support/lookup-entry:certificate-authority
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
keyAlgorithmsoftware.amazon.awscdk.services.certificatemanager.KeyAlgorithmcdk.support/lookup-entry:key-algorithm
subjectAlternativeNamesjava.util.Listcdk.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` |
sourceraw docstring

certificate-builderclj

(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 |
sourceraw docstring

certificate-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

certification-validation-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-account-builderclj

(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 |
sourceraw docstring

cfn-account-expiry-events-configuration-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-account-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-certificate-builderclj

(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 |
sourceraw docstring

cfn-certificate-domain-validation-option-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-certificate-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

dns-validated-certificate-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

private-certificate-builderclj

(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 |
sourceraw docstring

private-certificate-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

validation-methodclj

(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:

  • 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.

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close