agent-claw: automated task changes
This commit is contained in:
10
cdk/node_modules/aws-cdk-lib/aws-stepfunctions/lib/encryption-configuration.d.ts
generated
vendored
Normal file
10
cdk/node_modules/aws-cdk-lib/aws-stepfunctions/lib/encryption-configuration.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Base class for creating an EncryptionConfiguration for either state machines or activities.
|
||||
*/
|
||||
export declare abstract class EncryptionConfiguration {
|
||||
/**
|
||||
* Encryption option for the state machine or activity. Can be either CUSTOMER_MANAGED_KMS_KEY or AWS_OWNED_KEY.
|
||||
*/
|
||||
type: string;
|
||||
constructor(type: string);
|
||||
}
|
||||
Reference in New Issue
Block a user