aws-cdk-lib.aws_sam.CfnHttpApi.MutualTlsAuthenticationProperty

interface MutualTlsAuthenticationProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnHttpApi.MutualTlsAuthenticationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnHttpApi_MutualTlsAuthenticationProperty
Javasoftware.amazon.awscdk.services.sam.CfnHttpApi.MutualTlsAuthenticationProperty
Pythonaws_cdk.aws_sam.CfnHttpApi.MutualTlsAuthenticationProperty
TypeScript aws-cdk-lib » aws_sam » CfnHttpApi » MutualTlsAuthenticationProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const mutualTlsAuthenticationProperty: sam.CfnHttpApi.MutualTlsAuthenticationProperty = {
  truststoreUri: 'truststoreUri',
  truststoreVersion: false,
};

Properties

NameTypeDescription
truststoreUri?stringCfnHttpApi.MutualTlsAuthenticationProperty.TruststoreUri.
truststoreVersion?boolean | IResolvableCfnHttpApi.MutualTlsAuthenticationProperty.TruststoreVersion.

truststoreUri?

Type: string (optional)

CfnHttpApi.MutualTlsAuthenticationProperty.TruststoreUri.


truststoreVersion?

Type: boolean | IResolvable (optional)

CfnHttpApi.MutualTlsAuthenticationProperty.TruststoreVersion.