Options
All
  • Public
  • Public/Protected
  • All
Menu

AwsS3SignPolicyResult

The result of an AWS S3 sign policy request.

Hierarchy

  • AwsS3SignPolicyResult

Index

Constructors

constructor

  • new AwsS3SignPolicyResult(policy: string, signature: string, algorithm: string, date: string, credential: string): AwsS3SignPolicyResult

Properties

algorithm

algorithm: string

algorithm the algorithm used to compute the signature.

credential

credential: string

credential the credential that should be used when utilizing this signed policy.

date

date: string

date the date at which the signature was computed.

policy

policy: string

the description of the policy that has been signed.

signature

signature: string

signature the computed signature of the policy.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc