Class CfnApi.MutualTlsAuthenticationProperty
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MutualTlsAuthenticationProperty : Object, CfnApi.IMutualTlsAuthenticationProperty
Syntax (vb)
Public Class MutualTlsAuthenticationProperty
Inherits Object
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
Mutual |
Properties
Truststore |
|
Truststore |
Constructors
MutualTlsAuthenticationProperty()
public MutualTlsAuthenticationProperty()
Properties
TruststoreUri
public string TruststoreUri { get; set; }
Property Value
System.
Remarks
TruststoreVersion
public string TruststoreVersion { get; set; }
Property Value
System.