Struct aws_sdk_redshift::client::fluent_builders::RevokeClusterSecurityGroupIngress [−][src]
pub struct RevokeClusterSecurityGroupIngress<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to RevokeClusterSecurityGroupIngress
.
Revokes an ingress rule in an Amazon Redshift security group for a previously authorized IP range or Amazon EC2 security group. To add an ingress rule, see AuthorizeClusterSecurityGroupIngress. For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
Implementations
impl<C, M, R> RevokeClusterSecurityGroupIngress<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> RevokeClusterSecurityGroupIngress<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<RevokeClusterSecurityGroupIngressOutput, SdkError<RevokeClusterSecurityGroupIngressError>> where
R::Policy: SmithyRetryPolicy<RevokeClusterSecurityGroupIngressInputOperationOutputAlias, RevokeClusterSecurityGroupIngressOutput, RevokeClusterSecurityGroupIngressError, RevokeClusterSecurityGroupIngressInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<RevokeClusterSecurityGroupIngressOutput, SdkError<RevokeClusterSecurityGroupIngressError>> where
R::Policy: SmithyRetryPolicy<RevokeClusterSecurityGroupIngressInputOperationOutputAlias, RevokeClusterSecurityGroupIngressOutput, RevokeClusterSecurityGroupIngressError, RevokeClusterSecurityGroupIngressInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The name of the security Group from which to revoke the ingress rule.
The name of the security Group from which to revoke the ingress rule.
The IP range for which to revoke access. This range must be a valid Classless
Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP
is specified,
EC2SecurityGroupName
and EC2SecurityGroupOwnerId
cannot be
provided.
The IP range for which to revoke access. This range must be a valid Classless
Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP
is specified,
EC2SecurityGroupName
and EC2SecurityGroupOwnerId
cannot be
provided.
The name of the EC2 Security Group whose access is to be revoked. If
EC2SecurityGroupName
is specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be provided.
The name of the EC2 Security Group whose access is to be revoked. If
EC2SecurityGroupName
is specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be provided.
The Amazon Web Services account number of the owner of the security group specified in the
EC2SecurityGroupName
parameter. The Amazon Web Services access key ID is not an
acceptable value. If EC2SecurityGroupOwnerId
is specified,
EC2SecurityGroupName
must also be provided. and CIDRIP
cannot be provided.
Example: 111122223333
The Amazon Web Services account number of the owner of the security group specified in the
EC2SecurityGroupName
parameter. The Amazon Web Services access key ID is not an
acceptable value. If EC2SecurityGroupOwnerId
is specified,
EC2SecurityGroupName
must also be provided. and CIDRIP
cannot be provided.
Example: 111122223333
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for RevokeClusterSecurityGroupIngress<C, M, R>
impl<C, M, R> Send for RevokeClusterSecurityGroupIngress<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for RevokeClusterSecurityGroupIngress<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for RevokeClusterSecurityGroupIngress<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for RevokeClusterSecurityGroupIngress<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more