Lists the details of a Protection object.
shield_describe_protection(ProtectionId, ResourceArn)
The unique identifier (ID) for the Protection object that is described.
When submitting the describe_protection
request you must provide either the ResourceArn
or the ProtectionID
,
but not both.
The ARN (Amazon Resource Name) of the AWS resource for the Protection
object that is described. When submitting the
describe_protection
request you must
provide either the ResourceArn
or the ProtectionID
, but not both.
A list with the following syntax:
list( Protection = list( Id = "string", Name = "string", ResourceArn = "string", HealthCheckIds = list( "string" ) ) )
svc$describe_protection( ProtectionId = "string", ResourceArn = "string" )