PutImageRecipePolicyRequest

public struct PutImageRecipePolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.

    Declaration

    Swift

    public let imageRecipeArn: String
  • The policy to apply.

    Declaration

    Swift

    public let policy: String
  • Undocumented

    Declaration

    Swift

    public init(imageRecipeArn: String, policy: String)
  • Declaration

    Swift

    public func validate(name: String) throws