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