GroupConfigurationParameter

public struct GroupConfigurationParameter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the group configuration parameter. You can specify the following string values: For configuration item type AWS::ResourceGroups::Generic: allowed-resource-types Specifies the types of resources that you can add to this group by using the GroupResources operation. For configuration item type AWS::EC2::CapacityReservationPool: None - This configuration item type doesn’t support any parameters. For more information about EC2 capacity reservation groups, see Working with capacity reservation groups in the EC2 Users Guide.

    Declaration

    Swift

    public let name: String
  • The values of for this parameter. You can specify the following string value: For item type allowed-resource-types: the only supported parameter value is AWS::EC2::CapacityReservation.

    Declaration

    Swift

    public let values: [String]?
  • Undocumented

    Declaration

    Swift

    public init(name: String, values: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws