amazonka-redshift-1.4.5: Amazon Redshift SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.DescribeClusterSecurityGroups

Contents

Description

Returns information about Amazon Redshift security groups. If the name of a security group is specified, the response will contain only information about only that security group.

For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide .

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all security groups that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all security groups that have any combination of those values are returned.

If both tag keys and values are omitted from the request, security groups are returned regardless of whether they have tag keys or values associated with them.

This operation returns paginated results.

Synopsis

Creating a Request

describeClusterSecurityGroups :: DescribeClusterSecurityGroups Source #

Creates a value of DescribeClusterSecurityGroups with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dcsgTagValues - A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test . If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.
  • dcsgTagKeys - A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment . If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.
  • dcsgClusterSecurityGroupName - The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both. Example: securitygroup1
  • dcsgMarker - An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords , AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request. Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.
  • dcsgMaxRecords - The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value. Default: 100 Constraints: minimum 20, maximum 100.

data DescribeClusterSecurityGroups Source #

See: describeClusterSecurityGroups smart constructor.

Instances

Eq DescribeClusterSecurityGroups Source # 
Data DescribeClusterSecurityGroups Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeClusterSecurityGroups -> c DescribeClusterSecurityGroups #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeClusterSecurityGroups #

toConstr :: DescribeClusterSecurityGroups -> Constr #

dataTypeOf :: DescribeClusterSecurityGroups -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeClusterSecurityGroups) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeClusterSecurityGroups) #

gmapT :: (forall b. Data b => b -> b) -> DescribeClusterSecurityGroups -> DescribeClusterSecurityGroups #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeClusterSecurityGroups -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeClusterSecurityGroups -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeClusterSecurityGroups -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeClusterSecurityGroups -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeClusterSecurityGroups -> m DescribeClusterSecurityGroups #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeClusterSecurityGroups -> m DescribeClusterSecurityGroups #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeClusterSecurityGroups -> m DescribeClusterSecurityGroups #

Read DescribeClusterSecurityGroups Source # 
Show DescribeClusterSecurityGroups Source # 
Generic DescribeClusterSecurityGroups Source # 
Hashable DescribeClusterSecurityGroups Source # 
NFData DescribeClusterSecurityGroups Source # 
AWSPager DescribeClusterSecurityGroups Source # 
AWSRequest DescribeClusterSecurityGroups Source # 
ToPath DescribeClusterSecurityGroups Source # 
ToHeaders DescribeClusterSecurityGroups Source # 
ToQuery DescribeClusterSecurityGroups Source # 
type Rep DescribeClusterSecurityGroups Source # 
type Rep DescribeClusterSecurityGroups = D1 (MetaData "DescribeClusterSecurityGroups" "Network.AWS.Redshift.DescribeClusterSecurityGroups" "amazonka-redshift-1.4.5-2iQeXmFrftS29tYZtVOT2g" False) (C1 (MetaCons "DescribeClusterSecurityGroups'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dcsgTagValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_dcsgTagKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) ((:*:) (S1 (MetaSel (Just Symbol "_dcsgClusterSecurityGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dcsgMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dcsgMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))))))
type Rs DescribeClusterSecurityGroups Source # 

Request Lenses

dcsgTagValues :: Lens' DescribeClusterSecurityGroups [Text] Source #

A tag value or values for which you want to return all matching cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups that are tagged with values called admin and test . If you specify both of these tag values in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag values associated with them.

dcsgTagKeys :: Lens' DescribeClusterSecurityGroups [Text] Source #

A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups that are tagged with keys called owner and environment . If you specify both of these tag keys in the request, Amazon Redshift returns a response with the security groups that have either or both of these tag keys associated with them.

dcsgClusterSecurityGroupName :: Lens' DescribeClusterSecurityGroups (Maybe Text) Source #

The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both. Example: securitygroup1

dcsgMarker :: Lens' DescribeClusterSecurityGroups (Maybe Text) Source #

An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords , AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request. Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.

dcsgMaxRecords :: Lens' DescribeClusterSecurityGroups (Maybe Int) Source #

The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value. Default: 100 Constraints: minimum 20, maximum 100.

Destructuring the Response

describeClusterSecurityGroupsResponse Source #

Creates a value of DescribeClusterSecurityGroupsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dcsgsrsClusterSecurityGroups - A list of ClusterSecurityGroup instances.
  • dcsgsrsMarker - A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
  • dcsgsrsResponseStatus - -- | The response status code.

data DescribeClusterSecurityGroupsResponse Source #

Instances

Eq DescribeClusterSecurityGroupsResponse Source # 
Data DescribeClusterSecurityGroupsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeClusterSecurityGroupsResponse -> c DescribeClusterSecurityGroupsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeClusterSecurityGroupsResponse #

toConstr :: DescribeClusterSecurityGroupsResponse -> Constr #

dataTypeOf :: DescribeClusterSecurityGroupsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeClusterSecurityGroupsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeClusterSecurityGroupsResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeClusterSecurityGroupsResponse -> DescribeClusterSecurityGroupsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeClusterSecurityGroupsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeClusterSecurityGroupsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeClusterSecurityGroupsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeClusterSecurityGroupsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeClusterSecurityGroupsResponse -> m DescribeClusterSecurityGroupsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeClusterSecurityGroupsResponse -> m DescribeClusterSecurityGroupsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeClusterSecurityGroupsResponse -> m DescribeClusterSecurityGroupsResponse #

Read DescribeClusterSecurityGroupsResponse Source # 
Show DescribeClusterSecurityGroupsResponse Source # 
Generic DescribeClusterSecurityGroupsResponse Source # 
NFData DescribeClusterSecurityGroupsResponse Source # 
type Rep DescribeClusterSecurityGroupsResponse Source # 
type Rep DescribeClusterSecurityGroupsResponse = D1 (MetaData "DescribeClusterSecurityGroupsResponse" "Network.AWS.Redshift.DescribeClusterSecurityGroups" "amazonka-redshift-1.4.5-2iQeXmFrftS29tYZtVOT2g" False) (C1 (MetaCons "DescribeClusterSecurityGroupsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dcsgsrsClusterSecurityGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ClusterSecurityGroup]))) ((:*:) (S1 (MetaSel (Just Symbol "_dcsgsrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dcsgsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

dcsgsrsMarker :: Lens' DescribeClusterSecurityGroupsResponse (Maybe Text) Source #

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.