Describe Protection
| shield_describe_protection | R Documentation |
Lists the details of a Protection object¶
Description¶
Lists the details of a Protection object.
Usage¶
Arguments¶
ProtectionIdThe unique identifier (ID) for the Protection object to describe. You must provide either the
ResourceArnof the protected resource or theProtectionIDof the protection, but not both.ResourceArnThe ARN (Amazon Resource Name) of the protected Amazon Web Services resource. You must provide either the
ResourceArnof the protected resource or theProtectionIDof the protection, but not both.
Value¶
A list with the following syntax:
list(
Protection = list(
Id = "string",
Name = "string",
ResourceArn = "string",
HealthCheckIds = list(
"string"
),
ProtectionArn = "string",
ApplicationLayerAutomaticResponseConfiguration = list(
Status = "ENABLED"|"DISABLED",
Action = list(
Block = list(),
Count = list()
)
)
)
)