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

AttachSecurityProfileRequest

import type { AttachSecurityProfileRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface AttachSecurityProfileRequest {
securityProfileName: string;
securityProfileTargetArn: string;
}

§Properties

§
securityProfileName: string
[src]

The security profile that is attached.

§
securityProfileTargetArn: string
[src]

The ARN of the target (thing group) to which the security profile is attached.