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

ChangeSetHookResourceTargetDetails

import type { ChangeSetHookResourceTargetDetails } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";

Specifies RESOURCE type target details for activated hooks.

interface ChangeSetHookResourceTargetDetails {
LogicalResourceId?: string | null;
ResourceAction?: ChangeAction | null;
ResourceType?: string | null;
}

§Properties

§
LogicalResourceId?: string | null
[src]

The resource's logical ID, which is defined in the stack's template.

§
ResourceAction?: ChangeAction | null
[src]

Specifies the action of the resource.

§
ResourceType?: string | null
[src]

The type of CloudFormation resource, such as AWS::S3::Bucket.