Show / Hide Table of Contents

Class SessionPinningFilter

SessionPinningFilter.

Inheritance
System.Object
SessionPinningFilter
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.AWS.RDS.dll
Syntax (csharp)
public class SessionPinningFilter : DeputyBase
Syntax (vb)
Public Class SessionPinningFilter
    Inherits DeputyBase
Remarks

See: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy.html#rds-proxy-pinning

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.AWS.RDS;

var sessionPinningFilter = SessionPinningFilter.Of("filterName");

Synopsis

Constructors

SessionPinningFilter(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

SessionPinningFilter(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Properties

EXCLUDE_VARIABLE_SETS

You can opt out of session pinning for the following kinds of application statements:.

FilterName

Filter name.

Methods

Of(String)

custom filter.

Constructors

SessionPinningFilter(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected SessionPinningFilter(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

SessionPinningFilter(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected SessionPinningFilter(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Properties

EXCLUDE_VARIABLE_SETS

You can opt out of session pinning for the following kinds of application statements:.

public static SessionPinningFilter EXCLUDE_VARIABLE_SETS { get; }
Property Value

SessionPinningFilter

Remarks

    FilterName

    Filter name.

    public virtual string FilterName { get; }
    Property Value

    System.String

    Methods

    Of(String)

    custom filter.

    public static SessionPinningFilter Of(string filterName)
    Parameters
    filterName System.String
    Returns

    SessionPinningFilter

    Back to top Generated by DocFX