Canary

data class Canary(val value: CanaryEntity) : AuditTargetEntity

Canary entity information when the audit target is a CloudWatch Synthetics canary.

Constructors

Link copied to clipboard
constructor(value: CanaryEntity)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this AuditTargetEntity as a Canary and retrieves its aws.sdk.kotlin.services.applicationsignals.model.CanaryEntity value. Throws an exception if the AuditTargetEntity is not a Canary.

Link copied to clipboard
Link copied to clipboard

Casts this AuditTargetEntity as a Service and retrieves its aws.sdk.kotlin.services.applicationsignals.model.ServiceEntity value. Throws an exception if the AuditTargetEntity is not a Service.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard