ProtectionHealthCheckAssociationState constructor
const
ProtectionHealthCheckAssociationState({})
Creates a new ProtectionHealthCheckAssociationState.
healthCheckArn ARN of the Route53 Health Check resource which will be associated to the protected resource.
shieldProtectionId The ID of the protected resource.
Implementation
const ProtectionHealthCheckAssociationState({
this.healthCheckArn,
this.shieldProtectionId,
});