UpdateSecurityProfileResponse
import type { UpdateSecurityProfileResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";interface UpdateSecurityProfileResponse {
additionalMetricsToRetain?: string[] | null;
additionalMetricsToRetainV2?: MetricToRetain[] | null;
alertTargets?: [key in AlertTargetType]: AlertTarget | null | undefined | null;
behaviors?: Behavior[] | null;
creationDate?: Date | number | null;
lastModifiedDate?: Date | number | null;
securityProfileArn?: string | null;
securityProfileDescription?: string | null;
securityProfileName?: string | null;
version?: number | null;
}§Properties
§
additionalMetricsToRetainV2?: MetricToRetain[] | null
[src]§
alertTargets?: [key in AlertTargetType]: AlertTarget | null | undefined | null
[src]