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

AuthorizeCacheSecurityGroupIngressMessage

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

Represents the input of an AuthorizeCacheSecurityGroupIngress operation.

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

§Properties

§
CacheSecurityGroupName: string
[src]

The cache security group that allows network ingress.

§
EC2SecurityGroupName: string
[src]

The Amazon EC2 security group to be authorized for ingress to the cache security group.

§
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.