INPUT_OBJECT
AddCrossAccountServiceConsumerInput
Description
Input to add service consumer to cross-account.
link GraphQL Schema definition
- input AddCrossAccountServiceConsumerInput {
- # Cross-account ID of the cross-account pair.
- String! :
- # Fully qualified domain name of service consumer RSC account.
- String! :
- # Service account details of the service consumer.
- CrossAccountSaInput! :
- # Refresh cross-account pair.
- Boolean :
- }