AssociateWebsiteAuthorizationProviderRequest
public struct AssociateWebsiteAuthorizationProviderRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The authorization provider type.
Declaration
Swift
public let authorizationProviderType: AuthorizationProviderType
-
The domain name of the authorization provider. This applies only to SAML-based authorization providers.
Declaration
Swift
public let domainName: String?
-
The ARN of the fleet.
Declaration
Swift
public let fleetArn: String
-
Undocumented
Declaration
Swift
public init(authorizationProviderType: AuthorizationProviderType, domainName: String? = nil, fleetArn: String)
-
Declaration
Swift
public func validate(name: String) throws