1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. backup
  5. LogicallyAirGappedBackupVault

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.backup.LogicallyAirGappedBackupVault

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

    Resource Type definition for AWS::Backup::LogicallyAirGappedBackupVault

    Create LogicallyAirGappedBackupVault Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LogicallyAirGappedBackupVault(name: string, args: LogicallyAirGappedBackupVaultArgs, opts?: CustomResourceOptions);
    @overload
    def LogicallyAirGappedBackupVault(resource_name: str,
                                      args: LogicallyAirGappedBackupVaultArgs,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def LogicallyAirGappedBackupVault(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      max_retention_days: Optional[int] = None,
                                      min_retention_days: Optional[int] = None,
                                      access_policy: Optional[Any] = None,
                                      backup_vault_name: Optional[str] = None,
                                      backup_vault_tags: Optional[Mapping[str, str]] = None,
                                      notifications: Optional[LogicallyAirGappedBackupVaultNotificationObjectTypeArgs] = None,
                                      vault_state: Optional[str] = None,
                                      vault_type: Optional[str] = None)
    func NewLogicallyAirGappedBackupVault(ctx *Context, name string, args LogicallyAirGappedBackupVaultArgs, opts ...ResourceOption) (*LogicallyAirGappedBackupVault, error)
    public LogicallyAirGappedBackupVault(string name, LogicallyAirGappedBackupVaultArgs args, CustomResourceOptions? opts = null)
    public LogicallyAirGappedBackupVault(String name, LogicallyAirGappedBackupVaultArgs args)
    public LogicallyAirGappedBackupVault(String name, LogicallyAirGappedBackupVaultArgs args, CustomResourceOptions options)
    
    type: aws-native:backup:LogicallyAirGappedBackupVault
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args LogicallyAirGappedBackupVaultArgs
    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 LogicallyAirGappedBackupVaultArgs
    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 LogicallyAirGappedBackupVaultArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LogicallyAirGappedBackupVaultArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LogicallyAirGappedBackupVaultArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    LogicallyAirGappedBackupVault Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The LogicallyAirGappedBackupVault resource accepts the following input properties:

    MaxRetentionDays int
    The maximum retention period that the vault retains its recovery points.
    MinRetentionDays int

    This setting specifies the minimum retention period that the vault retains its recovery points.

    The minimum value accepted is 7 days.

    AccessPolicy object

    The backup vault access policy document in JSON format.

    Search the CloudFormation User Guide for AWS::Backup::LogicallyAirGappedBackupVault for more information about the expected schema for this property.

    BackupVaultName string
    The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.
    BackupVaultTags Dictionary<string, string>
    The tags to assign to the vault.
    Notifications Pulumi.AwsNative.Backup.Inputs.LogicallyAirGappedBackupVaultNotificationObjectType
    Returns event notifications for the specified backup vault.
    VaultState string
    The current state of the vault.
    VaultType string
    The type of vault described.
    MaxRetentionDays int
    The maximum retention period that the vault retains its recovery points.
    MinRetentionDays int

    This setting specifies the minimum retention period that the vault retains its recovery points.

    The minimum value accepted is 7 days.

    AccessPolicy interface{}

    The backup vault access policy document in JSON format.

    Search the CloudFormation User Guide for AWS::Backup::LogicallyAirGappedBackupVault for more information about the expected schema for this property.

    BackupVaultName string
    The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.
    BackupVaultTags map[string]string
    The tags to assign to the vault.
    Notifications LogicallyAirGappedBackupVaultNotificationObjectTypeArgs
    Returns event notifications for the specified backup vault.
    VaultState string
    The current state of the vault.
    VaultType string
    The type of vault described.
    maxRetentionDays Integer
    The maximum retention period that the vault retains its recovery points.
    minRetentionDays Integer

    This setting specifies the minimum retention period that the vault retains its recovery points.

    The minimum value accepted is 7 days.

    accessPolicy Object

    The backup vault access policy document in JSON format.

    Search the CloudFormation User Guide for AWS::Backup::LogicallyAirGappedBackupVault for more information about the expected schema for this property.

    backupVaultName String
    The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.
    backupVaultTags Map<String,String>
    The tags to assign to the vault.
    notifications LogicallyAirGappedBackupVaultNotificationObjectType
    Returns event notifications for the specified backup vault.
    vaultState String
    The current state of the vault.
    vaultType String
    The type of vault described.
    maxRetentionDays number
    The maximum retention period that the vault retains its recovery points.
    minRetentionDays number

    This setting specifies the minimum retention period that the vault retains its recovery points.

    The minimum value accepted is 7 days.

    accessPolicy any

    The backup vault access policy document in JSON format.

    Search the CloudFormation User Guide for AWS::Backup::LogicallyAirGappedBackupVault for more information about the expected schema for this property.

    backupVaultName string
    The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.
    backupVaultTags {[key: string]: string}
    The tags to assign to the vault.
    notifications LogicallyAirGappedBackupVaultNotificationObjectType
    Returns event notifications for the specified backup vault.
    vaultState string
    The current state of the vault.
    vaultType string
    The type of vault described.
    max_retention_days int
    The maximum retention period that the vault retains its recovery points.
    min_retention_days int

    This setting specifies the minimum retention period that the vault retains its recovery points.

    The minimum value accepted is 7 days.

    access_policy Any

    The backup vault access policy document in JSON format.

    Search the CloudFormation User Guide for AWS::Backup::LogicallyAirGappedBackupVault for more information about the expected schema for this property.

    backup_vault_name str
    The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.
    backup_vault_tags Mapping[str, str]
    The tags to assign to the vault.
    notifications LogicallyAirGappedBackupVaultNotificationObjectTypeArgs
    Returns event notifications for the specified backup vault.
    vault_state str
    The current state of the vault.
    vault_type str
    The type of vault described.
    maxRetentionDays Number
    The maximum retention period that the vault retains its recovery points.
    minRetentionDays Number

    This setting specifies the minimum retention period that the vault retains its recovery points.

    The minimum value accepted is 7 days.

    accessPolicy Any

    The backup vault access policy document in JSON format.

    Search the CloudFormation User Guide for AWS::Backup::LogicallyAirGappedBackupVault for more information about the expected schema for this property.

    backupVaultName String
    The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.
    backupVaultTags Map<String>
    The tags to assign to the vault.
    notifications Property Map
    Returns event notifications for the specified backup vault.
    vaultState String
    The current state of the vault.
    vaultType String
    The type of vault described.

    Outputs

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

    BackupVaultArn string
    EncryptionKeyArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    BackupVaultArn string
    EncryptionKeyArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    backupVaultArn String
    encryptionKeyArn String
    id String
    The provider-assigned unique ID for this managed resource.
    backupVaultArn string
    encryptionKeyArn string
    id string
    The provider-assigned unique ID for this managed resource.
    backup_vault_arn str
    encryption_key_arn str
    id str
    The provider-assigned unique ID for this managed resource.
    backupVaultArn String
    encryptionKeyArn String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    LogicallyAirGappedBackupVaultNotificationObjectType, LogicallyAirGappedBackupVaultNotificationObjectTypeArgs

    BackupVaultEvents List<string>
    An array of events that indicate the status of jobs to back up resources to the backup vault.
    SnsTopicArn string
    The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, arn:aws:sns:us-west-2:111122223333:MyVaultTopic .
    BackupVaultEvents []string
    An array of events that indicate the status of jobs to back up resources to the backup vault.
    SnsTopicArn string
    The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, arn:aws:sns:us-west-2:111122223333:MyVaultTopic .
    backupVaultEvents List<String>
    An array of events that indicate the status of jobs to back up resources to the backup vault.
    snsTopicArn String
    The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, arn:aws:sns:us-west-2:111122223333:MyVaultTopic .
    backupVaultEvents string[]
    An array of events that indicate the status of jobs to back up resources to the backup vault.
    snsTopicArn string
    The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, arn:aws:sns:us-west-2:111122223333:MyVaultTopic .
    backup_vault_events Sequence[str]
    An array of events that indicate the status of jobs to back up resources to the backup vault.
    sns_topic_arn str
    The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, arn:aws:sns:us-west-2:111122223333:MyVaultTopic .
    backupVaultEvents List<String>
    An array of events that indicate the status of jobs to back up resources to the backup vault.
    snsTopicArn String
    The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, arn:aws:sns:us-west-2:111122223333:MyVaultTopic .

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi