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
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 |
|
Properties
SecurityPolicy
CfnDomainConfiguration.TlsConfigProperty.SecurityPolicy
.
virtual string SecurityPolicy { get; }
Property Value
System.String