interface MutualTlsAuthenticationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins.CfnHttpApiPropsMixin.MutualTlsAuthenticationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssam/mixins#CfnHttpApiPropsMixin_MutualTlsAuthenticationProperty |
Java | software.amazon.awscdk.mixins.preview.services.sam.mixins.CfnHttpApiPropsMixin.MutualTlsAuthenticationProperty |
Python | aws_cdk.mixins_preview.aws_sam.mixins.CfnHttpApiPropsMixin.MutualTlsAuthenticationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sam » mixins » CfnHttpApiPropsMixin » MutualTlsAuthenticationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as sam_mixins } from '@aws-cdk/mixins-preview/aws-sam';
const mutualTlsAuthenticationProperty: sam_mixins.CfnHttpApiPropsMixin.MutualTlsAuthenticationProperty = {
truststoreUri: 'truststoreUri',
truststoreVersion: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| truststore | string | |
| truststore | boolean | IResolvable |
truststoreUri?
Type:
string
(optional)
truststoreVersion?
Type:
boolean | IResolvable
(optional)

.NET
Go
Java
Python
TypeScript