interface MutualTlsAuthenticationProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnHttpApi.MutualTlsAuthenticationProperty |
![]() | software.amazon.awscdk.services.sam.CfnHttpApi.MutualTlsAuthenticationProperty |
![]() | aws_cdk.aws_sam.CfnHttpApi.MutualTlsAuthenticationProperty |
![]() | @aws-cdk/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 * as sam from '@aws-cdk/aws-sam';
const mutualTlsAuthenticationProperty: sam.CfnHttpApi.MutualTlsAuthenticationProperty = {
truststoreUri: 'truststoreUri',
truststoreVersion: false,
};
Properties
Name | Type | Description |
---|---|---|
truststore | string | CfnHttpApi.MutualTlsAuthenticationProperty.TruststoreUri . |
truststore | boolean | IResolvable | CfnHttpApi.MutualTlsAuthenticationProperty.TruststoreVersion . |
truststoreUri?
Type:
string
(optional)
CfnHttpApi.MutualTlsAuthenticationProperty.TruststoreUri
.
truststoreVersion?
Type:
boolean |
IResolvable
(optional)
CfnHttpApi.MutualTlsAuthenticationProperty.TruststoreVersion
.