Skip to main content

Get AWS policy template

API to fetch AWS policy template

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

  • projectId string required

    Cloud Rewind project ID.

  • id int64 required

    AWS policy template ID

Responses

OK


Schema
  • accountId int64

    Cloud Rewind account ID.

  • projectId string

    Cloud Rewind project ID.

  • id int64

    AWS policy template ID

  • name string

    Name of the policy template

  • description string

    Description of the policy template

  • frequencyType string

    Frequency type for the policy

  • frequencyDetails object

    Details about the frequency configuration of the policy template

  • daysOfWeek string[]

    Days of the week

  • months string[]

    Months of the year

  • daysOfMonth int32[]

    Days of the month

  • hours int32[]

    Hours of the day

  • offset int32

    Delays the defined scheduled execution time (in minutes)

  • timeZone string

    Specifies the time zone to be used in interpreting schedule

  • retentionCount int32

    Specifies the number of protections to retain

  • createdAt date-time

    The time when the Policy template was created

  • replicaRetentionCount int32

    Specifies the number of replications to retain

  • updatedAt date-time

    The time when the Policy template was updated

Loading...