AWSIoTUpdateDomainConfigurationRequest

Objective-C

@interface AWSIoTUpdateDomainConfigurationRequest

Swift

class AWSIoTUpdateDomainConfigurationRequest
  • An object that specifies the authorization service for a domain.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTAuthorizerConfig *_Nullable authorizerConfig;

    Swift

    var authorizerConfig: AWSIoTAuthorizerConfig? { get set }
  • The name of the domain configuration to be updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable domainConfigurationName;

    Swift

    var domainConfigurationName: String? { get set }
  • The status to which the domain configuration should be updated.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTDomainConfigurationStatus domainConfigurationStatus;

    Swift

    var domainConfigurationStatus: AWSIoTDomainConfigurationStatus { get set }
  • Removes the authorization configuration from a domain.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable removeAuthorizerConfig;

    Swift

    var removeAuthorizerConfig: NSNumber? { get set }
  • An object that specifies the TLS configuration for a domain.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTTlsConfig *_Nullable tlsConfig;

    Swift

    var tlsConfig: AWSIoTTlsConfig? { get set }