Amazon Outposts · Example Payload

Openapi Address Example

Edge ComputingHybrid CloudInfrastructureOn-Premises

Openapi Address Example is an example object payload from Amazon Outposts, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ContactNameContactPhoneNumberAddressLine1AddressLine2AddressLine3CityStateOrRegionDistrictOrCountyPostalCodeCountryCodeMunicipality

Example Payload

Raw ↑
{
  "ContactName": "my-resource",
  "ContactPhoneNumber": "example-string",
  "AddressLine1": "example-string",
  "AddressLine2": "example-string",
  "AddressLine3": "example-string",
  "City": "example-string",
  "StateOrRegion": "us-east-1",
  "DistrictOrCounty": "example-string",
  "PostalCode": "example-string",
  "CountryCode": "example-string",
  "Municipality": "example-string"
}