Show / Hide Table of Contents

Class CfnListenerRulePropsMixin.JwtValidationConfigProperty

Inheritance
object
CfnListenerRulePropsMixin.JwtValidationConfigProperty
Implements
CfnListenerRulePropsMixin.IJwtValidationConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.ElasticLoadBalancingV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnListenerRulePropsMixin.JwtValidationConfigProperty : CfnListenerRulePropsMixin.IJwtValidationConfigProperty
Syntax (vb)
Public Class CfnListenerRulePropsMixin.JwtValidationConfigProperty Implements CfnListenerRulePropsMixin.IJwtValidationConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-jwtvalidationconfig.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.ElasticLoadBalancingV2.Mixins;

             var jwtValidationConfigProperty = new JwtValidationConfigProperty {
                 AdditionalClaims = new [] { new JwtValidationActionAdditionalClaimProperty {
                     Format = "format",
                     Name = "name",
                     Values = new [] { "values" }
                 } },
                 Issuer = "issuer",
                 JwksEndpoint = "jwksEndpoint"
             };

Synopsis

Constructors

JwtValidationConfigProperty()

Properties

AdditionalClaims
Issuer
JwksEndpoint

Constructors

JwtValidationConfigProperty()

public JwtValidationConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-jwtvalidationconfig.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.ElasticLoadBalancingV2.Mixins;

             var jwtValidationConfigProperty = new JwtValidationConfigProperty {
                 AdditionalClaims = new [] { new JwtValidationActionAdditionalClaimProperty {
                     Format = "format",
                     Name = "name",
                     Values = new [] { "values" }
                 } },
                 Issuer = "issuer",
                 JwksEndpoint = "jwksEndpoint"
             };

Properties

AdditionalClaims

public object? AdditionalClaims { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-jwtvalidationconfig.html#cfn-elasticloadbalancingv2-listenerrule-jwtvalidationconfig-additionalclaims

Type union: either IResolvable or (either IResolvable or CfnListenerRulePropsMixin.IJwtValidationActionAdditionalClaimProperty)[]

Issuer

public string? Issuer { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-jwtvalidationconfig.html#cfn-elasticloadbalancingv2-listenerrule-jwtvalidationconfig-issuer

JwksEndpoint

public string? JwksEndpoint { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-jwtvalidationconfig.html#cfn-elasticloadbalancingv2-listenerrule-jwtvalidationconfig-jwksendpoint

Implements

CfnListenerRulePropsMixin.IJwtValidationConfigProperty
Back to top Generated by DocFX