1. Packages
  2. AWS Native
  3. API Docs
  4. backup
  5. getBackupVault

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.backup.getBackupVault

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Type definition for AWS::Backup::BackupVault

    Using getBackupVault

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getBackupVault(args: GetBackupVaultArgs, opts?: InvokeOptions): Promise<GetBackupVaultResult>
    function getBackupVaultOutput(args: GetBackupVaultOutputArgs, opts?: InvokeOptions): Output<GetBackupVaultResult>
    def get_backup_vault(backup_vault_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetBackupVaultResult
    def get_backup_vault_output(backup_vault_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetBackupVaultResult]
    func LookupBackupVault(ctx *Context, args *LookupBackupVaultArgs, opts ...InvokeOption) (*LookupBackupVaultResult, error)
    func LookupBackupVaultOutput(ctx *Context, args *LookupBackupVaultOutputArgs, opts ...InvokeOption) LookupBackupVaultResultOutput

    > Note: This function is named LookupBackupVault in the Go SDK.

    public static class GetBackupVault 
    {
        public static Task<GetBackupVaultResult> InvokeAsync(GetBackupVaultArgs args, InvokeOptions? opts = null)
        public static Output<GetBackupVaultResult> Invoke(GetBackupVaultInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBackupVaultResult> getBackupVault(GetBackupVaultArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:backup:getBackupVault
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getBackupVault Result

    The following output properties are available:

    AccessPolicy interface{}
    Search the CloudFormation User Guide for AWS::Backup::BackupVault for more information about the expected schema for this property.
    BackupVaultArn string
    BackupVaultTags map[string]string
    LockConfiguration BackupVaultLockConfigurationType
    Notifications BackupVaultNotificationObjectType
    accessPolicy Object
    Search the CloudFormation User Guide for AWS::Backup::BackupVault for more information about the expected schema for this property.
    backupVaultArn String
    backupVaultTags Map<String,String>
    lockConfiguration BackupVaultLockConfigurationType
    notifications BackupVaultNotificationObjectType
    accessPolicy any
    Search the CloudFormation User Guide for AWS::Backup::BackupVault for more information about the expected schema for this property.
    backupVaultArn string
    backupVaultTags {[key: string]: string}
    lockConfiguration BackupVaultLockConfigurationType
    notifications BackupVaultNotificationObjectType
    access_policy Any
    Search the CloudFormation User Guide for AWS::Backup::BackupVault for more information about the expected schema for this property.
    backup_vault_arn str
    backup_vault_tags Mapping[str, str]
    lock_configuration BackupVaultLockConfigurationType
    notifications BackupVaultNotificationObjectType
    accessPolicy Any
    Search the CloudFormation User Guide for AWS::Backup::BackupVault for more information about the expected schema for this property.
    backupVaultArn String
    backupVaultTags Map<String>
    lockConfiguration Property Map
    notifications Property Map

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi