AwsLambdaLayerVersionDetails

public struct AwsLambdaLayerVersionDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The layer’s compatible runtimes. Maximum number of five items. Valid values: nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.1 | go1.x | ruby2.5 | provided

    Declaration

    Swift

    public let compatibleRuntimes: [String]?
  • Indicates when the version was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

    Declaration

    Swift

    public let createdDate: String?
  • The version number.

    Declaration

    Swift

    public let version: Int64?
  • Undocumented

    Declaration

    Swift

    public init(compatibleRuntimes: [String]? = nil, createdDate: String? = nil, version: Int64? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws