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

AwsRdsDbSecurityGroupDetails

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

Provides information about an Amazon RDS DB security group.

interface AwsRdsDbSecurityGroupDetails {
DbSecurityGroupArn?: string | null;
DbSecurityGroupDescription?: string | null;
DbSecurityGroupName?: string | null;
Ec2SecurityGroups?: AwsRdsDbSecurityGroupEc2SecurityGroup[] | null;
IpRanges?: AwsRdsDbSecurityGroupIpRange[] | null;
OwnerId?: string | null;
VpcId?: string | null;
}

§Properties

§
DbSecurityGroupArn?: string | null
[src]

The ARN for the DB security group.

§
DbSecurityGroupDescription?: string | null
[src]

Provides the description of the DB security group.

§
DbSecurityGroupName?: string | null
[src]

Specifies the name of the DB security group.

§
Ec2SecurityGroups?: AwsRdsDbSecurityGroupEc2SecurityGroup[] | null
[src]

Contains a list of EC2 security groups.

§

Contains a list of IP ranges.

§
OwnerId?: string | null
[src]

Provides the Amazon Web Services ID of the owner of a specific DB security group.

§
VpcId?: string | null
[src]

Provides VPC ID associated with the DB security group.