Class SyntheticsPrivateLocationCreationResponse

Object that contains the new private location, the public key for result encryption, and the configuration skeleton.

Hierarchy

  • SyntheticsPrivateLocationCreationResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
config?: any

Configuration skeleton for the private location. See installation instructions of the private location on how to use this configuration.

privateLocation?: SyntheticsPrivateLocation

Object containing information about the private location to create.

Public key for the result encryption.

Generated using TypeDoc