interface MutualTlsAuthenticationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.CfnHttpApi.MutualTlsAuthenticationProperty |
Java | software.amazon.awscdk.services.sam.CfnHttpApi.MutualTlsAuthenticationProperty |
Python | aws_cdk.aws_sam.CfnHttpApi.MutualTlsAuthenticationProperty |
TypeScript | @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.

.NET
Java
Python
TypeScript