We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.backup.getBackupSelection
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource Type definition for AWS::Backup::BackupSelection
Using getBackupSelection
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 getBackupSelection(args: GetBackupSelectionArgs, opts?: InvokeOptions): Promise<GetBackupSelectionResult>
function getBackupSelectionOutput(args: GetBackupSelectionOutputArgs, opts?: InvokeOptions): Output<GetBackupSelectionResult>
def get_backup_selection(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupSelectionResult
def get_backup_selection_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupSelectionResult]
func LookupBackupSelection(ctx *Context, args *LookupBackupSelectionArgs, opts ...InvokeOption) (*LookupBackupSelectionResult, error)
func LookupBackupSelectionOutput(ctx *Context, args *LookupBackupSelectionOutputArgs, opts ...InvokeOption) LookupBackupSelectionResultOutput
> Note: This function is named LookupBackupSelection
in the Go SDK.
public static class GetBackupSelection
{
public static Task<GetBackupSelectionResult> InvokeAsync(GetBackupSelectionArgs args, InvokeOptions? opts = null)
public static Output<GetBackupSelectionResult> Invoke(GetBackupSelectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBackupSelectionResult> getBackupSelection(GetBackupSelectionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:backup:getBackupSelection
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Uniquely identifies the backup selection.
- Id string
- Uniquely identifies the backup selection.
- id String
- Uniquely identifies the backup selection.
- id string
- Uniquely identifies the backup selection.
- id str
- Uniquely identifies the backup selection.
- id String
- Uniquely identifies the backup selection.
getBackupSelection Result
The following output properties are available:
- Id string
- Uniquely identifies the backup selection.
- Selection
Id string - Uniquely identifies a request to assign a set of resources to a backup plan.
- Id string
- Uniquely identifies the backup selection.
- Selection
Id string - Uniquely identifies a request to assign a set of resources to a backup plan.
- id String
- Uniquely identifies the backup selection.
- selection
Id String - Uniquely identifies a request to assign a set of resources to a backup plan.
- id string
- Uniquely identifies the backup selection.
- selection
Id string - Uniquely identifies a request to assign a set of resources to a backup plan.
- id str
- Uniquely identifies the backup selection.
- selection_
id str - Uniquely identifies a request to assign a set of resources to a backup plan.
- id String
- Uniquely identifies the backup selection.
- selection
Id String - Uniquely identifies a request to assign a set of resources to a backup plan.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi