amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.Types.S3BucketLogDestination

Description

 
Synopsis

Documentation

data S3BucketLogDestination Source #

Specifies an Amazon S3 bucket for logging audio conversations

See: newS3BucketLogDestination smart constructor.

Constructors

S3BucketLogDestination' 

Fields

  • kmsKeyArn :: Maybe Text

    The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.

  • s3BucketArn :: Text

    The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.

  • logPrefix :: Text

    The S3 prefix to assign to audio log files.

Instances

Instances details
FromJSON S3BucketLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.S3BucketLogDestination

ToJSON S3BucketLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.S3BucketLogDestination

Generic S3BucketLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.S3BucketLogDestination

Associated Types

type Rep S3BucketLogDestination :: Type -> Type #

Read S3BucketLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.S3BucketLogDestination

Show S3BucketLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.S3BucketLogDestination

NFData S3BucketLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.S3BucketLogDestination

Methods

rnf :: S3BucketLogDestination -> () #

Eq S3BucketLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.S3BucketLogDestination

Hashable S3BucketLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.S3BucketLogDestination

type Rep S3BucketLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.S3BucketLogDestination

type Rep S3BucketLogDestination = D1 ('MetaData "S3BucketLogDestination" "Amazonka.LexV2Models.Types.S3BucketLogDestination" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "S3BucketLogDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3BucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "logPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3BucketLogDestination Source #

Create a value of S3BucketLogDestination with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kmsKeyArn:S3BucketLogDestination', s3BucketLogDestination_kmsKeyArn - The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.

$sel:s3BucketArn:S3BucketLogDestination', s3BucketLogDestination_s3BucketArn - The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.

$sel:logPrefix:S3BucketLogDestination', s3BucketLogDestination_logPrefix - The S3 prefix to assign to audio log files.

s3BucketLogDestination_kmsKeyArn :: Lens' S3BucketLogDestination (Maybe Text) Source #

The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.

s3BucketLogDestination_s3BucketArn :: Lens' S3BucketLogDestination Text Source #

The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.

s3BucketLogDestination_logPrefix :: Lens' S3BucketLogDestination Text Source #

The S3 prefix to assign to audio log files.