Jump to Content

Interface RevokeSecurityGroupEgressCommandInputProtected

Hierarchy

Properties

CidrIp?: string

Not supported. Use a set of IP permissions to specify the CIDR.

DryRun?: boolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

FromPort?: number

Not supported. Use a set of IP permissions to specify the port.

GroupId: undefined | string

The ID of the security group.

IpPermissions?: IpPermission[]

The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.

IpProtocol?: string

Not supported. Use a set of IP permissions to specify the protocol name or number.

SecurityGroupRuleIds?: string[]

The IDs of the security group rules.

SourceSecurityGroupName?: string

Not supported. Use a set of IP permissions to specify a destination security group.

SourceSecurityGroupOwnerId?: string

Not supported. Use a set of IP permissions to specify a destination security group.

ToPort?: number

Not supported. Use a set of IP permissions to specify the port.