AWS Native v0.54.0, Mar 21 23
AWS Native v0.54.0, Mar 21 23
aws-native.backup.BackupVault
Resource Type definition for AWS::Backup::BackupVault
Create BackupVault Resource
new BackupVault(name: string, args?: BackupVaultArgs, opts?: CustomResourceOptions);
@overload
def BackupVault(resource_name: str,
opts: Optional[ResourceOptions] = None,
access_policy: Optional[Any] = None,
backup_vault_name: Optional[str] = None,
backup_vault_tags: Optional[Any] = None,
encryption_key_arn: Optional[str] = None,
lock_configuration: Optional[BackupVaultLockConfigurationTypeArgs] = None,
notifications: Optional[BackupVaultNotificationObjectTypeArgs] = None)
@overload
def BackupVault(resource_name: str,
args: Optional[BackupVaultArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewBackupVault(ctx *Context, name string, args *BackupVaultArgs, opts ...ResourceOption) (*BackupVault, error)
public BackupVault(string name, BackupVaultArgs? args = null, CustomResourceOptions? opts = null)
public BackupVault(String name, BackupVaultArgs args)
public BackupVault(String name, BackupVaultArgs args, CustomResourceOptions options)
type: aws-native:backup:BackupVault
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BackupVaultArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BackupVaultArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BackupVaultArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BackupVaultArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BackupVaultArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
BackupVault Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The BackupVault resource accepts the following input properties:
- Access
Policy interface{} - Backup
Vault stringName - interface{}
- Encryption
Key stringArn - Lock
Configuration BackupVault Lock Configuration Type Args - Notifications
Backup
Vault Notification Object Type Args
Outputs
All input properties are implicitly available as output properties. Additionally, the BackupVault resource produces the following output properties:
- Backup
Vault stringArn - Id string
The provider-assigned unique ID for this managed resource.
- Backup
Vault stringArn - Id string
The provider-assigned unique ID for this managed resource.
- backup
Vault StringArn - id String
The provider-assigned unique ID for this managed resource.
- backup
Vault stringArn - id string
The provider-assigned unique ID for this managed resource.
- backup_
vault_ strarn - id str
The provider-assigned unique ID for this managed resource.
- backup
Vault StringArn - id String
The provider-assigned unique ID for this managed resource.
Supporting Types
BackupVaultLockConfigurationType
- min
Retention IntegerDays - changeable
For IntegerDays - max
Retention IntegerDays
- min
Retention numberDays - changeable
For numberDays - max
Retention numberDays
- min
Retention NumberDays - changeable
For NumberDays - max
Retention NumberDays
BackupVaultNotificationObjectType
- Backup
Vault List<string>Events - SNSTopic
Arn string
- Backup
Vault []stringEvents - SNSTopic
Arn string
- backup
Vault List<String>Events - s
NSTopic StringArn
- backup
Vault string[]Events - s
NSTopic stringArn
- backup_
vault_ Sequence[str]events - s_
ns_ strtopic_ arn
- backup
Vault List<String>Events - s
NSTopic StringArn
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0