MonitoringUptimeCheckConfigHttpCheck constructor
const
MonitoringUptimeCheckConfigHttpCheck({
- MonitoringUptimeCheckHttpMethod? requestMethod,
- MonitoringUptimeCheckContentType? contentType,
- TfArg<
String> ? customContentType, - TfArg<
int> ? port, - TfArg<
String> ? path, - TfArg<
bool> ? useSsl, - TfArg<
bool> ? validateSsl, - TfArg<
bool> ? maskHeaders, - Map<
String, String> ? headers, - TfArg<
String> ? body, - MonitoringUptimeCheckConfigHttpAuthInfo? authInfo,
- MonitoringUptimeCheckConfigServiceAgentAuthentication? serviceAgentAuthentication,
- List<
MonitoringUptimeCheckConfigAcceptedResponseStatus> ? acceptedResponseStatusCodes, - MonitoringUptimeCheckConfigPingConfig? pingConfig,
Implementation
const MonitoringUptimeCheckConfigHttpCheck({
this.requestMethod,
this.contentType,
this.customContentType,
this.port,
this.path,
this.useSsl,
this.validateSsl,
this.maskHeaders,
this.headers,
this.body,
this.authInfo,
this.serviceAgentAuthentication,
this.acceptedResponseStatusCodes,
this.pingConfig,
});