aws-native logo
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:

Outputs

All input properties are implicitly available as output properties. Additionally, the BackupVault resource produces the following output properties:

BackupVaultArn string
Id string

The provider-assigned unique ID for this managed resource.

BackupVaultArn string
Id string

The provider-assigned unique ID for this managed resource.

backupVaultArn String
id String

The provider-assigned unique ID for this managed resource.

backupVaultArn string
id string

The provider-assigned unique ID for this managed resource.

backup_vault_arn str
id str

The provider-assigned unique ID for this managed resource.

backupVaultArn String
id String

The provider-assigned unique ID for this managed resource.

Supporting Types

BackupVaultLockConfigurationType

BackupVaultNotificationObjectType

BackupVaultEvents List<string>
SNSTopicArn string
backupVaultEvents List<String>
sNSTopicArn String
backupVaultEvents List<String>
sNSTopicArn String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0