AWS::Glue::UsageProfile ProfileConfiguration
Specifies the job and session values that an admin configures in an Amazon Glue usage profile.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "JobConfiguration" :
ConfigurationObject
, "SessionConfiguration" :ConfigurationObject
}
Properties
JobConfiguration
-
A key-value map of configuration parameters for Amazon Glue jobs.
Required: No
Type: ConfigurationObject
Update requires: No interruption
SessionConfiguration
-
A key-value map of configuration parameters for Amazon Glue sessions.
Required: No
Type: ConfigurationObject
Update requires: No interruption