class SessionPinningFilter
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RDS.SessionPinningFilter |
![]() | software.amazon.awscdk.services.rds.SessionPinningFilter |
![]() | aws_cdk.aws_rds.SessionPinningFilter |
![]() | @aws-cdk/aws-rds » SessionPinningFilter |
SessionPinningFilter.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as rds from '@aws-cdk/aws-rds';
const sessionPinningFilter = rds.SessionPinningFilter.of('filterName');
Properties
Name | Type | Description |
---|---|---|
filter | string | Filter name. |
static EXCLUDE_VARIABLE_SETS | Session | You can opt out of session pinning for the following kinds of application statements:. |
filterName
Type:
string
Filter name.
static EXCLUDE_VARIABLE_SETS
Type:
Session
You can opt out of session pinning for the following kinds of application statements:.
- Setting session variables and configuration settings.
Methods
Name | Description |
---|---|
static of(filterName) | custom filter. |
static of(filterName)
public static of(filterName: string): SessionPinningFilter
Parameters
- filterName
string
Returns
custom filter.