amazonka-cloudwatch-logs-1.5.0: Amazon CloudWatch Logs SDK.

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

Network.AWS.CloudWatchLogs.AssociateKMSKey

Contents

Description

Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log group.

Associating an AWS KMS CMK with a log group overrides any existing associations between the log group and a CMK. After a CMK is associated with a log group, all newly ingested data for the log group is encrypted using the CMK. This association is stored as long as the data encrypted with the CMK is still within Amazon CloudWatch Logs. This enables Amazon CloudWatch Logs to decrypt this data whenever it is requested.

Note that it can take up to 5 minutes for this operation to take effect.

If you attempt to associate a CMK with a log group but the CMK does not exist or the CMK is disabled, you will receive an InvalidParameterException error.

Synopsis

Creating a Request

associateKMSKey Source #

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

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

data AssociateKMSKey Source #

See: associateKMSKey smart constructor.

Instances

Eq AssociateKMSKey Source # 
Data AssociateKMSKey Source # 

Methods

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

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

toConstr :: AssociateKMSKey -> Constr #

dataTypeOf :: AssociateKMSKey -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AssociateKMSKey Source # 
Show AssociateKMSKey Source # 
Generic AssociateKMSKey Source # 
Hashable AssociateKMSKey Source # 
ToJSON AssociateKMSKey Source # 
NFData AssociateKMSKey Source # 

Methods

rnf :: AssociateKMSKey -> () #

AWSRequest AssociateKMSKey Source # 
ToQuery AssociateKMSKey Source # 
ToPath AssociateKMSKey Source # 
ToHeaders AssociateKMSKey Source # 
type Rep AssociateKMSKey Source # 
type Rep AssociateKMSKey = D1 (MetaData "AssociateKMSKey" "Network.AWS.CloudWatchLogs.AssociateKMSKey" "amazonka-cloudwatch-logs-1.5.0-3vuxaAoYUATHD7OLMfoSU1" False) (C1 (MetaCons "AssociateKMSKey'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_akkLogGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_akkKmsKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs AssociateKMSKey Source # 

Request Lenses

akkLogGroupName :: Lens' AssociateKMSKey Text Source #

The name of the log group.

akkKmsKeyId :: Lens' AssociateKMSKey Text Source #

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) .

Destructuring the Response

associateKMSKeyResponse :: AssociateKMSKeyResponse Source #

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

data AssociateKMSKeyResponse Source #

See: associateKMSKeyResponse smart constructor.

Instances

Eq AssociateKMSKeyResponse Source # 
Data AssociateKMSKeyResponse Source # 

Methods

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

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

toConstr :: AssociateKMSKeyResponse -> Constr #

dataTypeOf :: AssociateKMSKeyResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AssociateKMSKeyResponse Source # 
Show AssociateKMSKeyResponse Source # 
Generic AssociateKMSKeyResponse Source # 
NFData AssociateKMSKeyResponse Source # 

Methods

rnf :: AssociateKMSKeyResponse -> () #

type Rep AssociateKMSKeyResponse Source # 
type Rep AssociateKMSKeyResponse = D1 (MetaData "AssociateKMSKeyResponse" "Network.AWS.CloudWatchLogs.AssociateKMSKey" "amazonka-cloudwatch-logs-1.5.0-3vuxaAoYUATHD7OLMfoSU1" False) (C1 (MetaCons "AssociateKMSKeyResponse'" PrefixI False) U1)