OBJECT
CrossAccountPairInfo
Description
The cross-account pair information.
link GraphQL Schema definition
- type CrossAccountPairInfo {
- # Name of the cross-account involved in pair.
- String! :
- # URL of the cross-account involved in pair.
- String! :
- # UUID of the cross-account pair.
- UUID! :
- # Specifies the organization of the cross-account relationship.
- CrossAccountOrganization! :
- # Role of the cross-account involved in pair.
- CrossAccountRole! :
- # Status of the cross-account pair.
- CrossAccountStatus! :
- # Time the metadata was last synced for the cross-account pair.
- DateTime :
- }
link Require by
- CrossAccountPairInfoConnectionPaginated list of CrossAccountPairInfo objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- CrossAccountPairInfoEdgeWrapper around the CrossAccountPairInfo object. This wrapper is used for pagination.
- CrossAccountReplicatedObjectInfoThe replicated cross-account object information.