Show / Hide Table of Contents

Interface CfnSourceLocationPropsMixin.ISecretsManagerAccessTokenConfigurationProperty

AWS Secrets Manager access token configuration parameters.

Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnSourceLocationPropsMixin.ISecretsManagerAccessTokenConfigurationProperty
Syntax (vb)
Public Interface CfnSourceLocationPropsMixin.ISecretsManagerAccessTokenConfigurationProperty
Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-secretsmanageraccesstokenconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins;

             var secretsManagerAccessTokenConfigurationProperty = new SecretsManagerAccessTokenConfigurationProperty {
                 HeaderName = "headerName",
                 SecretArn = "secretArn",
                 SecretStringKey = "secretStringKey"
             };

Synopsis

Properties

HeaderName

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

SecretArn

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

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.

Properties

HeaderName

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

string? HeaderName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-secretsmanageraccesstokenconfiguration.html#cfn-mediatailor-sourcelocation-secretsmanageraccesstokenconfiguration-headername

SecretArn

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

string? SecretArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-secretsmanageraccesstokenconfiguration.html#cfn-mediatailor-sourcelocation-secretsmanageraccesstokenconfiguration-secretarn

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.

string? SecretStringKey { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-secretsmanageraccesstokenconfiguration.html#cfn-mediatailor-sourcelocation-secretsmanageraccesstokenconfiguration-secretstringkey

Back to top Generated by DocFX