ProtectionHealthCheckAssociationState constructor

const ProtectionHealthCheckAssociationState({
  1. Input<String?>? healthCheckArn,
  2. Input<String?>? shieldProtectionId,
})

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,
});