Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnTLSInspectionConfigurationPropsMixin.Builder
Packages that use CfnTLSInspectionConfigurationPropsMixin.Builder
-
Uses of CfnTLSInspectionConfigurationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.networkfirewall
Methods in software.amazon.awscdk.cfnpropertymixins.services.networkfirewall that return CfnTLSInspectionConfigurationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTLSInspectionConfigurationPropsMixin.Builder.create()CfnTLSInspectionConfigurationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTLSInspectionConfigurationPropsMixin.Builder.description(String description) A description of the TLS inspection configuration.The key:value pairs to associate with the resource.CfnTLSInspectionConfigurationPropsMixin.Builder.tlsInspectionConfiguration(CfnTLSInspectionConfigurationPropsMixin.TLSInspectionConfigurationProperty tlsInspectionConfiguration) The object that defines a TLS inspection configuration.CfnTLSInspectionConfigurationPropsMixin.Builder.tlsInspectionConfiguration(IResolvable tlsInspectionConfiguration) The object that defines a TLS inspection configuration.CfnTLSInspectionConfigurationPropsMixin.Builder.tlsInspectionConfigurationName(String tlsInspectionConfigurationName) The descriptive name of the TLS inspection configuration.