Interface ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.194Z") @Stability(Stable) public interface ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.BuilderA builder forClouddomainsRegistrationDnsSettingsCustomDnsDsRecordsstatic classClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Jsii$ProxyAn implementation forClouddomainsRegistrationDnsSettingsCustomDnsDsRecords
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Builderbuilder()default StringgetAlgorithm()The algorithm used to generate the referenced DNSKEY.default StringgetDigest()The digest generated from the referenced DNSKEY.default StringgetDigestType()The hash function used to generate the digest of the referenced DNSKEY.default NumbergetKeyTag()The key tag of the record.
-
-
-
Method Detail
-
getAlgorithm
@Stability(Stable) @Nullable default String getAlgorithm()
The algorithm used to generate the referenced DNSKEY.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#algorithm ClouddomainsRegistration#algorithm}
-
getDigest
@Stability(Stable) @Nullable default String getDigest()
The digest generated from the referenced DNSKEY.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#digest ClouddomainsRegistration#digest}
-
getDigestType
@Stability(Stable) @Nullable default String getDigestType()
The hash function used to generate the digest of the referenced DNSKEY.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#digest_type ClouddomainsRegistration#digest_type}
-
getKeyTag
@Stability(Stable) @Nullable default Number getKeyTag()
The key tag of the record. Must be set in range 0 -- 65535.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#key_tag ClouddomainsRegistration#key_tag}
-
builder
@Stability(Stable) static ClouddomainsRegistrationDnsSettingsCustomDnsDsRecords.Builder builder()
-
-