Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateSecurityProfileResponse

import type { UpdateSecurityProfileResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
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

§
additionalMetricsToRetain?: string[] | null
[src]

Please use "UpdateSecurityProfileResponse$additionalMetricsToRetainV2" instead.

A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the security profile's behaviors, but it is also retained for any metric specified here.

§
additionalMetricsToRetainV2?: MetricToRetain[] | null
[src]

A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors, but it is also retained for any metric specified here. Can be used with custom metrics; cannot be used with dimensions.

§
alertTargets?: [key in AlertTargetType]: AlertTarget | null | undefined | null
[src]

Where the alerts are sent. (Alerts are always sent to the console.)

§
behaviors?: Behavior[] | null
[src]

Specifies the behaviors that, when violated by a device (thing), cause an alert.

§
creationDate?: Date | number | null
[src]

The time the security profile was created.

§
lastModifiedDate?: Date | number | null
[src]

The time the security profile was last modified.

§
securityProfileArn?: string | null
[src]

The ARN of the security profile that was updated.

§
securityProfileDescription?: string | null
[src]

The description of the security profile.

§
securityProfileName?: string | null
[src]

The name of the security profile that was updated.

§
version?: number | null
[src]

The updated version of the security profile.