ContextEntry

public struct ContextEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The full name of a condition context key, including the service prefix. For example, aws:SourceIp or s3:VersionId.

    Declaration

    Swift

    public let contextKeyName: String?
  • The data type of the value (or values) specified in the ContextKeyValues parameter.

    Declaration

    Swift

    public let contextKeyType: ContextKeyTypeEnum?
  • The value (or values, if the condition context key supports multiple values) to provide to the simulation when the key is referenced by a Condition element in an input policy.

    Declaration

    Swift

    public let contextKeyValues: [String]?
  • Undocumented

    Declaration

    Swift

    public init(contextKeyName: String? = nil, contextKeyType: ContextKeyTypeEnum? = nil, contextKeyValues: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws