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

RevokeCacheSecurityGroupIngressMessage

import type { RevokeCacheSecurityGroupIngressMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";

Represents the input of a RevokeCacheSecurityGroupIngress operation.

interface RevokeCacheSecurityGroupIngressMessage {
CacheSecurityGroupName: string;
EC2SecurityGroupName: string;
EC2SecurityGroupOwnerId: string;
}

§Properties

§
CacheSecurityGroupName: string
[src]

The name of the cache security group to revoke ingress from.

§
EC2SecurityGroupName: string
[src]

The name of the Amazon EC2 security group to revoke access from.

§
EC2SecurityGroupOwnerId: string
[src]

The Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing as an Amazon access key ID - you must provide a valid Amazon account number for this parameter.