NAME
Paws::Athena::UpdateWorkGroup - Arguments for method UpdateWorkGroup on Paws::Athena
DESCRIPTION
This class represents the parameters used for calling the method UpdateWorkGroup on the Amazon Athena service. Use the attributes of this class as arguments to method UpdateWorkGroup.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateWorkGroup.
SYNOPSIS
my $athena = Paws->service('Athena');
my $UpdateWorkGroupOutput = $athena->UpdateWorkGroup(
WorkGroup => 'MyWorkGroupName',
ConfigurationUpdates => {
BytesScannedCutoffPerQuery => 1, # min: 10000000; OPTIONAL
EnforceWorkGroupConfiguration => 1, # OPTIONAL
EngineVersion => {
EffectiveEngineVersion => 'MyNameString', # min: 1, max: 128; OPTIONAL
SelectedEngineVersion => 'MyNameString', # min: 1, max: 128; OPTIONAL
}, # OPTIONAL
PublishCloudWatchMetricsEnabled => 1, # OPTIONAL
RemoveBytesScannedCutoffPerQuery => 1, # OPTIONAL
RequesterPaysEnabled => 1, # OPTIONAL
ResultConfigurationUpdates => {
EncryptionConfiguration => {
EncryptionOption => 'SSE_S3', # values: SSE_S3, SSE_KMS, CSE_KMS
KmsKey => 'MyString', # OPTIONAL
}, # OPTIONAL
OutputLocation => 'MyString', # OPTIONAL
RemoveEncryptionConfiguration => 1, # OPTIONAL
RemoveOutputLocation => 1, # OPTIONAL
}, # OPTIONAL
}, # OPTIONAL
Description => 'MyWorkGroupDescriptionString', # OPTIONAL
State => 'ENABLED', # OPTIONAL
);
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/athena/UpdateWorkGroup
ATTRIBUTES
ConfigurationUpdates => Paws::Athena::WorkGroupConfigurationUpdates
The workgroup configuration that will be updated for the given workgroup.
Description => Str
The workgroup description.
State => Str
The workgroup state that will be updated for the given workgroup.
Valid values are: "ENABLED"
, "DISABLED"
REQUIRED WorkGroup => Str
The specified workgroup that will be updated.
SEE ALSO
This class forms part of Paws, documenting arguments for method UpdateWorkGroup in Paws::Athena
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues