FlinkUrlSpec
The specification to create a pre-signed URL to access the web UI of a Flink cluster.
Syntax
json
{
"expiresInSeconds": 5,
"webSessionDurationInSeconds": 600
}
Type Definition
- Type
object
- Properties
expiresInSeconds
requiredThe number of seconds before the pre-signed URL expires.
- Type
integer
- Format
int32
- Minimum 5 (inclusive)
- Maximum 300 (inclusive)
- Type
webSessionDurationInSeconds
requiredThe number of seconds the Flink web UI session lasts.
- Type
integer
- Format
int32
- Minimum 600 (inclusive)
- Maximum 86400 (inclusive)
- Type