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

AwsRdsDbSecurityGroupEc2SecurityGroup

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

EC2 security group information for an RDS DB security group.

interface AwsRdsDbSecurityGroupEc2SecurityGroup {
Ec2SecurityGroupId?: string | null;
Ec2SecurityGroupName?: string | null;
Ec2SecurityGroupOwnerId?: string | null;
Status?: string | null;
}

§Properties

§
Ec2SecurityGroupId?: string | null
[src]

Specifies the ID for the EC2 security group.

§
Ec2SecurityGroupName?: string | null
[src]

Specifies the name of the EC2 security group.

§
Ec2SecurityGroupOwnerId?: string | null
[src]

Provides the Amazon Web Services ID of the owner of the EC2 security group.

§
Status?: string | null
[src]

Provides the status of the EC2 security group.