Show / Hide Table of Contents

Class CfnApi.MutualTlsAuthenticationProperty

Inheritance
object
CfnApi.MutualTlsAuthenticationProperty
Implements
CfnApi.IMutualTlsAuthenticationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-mutualtlsauthentication.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-mutualtlsauthentication.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-mutualtlsauthentication.html#cfn-serverless-api-mutualtlsauthentication-truststoreuri

TruststoreVersion

public string? TruststoreVersion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-mutualtlsauthentication.html#cfn-serverless-api-mutualtlsauthentication-truststoreversion

Implements

CfnApi.IMutualTlsAuthenticationProperty
Back to top Generated by DocFX