Show / Hide Table of Contents

Interface CfnDomainConfiguration.ITlsConfigProperty

Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.AWS.IoT.dll
Syntax (csharp)
public interface ITlsConfigProperty
Syntax (vb)
Public Interface ITlsConfigProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-domainconfiguration-tlsconfig.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.IoT;

var tlsConfigProperty = new TlsConfigProperty {
    SecurityPolicy = "securityPolicy"
};

Synopsis

Properties

SecurityPolicy

CfnDomainConfiguration.TlsConfigProperty.SecurityPolicy.

Properties

SecurityPolicy

CfnDomainConfiguration.TlsConfigProperty.SecurityPolicy.

virtual string SecurityPolicy { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-domainconfiguration-tlsconfig.html#cfn-iot-domainconfiguration-tlsconfig-securitypolicy

Back to top Generated by DocFX