Class CfnApi.MutualTlsAuthenticationProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApi.MutualTlsAuthenticationProperty : CfnApi.IMutualTlsAuthenticationProperty
Syntax (vb)
Public Class CfnApi.MutualTlsAuthenticationProperty Implements CfnApi.IMutualTlsAuthenticationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SAM;
var mutualTlsAuthenticationProperty = new MutualTlsAuthenticationProperty {
TruststoreUri = "truststoreUri",
TruststoreVersion = "truststoreVersion"
};
Synopsis
Constructors
MutualTlsAuthenticationProperty() |
Properties
TruststoreUri | |
TruststoreVersion |
Constructors
MutualTlsAuthenticationProperty()
public MutualTlsAuthenticationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SAM;
var mutualTlsAuthenticationProperty = new MutualTlsAuthenticationProperty {
TruststoreUri = "truststoreUri",
TruststoreVersion = "truststoreVersion"
};
Properties
TruststoreUri
public string? TruststoreUri { get; set; }
Property Value
Remarks
TruststoreVersion
public string? TruststoreVersion { get; set; }