AWSIoTTlsConfig
Objective-C
@interface AWSIoTTlsConfig
Swift
class AWSIoTTlsConfig
An object that specifies the TLS configuration for a domain.
-
The security policy for a domain configuration. For more information, see Security policies in the Amazon Web Services IoT Core developer guide.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable securityPolicy;
Swift
var securityPolicy: String? { get set }