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

DescribeSecurityProfileResponse

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

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.

§
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.

§
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.

§
securityProfileDescription?: string | null
[src]

A description of the security profile (associated with the security profile when it was created or updated).

§
securityProfileName?: string | null
[src]

The name of the security profile.

§
version?: number | null
[src]

The version of the security profile. A new version is generated whenever the security profile is updated.