interface MutualTlsAuthenticationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SAM.CfnHttpApi.MutualTlsAuthenticationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnHttpApi_MutualTlsAuthenticationProperty |
Java | software.amazon.awscdk.services.sam.CfnHttpApi.MutualTlsAuthenticationProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
truststore | string | |
truststore | boolean | IResolvable |
truststoreUri?
Type:
string
(optional)
truststoreVersion?
Type:
boolean |
IResolvable
(optional)