-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [PL-58650]: Terraform Changes for Add support for configuring r…
…ecovery duration in AWS Secrets Manager Connector for secret deletion flow
- Loading branch information
1 parent
4e41803
commit 1236970
Showing
3 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
# AwsSecretManager | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Credential** | [***AwsSecretManagerCredential**](AwsSecretManagerCredential.md) | | [default to null] | ||
**Region** | **string** | | [default to null] | ||
**SecretNamePrefix** | **string** | | [optional] [default to null] | ||
**DelegateSelectors** | **[]string** | | [optional] [default to null] | ||
**Default_** | **bool** | | [optional] [default to null] | ||
**UsePutSecret** | **bool** | | [optional] [default to null] | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- |-------------------------------|------------------------------- | ||
**Credential** | [***AwsSecretManagerCredential**](AwsSecretManagerCredential.md) | | [default to null] | ||
**Region** | **string** | | [default to null] | ||
**SecretNamePrefix** | **string** | | [optional] [default to null] | ||
**DelegateSelectors** | **[]string** | | [optional] [default to null] | ||
**Default_** | **bool** | | [optional] [default to null] | ||
**UsePutSecret** | **bool** | | [optional] [default to null] | ||
**ForceDeleteWithoutRecovery** | **bool** | | [optional] [default to false] | | [optional] [default to false] | ||
**RecoveryWindowInDays** | **long** | |[optional] [default to null] | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters