interface TLSInspectionConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.NetworkFirewall.TLSInspectionConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsnetworkfirewall#TLSInspectionConfigurationReference |
Java | software.amazon.awscdk.interfaces.networkfirewall.TLSInspectionConfigurationReference |
Python | aws_cdk.interfaces.aws_networkfirewall.TLSInspectionConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » aws_networkfirewall » TLSInspectionConfigurationReference |
A reference to a TLSInspectionConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkfirewall as interfaces_aws_networkfirewall } from 'aws-cdk-lib/interfaces';
const tLSInspectionConfigurationReference: interfaces_aws_networkfirewall.TLSInspectionConfigurationReference = {
tlsInspectionConfigurationArn: 'tlsInspectionConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| tls | string | The TLSInspectionConfigurationArn of the TLSInspectionConfiguration resource. |
tlsInspectionConfigurationArn
Type:
string
The TLSInspectionConfigurationArn of the TLSInspectionConfiguration resource.

.NET
Go
Java
Python
TypeScript