Skip to main content

AppEnvironmentLogShippingV2

The current log shipping configuration for an environment.

type AppEnvironmentLogShippingV2 {
enabled: Boolean!
last_failed_shipping_time: String
last_shipping_error_message: String
object_storage_config_azure: CloudShippingObjectStorageConfigAzure
object_storage_config_gcp: CloudShippingObjectStorageConfigGCP
object_storage_config_s3: CloudShippingObjectStorageConfigS3
path: String
provider: CloudShippingObjectStorageProviders!
type: [CloudShippingLogsType!]!
}

Fields

AppEnvironmentLogShippingV2.enabled ● Boolean! non-null scalar common

Whether log shipping is enabled.

AppEnvironmentLogShippingV2.last_failed_shipping_time ● String scalar common

When shipping last failed.

AppEnvironmentLogShippingV2.last_shipping_error_message ● String scalar common

The most recent shipping error message.

AppEnvironmentLogShippingV2.object_storage_config_azure ● CloudShippingObjectStorageConfigAzure object common

The Azure configuration, when using Azure Blob Storage.

AppEnvironmentLogShippingV2.object_storage_config_gcp ● CloudShippingObjectStorageConfigGCP object common

The GCP configuration, when using Google Cloud Storage.

AppEnvironmentLogShippingV2.object_storage_config_s3 ● CloudShippingObjectStorageConfigS3 object common

The S3 configuration, when using Amazon S3.

AppEnvironmentLogShippingV2.path ● String scalar common

The destination path prefix.

AppEnvironmentLogShippingV2.provider ● CloudShippingObjectStorageProviders! non-null enum common

The object storage provider receiving the logs.

AppEnvironmentLogShippingV2.type ● [CloudShippingLogsType!]! non-null enum common

The log streams being shipped.

Member Of

AppEnvironment object