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

Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Description

 
Synopsis

Documentation

data SecretsManagerAccessTokenConfiguration Source #

AWS Secrets Manager access token configuration parameters. For information about Secrets Manager access token authentication, see Working with AWS Secrets Manager access token authentication.

See: newSecretsManagerAccessTokenConfiguration smart constructor.

Constructors

SecretsManagerAccessTokenConfiguration' 

Fields

  • headerName :: Maybe Text

    The name of the HTTP header used to supply the access token in requests to the source location.

  • secretStringKey :: Maybe Text

    The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.

  • secretArn :: Maybe Text

    The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.

Instances

Instances details
Eq SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Read SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Show SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Generic SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

NFData SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Hashable SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

ToJSON SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

FromJSON SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

type Rep SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

type Rep SecretsManagerAccessTokenConfiguration = D1 ('MetaData "SecretsManagerAccessTokenConfiguration" "Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "SecretsManagerAccessTokenConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "headerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "secretStringKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSecretsManagerAccessTokenConfiguration :: SecretsManagerAccessTokenConfiguration Source #

Create a value of SecretsManagerAccessTokenConfiguration 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:headerName:SecretsManagerAccessTokenConfiguration', secretsManagerAccessTokenConfiguration_headerName - The name of the HTTP header used to supply the access token in requests to the source location.

$sel:secretStringKey:SecretsManagerAccessTokenConfiguration', secretsManagerAccessTokenConfiguration_secretStringKey - The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.

$sel:secretArn:SecretsManagerAccessTokenConfiguration', secretsManagerAccessTokenConfiguration_secretArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.

secretsManagerAccessTokenConfiguration_headerName :: Lens' SecretsManagerAccessTokenConfiguration (Maybe Text) Source #

The name of the HTTP header used to supply the access token in requests to the source location.

secretsManagerAccessTokenConfiguration_secretStringKey :: Lens' SecretsManagerAccessTokenConfiguration (Maybe Text) Source #

The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.

secretsManagerAccessTokenConfiguration_secretArn :: Lens' SecretsManagerAccessTokenConfiguration (Maybe Text) Source #

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.