ResourceAccessPolicy

public struct ResourceAccessPolicy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The permissions that the Lambda function has to the resource. Can be one of “rw” (read/write) or “ro” (read-only).

    Declaration

    Swift

    public let permission: Permission?
  • The ID of the resource. (This ID is assigned to the resource when you create the resource definiton.)

    Declaration

    Swift

    public let resourceId: String
  • Undocumented

    Declaration

    Swift

    public init(permission: Permission? = nil, resourceId: String)