GroupConfigurationItem

public struct GroupConfigurationItem : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A collection of parameters for this group configuration item.

    Declaration

    Swift

    public let parameters: [GroupConfigurationParameter]?
  • Specifies the type of group configuration item. Each item must have a unique value for type. You can specify the following string values: AWS::EC2::CapacityReservationPool For more information about EC2 capacity reservation groups, see Working with capacity reservation groups in the EC2 Users Guide. AWS::ResourceGroups::Generic - Supports parameters that configure the behavior of resource groups of any type.

    Declaration

    Swift

    public let type: String
  • Undocumented

    Declaration

    Swift

    public init(parameters: [GroupConfigurationParameter]? = nil, type: String)
  • Declaration

    Swift

    public func validate(name: String) throws