invoke_blueprint_optimization_async¶
Operation¶
invoke_blueprint_optimization_async
async
¶
invoke_blueprint_optimization_async(input: InvokeBlueprintOptimizationAsyncInput, plugins: list[Plugin] | None = None) -> InvokeBlueprintOptimizationAsyncOutput
Invoke an async job to perform Blueprint Optimization
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
InvokeBlueprintOptimizationAsyncInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
InvokeBlueprintOptimizationAsyncOutput
|
An instance of |
Input¶
InvokeBlueprintOptimizationAsyncInput
dataclass
¶
Invoke Blueprint Optimization Async Request
Attributes¶
blueprint
class-attribute
instance-attribute
¶
blueprint: BlueprintOptimizationObject | None = None
Blueprint to be optimized
data_automation_profile_arn
class-attribute
instance-attribute
¶
data_automation_profile_arn: str | None = None
Data automation profile ARN
encryption_configuration
class-attribute
instance-attribute
¶
encryption_configuration: EncryptionConfiguration | None = None
Encryption configuration.
output_configuration
class-attribute
instance-attribute
¶
output_configuration: BlueprintOptimizationOutputConfiguration | None = None
Output configuration where the results should be placed
samples
class-attribute
instance-attribute
¶
samples: list[BlueprintOptimizationSample] | None = None
List of Blueprint Optimization Samples