DescribeComponentConfigurationResponse
public struct DescribeComponentConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The configuration settings of the component. The value is the escaped JSON of the configuration.
Declaration
Swift
public let componentConfiguration: String? -
Indicates whether the application component is monitored.
Declaration
Swift
public let monitor: Bool? -
The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT
Declaration
Swift
public let tier: Tier? -
Undocumented
Declaration
Swift
public init(componentConfiguration: String? = nil, monitor: Bool? = nil, tier: Tier? = nil)
View on GitHub
DescribeComponentConfigurationResponse Structure Reference