DatadogConnectorProfileCredentials
public struct DatadogConnectorProfileCredentials : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
Declaration
Swift
public let apiKey: String
-
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
Declaration
Swift
public let applicationKey: String
-
Undocumented
Declaration
Swift
public init(apiKey: String, applicationKey: String)
-
Declaration
Swift
public func validate(name: String) throws