Uses of Interface
software.amazon.awscdk.services.route53.IHealthCheck
Packages that use IHealthCheck
-
Uses of IHealthCheck in software.amazon.awscdk.services.route53
Subinterfaces of IHealthCheck in software.amazon.awscdk.services.route53Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIHealthCheck.Classes in software.amazon.awscdk.services.route53 that implement IHealthCheckModifier and TypeClassDescriptionclassAmazon Route 53 health checks monitor the health and performance of your web applications, web servers, and other resources.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.route53 that return IHealthCheckModifier and TypeMethodDescriptionstatic IHealthCheckHealthCheck.fromHealthCheckId(software.constructs.Construct scope, String id, String healthCheckId) Import an existing health check into this CDK app.final IHealthCheckAaaaRecordProps.Jsii$Proxy.getHealthCheck()final IHealthCheckARecordAttrs.Jsii$Proxy.getHealthCheck()final IHealthCheckARecordProps.Jsii$Proxy.getHealthCheck()final IHealthCheckCaaAmazonRecordProps.Jsii$Proxy.getHealthCheck()final IHealthCheckCaaRecordProps.Jsii$Proxy.getHealthCheck()final IHealthCheckCnameRecordProps.Jsii$Proxy.getHealthCheck()final IHealthCheckDsRecordProps.Jsii$Proxy.getHealthCheck()final IHealthCheckHttpsRecordProps.Jsii$Proxy.getHealthCheck()final IHealthCheckMxRecordProps.Jsii$Proxy.getHealthCheck()final IHealthCheckNsRecordProps.Jsii$Proxy.getHealthCheck()default IHealthCheckRecordSetOptions.getHealthCheck()The health check to associate with the record set.final IHealthCheckRecordSetOptions.Jsii$Proxy.getHealthCheck()final IHealthCheckRecordSetProps.Jsii$Proxy.getHealthCheck()final IHealthCheckSrvRecordProps.Jsii$Proxy.getHealthCheck()final IHealthCheckSvcbRecordProps.Jsii$Proxy.getHealthCheck()final IHealthCheckTxtRecordProps.Jsii$Proxy.getHealthCheck()final IHealthCheckZoneDelegationRecordProps.Jsii$Proxy.getHealthCheck()Methods in software.amazon.awscdk.services.route53 that return types with arguments of type IHealthCheckModifier and TypeMethodDescriptiondefault List<IHealthCheck> HealthCheckProps.getChildHealthChecks()A list of health checks to monitor for this 'CALCULATED' health check.final List<IHealthCheck> HealthCheckProps.Jsii$Proxy.getChildHealthChecks()Methods in software.amazon.awscdk.services.route53 with parameters of type IHealthCheckModifier and TypeMethodDescriptionAaaaRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.AaaaRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()ARecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.ARecordAttrs.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()ARecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()CaaAmazonRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.CaaAmazonRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()CaaRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.CaaRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()CnameRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.CnameRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()DsRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.DsRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()HttpsRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.HttpsRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()MxRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.MxRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()NsRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.NsRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()RecordSet.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.RecordSetOptions.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()RecordSetProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()SrvRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.SrvRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()SvcbRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.SvcbRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()TxtRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.TxtRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()ZoneDelegationRecord.Builder.healthCheck(IHealthCheck healthCheck) The health check to associate with the record set.ZoneDelegationRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()Method parameters in software.amazon.awscdk.services.route53 with type arguments of type IHealthCheckModifier and TypeMethodDescriptionHealthCheck.Builder.childHealthChecks(List<? extends IHealthCheck> childHealthChecks) A list of health checks to monitor for this 'CALCULATED' health check.HealthCheckProps.Builder.childHealthChecks(List<? extends IHealthCheck> childHealthChecks) Sets the value ofHealthCheckProps.getChildHealthChecks()