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

Resource

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

Contains information about the Amazon Web Services resource associated with the activity that prompted GuardDuty to generate a finding.

interface Resource {
AccessKeyDetails?: AccessKeyDetails | null;
ContainerDetails?: Container | null;
EbsVolumeDetails?: EbsVolumeDetails | null;
EcsClusterDetails?: EcsClusterDetails | null;
EksClusterDetails?: EksClusterDetails | null;
InstanceDetails?: InstanceDetails | null;
KubernetesDetails?: KubernetesDetails | null;
ResourceType?: string | null;
S3BucketDetails?: S3BucketDetail[] | null;
}

§Properties

§
AccessKeyDetails?: AccessKeyDetails | null
[src]

The IAM access key details (user information) of a user that engaged in the activity that prompted GuardDuty to generate a finding.

§
ContainerDetails?: Container | null
[src]
§
EbsVolumeDetails?: EbsVolumeDetails | null
[src]

Contains list of scanned and skipped EBS volumes with details.

§
EcsClusterDetails?: EcsClusterDetails | null
[src]

Contains information about the details of the ECS Cluster.

§
EksClusterDetails?: EksClusterDetails | null
[src]

Details about the EKS cluster involved in a Kubernetes finding.

§
InstanceDetails?: InstanceDetails | null
[src]

The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.

§
KubernetesDetails?: KubernetesDetails | null
[src]

Details about the Kubernetes user and workload involved in a Kubernetes finding.

§
ResourceType?: string | null
[src]

The type of Amazon Web Services resource.

§
S3BucketDetails?: S3BucketDetail[] | null
[src]

Contains information on the S3 bucket.