Interface ApigeeTargetServerSSlInfoCommonName
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApigeeTargetServerSSlInfoCommonName.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.408Z") @Stability(Stable) public interface ApigeeTargetServerSSlInfoCommonName extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApigeeTargetServerSSlInfoCommonName.BuilderA builder forApigeeTargetServerSSlInfoCommonNamestatic classApigeeTargetServerSSlInfoCommonName.Jsii$ProxyAn implementation forApigeeTargetServerSSlInfoCommonName
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ApigeeTargetServerSSlInfoCommonName.Builderbuilder()default StringgetValue()The TLS Common Name string of the certificate.default ObjectgetWildcardMatch()Indicates whether the cert should be matched against as a wildcard cert.
-
-
-
Method Detail
-
getValue
@Stability(Stable) @Nullable default String getValue()
The TLS Common Name string of the certificate.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#value ApigeeTargetServer#value}
-
getWildcardMatch
@Stability(Stable) @Nullable default Object getWildcardMatch()
Indicates whether the cert should be matched against as a wildcard cert.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#wildcard_match ApigeeTargetServer#wildcard_match}
-
builder
@Stability(Stable) static ApigeeTargetServerSSlInfoCommonName.Builder builder()
-
-