interface TLSInspectionConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkFirewall.TLSInspectionConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkfirewall#TLSInspectionConfigurationReference |
![]() | software.amazon.awscdk.services.networkfirewall.TLSInspectionConfigurationReference |
![]() | aws_cdk.aws_networkfirewall.TLSInspectionConfigurationReference |
![]() | aws-cdk-lib » 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 networkfirewall } from 'aws-cdk-lib';
const tLSInspectionConfigurationReference: 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.