ENUM
AwsCloudType
Description
AWS Cloud Type Enum.
link GraphQL Schema definition
- enum AwsCloudType {
- # Cloud type for AWS C2S cloud account.
- # Cloud type for AWS China cloud account.
- # Cloud type for AWS Gov cloud account.
- # Cloud type for AWS SC2S cloud account.
- # Cloud type for AWS Commercial cloud account.
- }
link Require by
- AddAwsAuthenticationServerBasedCloudAccountInputInput to add authentication server-based AWS cloud account for native protection.
- AddAwsIamUserBasedCloudAccountInputInput to add IAM user-based AWS cloud account for native protection.
- AwsAccountValidationResponseValidate given aws accounts.
- AwsCloudAccountDetails of AWS account.
- AwsCloudAccountInputDetails of an AWS cloud account.
- AwsCloudTypeFilterInput to filter AWS accounts by the specified cloud types.
- AwsGetPermissionPoliciesInputInput to retrieve the AWS permission policies.
- AwsNativeAccountAWS native account.
- AwsOuInputDetails of an AWS Organization unit.
- AwsTrustPolicyInputInput to retrieve the AWS trust policy.
- RegisterAwsFeatureArtifactsInputInput to register external artifacts for AWS account.
- ValidateAndInitiateAwsOutpostAccountInputInput to validate and set up an AWS Outpost account.