Interface MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.987Z") @Stability(Stable) public interface MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.Builderstatic classMonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.Jsii$ProxyAn implementation forMonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.Builderbuilder()default StringgetType()The type of authentication to use.
-
-
-
Method Detail
-
getType
@Stability(Stable) @Nullable default String getType()
The type of authentication to use. Possible values: ["SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED", "OIDC_TOKEN"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#type MonitoringUptimeCheckConfig#type}
-
builder
@Stability(Stable) static MonitoringUptimeCheckConfigHttpCheckServiceAgentAuthentication.Builder builder()
-
-