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

Copyright(c) 2013-2018 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 # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

Data AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

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 # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

Show AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

Generic AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

Associated Types

type Rep AssociateKMSKey :: Type -> Type #

Hashable AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

ToJSON AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

AWSRequest AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

Associated Types

type Rs AssociateKMSKey :: Type #

ToHeaders AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

ToPath AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

ToQuery AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

NFData AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

Methods

rnf :: AssociateKMSKey -> () #

type Rep AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

type Rep AssociateKMSKey = D1 (MetaData "AssociateKMSKey" "Network.AWS.CloudWatchLogs.AssociateKMSKey" "amazonka-cloudwatch-logs-1.6.1-3MDuvRaDmjeBjiAkGx8qXs" False) (C1 (MetaCons "AssociateKMSKey'" PrefixI True) (S1 (MetaSel (Just "_akkLogGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_akkKmsKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs AssociateKMSKey Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

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 # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

Data AssociateKMSKeyResponse Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

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 # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

Show AssociateKMSKeyResponse Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

Generic AssociateKMSKeyResponse Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

Associated Types

type Rep AssociateKMSKeyResponse :: Type -> Type #

NFData AssociateKMSKeyResponse Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

Methods

rnf :: AssociateKMSKeyResponse -> () #

type Rep AssociateKMSKeyResponse Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.AssociateKMSKey

type Rep AssociateKMSKeyResponse = D1 (MetaData "AssociateKMSKeyResponse" "Network.AWS.CloudWatchLogs.AssociateKMSKey" "amazonka-cloudwatch-logs-1.6.1-3MDuvRaDmjeBjiAkGx8qXs" False) (C1 (MetaCons "AssociateKMSKeyResponse'" PrefixI False) (U1 :: Type -> Type))