INPUT_OBJECT
CheckAwsMarketplaceSubscriptionReq
Description
Request to check AWS marketplace subscription status.
link GraphQL Schema definition
- input CheckAwsMarketplaceSubscriptionReq {
- # Optional AWS account credentials
- # (if not provided, will use cloud account credentials).
- : AwsAccountCredentials
- # CDM version to check subscription for.
- : String
- # AWS cloud account ID in RSC.
- : String
- # AWS region.
- : String
- }