DescribeComponentConfigurationRecommendationRequest

public struct DescribeComponentConfigurationRecommendationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the component.

    Declaration

    Swift

    public let componentName: String
  • The name of the resource group.

    Declaration

    Swift

    public let resourceGroupName: String
  • 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(componentName: String, resourceGroupName: String, tier: Tier)
  • Declaration

    Swift

    public func validate(name: String) throws