aws-cdk-lib.aws_sam.CfnApi.MutualTlsAuthenticationProperty

interface MutualTlsAuthenticationProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnApi.MutualTlsAuthenticationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnApi_MutualTlsAuthenticationProperty
Javasoftware.amazon.awscdk.services.sam.CfnApi.MutualTlsAuthenticationProperty
Pythonaws_cdk.aws_sam.CfnApi.MutualTlsAuthenticationProperty
TypeScript aws-cdk-lib » aws_sam » CfnApi » 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.CfnApi.MutualTlsAuthenticationProperty = {
  truststoreUri: 'truststoreUri',
  truststoreVersion: 'truststoreVersion',
};

Properties

NameTypeDescription
truststoreUri?stringCfnApi.MutualTlsAuthenticationProperty.TruststoreUri.
truststoreVersion?stringCfnApi.MutualTlsAuthenticationProperty.TruststoreVersion.

truststoreUri?

Type: string (optional)

CfnApi.MutualTlsAuthenticationProperty.TruststoreUri.


truststoreVersion?

Type: string (optional)

CfnApi.MutualTlsAuthenticationProperty.TruststoreVersion.