| Package | Description |
|---|---|
| software.amazon.awscdk.services.certificatemanager |
AWS Certificate Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ValidationMethod |
CertificateValidation.getMethod()
(experimental) The validation method.
|
default ValidationMethod |
CertificationValidationProps.getMethod()
(experimental) Validation method.
|
ValidationMethod |
CertificationValidationProps.Jsii$Proxy.getMethod() |
static ValidationMethod |
ValidationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMethod[] |
ValidationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CertificationValidationProps.Builder |
CertificationValidationProps.Builder.method(ValidationMethod method)
Sets the value of
CertificationValidationProps.getMethod() |
| Constructor and Description |
|---|
Jsii$Proxy(IHostedZone hostedZone,
Map<String,? extends IHostedZone> hostedZones,
ValidationMethod method,
Map<String,String> validationDomains)
Constructor that initializes the object based on literal property values passed by the
CertificationValidationProps.Builder. |
Copyright © 2021. All rights reserved.