AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi
aws-native.backup.getBackupSelection
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 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
- Id string
- id String
- id string
- id str
- id String
getBackupSelection Result
The following output properties are available:
- Id string
- Selection
Id string
- Id string
- Selection
Id string
- id String
- selection
Id String
- id string
- selection
Id string
- id str
- selection_
id str
- id String
- selection
Id String
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi