Type alias PolicyStatement

PolicyStatement: {
    __typename: "PolicyStatement";
    action: (string | null)[];
    effect: string;
    resource: (string | null)[];
}

Type declaration

  • __typename: "PolicyStatement"
  • action: (string | null)[]
  • effect: string
  • resource: (string | null)[]

Generated using TypeDoc