ConfigurationProfile
public struct ConfigurationProfile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The application ID.
Declaration
Swift
public let applicationId: String? -
The configuration profile description.
Declaration
Swift
public let description: String? -
The configuration profile ID.
Declaration
Swift
public let id: String? -
The URI location of the configuration.
Declaration
Swift
public let locationUri: String? -
The name of the configuration profile.
Declaration
Swift
public let name: String? -
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
Declaration
Swift
public let retrievalRoleArn: String? -
A list of methods for validating the configuration.
Declaration
Swift
public let validators: [Validator]? -
Undocumented
Declaration
Swift
public init(applicationId: String? = nil, description: String? = nil, id: String? = nil, locationUri: String? = nil, name: String? = nil, retrievalRoleArn: String? = nil, validators: [Validator]? = nil)
View on GitHub
ConfigurationProfile Structure Reference