Google Cloud v9.3.0 published on Tuesday, Oct 7, 2025 by Pulumi
gcp.backupdisasterrecovery.getBackupPlanAssociations
Example Usage
Using getBackupPlanAssociations
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 getBackupPlanAssociations(args: GetBackupPlanAssociationsArgs, opts?: InvokeOptions): Promise<GetBackupPlanAssociationsResult>
function getBackupPlanAssociationsOutput(args: GetBackupPlanAssociationsOutputArgs, opts?: InvokeOptions): Output<GetBackupPlanAssociationsResult>def get_backup_plan_associations(location: Optional[str] = None,
project: Optional[str] = None,
resource_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupPlanAssociationsResult
def get_backup_plan_associations_output(location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
resource_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupPlanAssociationsResult]func GetBackupPlanAssociations(ctx *Context, args *GetBackupPlanAssociationsArgs, opts ...InvokeOption) (*GetBackupPlanAssociationsResult, error)
func GetBackupPlanAssociationsOutput(ctx *Context, args *GetBackupPlanAssociationsOutputArgs, opts ...InvokeOption) GetBackupPlanAssociationsResultOutput> Note: This function is named GetBackupPlanAssociations in the Go SDK.
public static class GetBackupPlanAssociations
{
public static Task<GetBackupPlanAssociationsResult> InvokeAsync(GetBackupPlanAssociationsArgs args, InvokeOptions? opts = null)
public static Output<GetBackupPlanAssociationsResult> Invoke(GetBackupPlanAssociationsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBackupPlanAssociationsResult> getBackupPlanAssociations(GetBackupPlanAssociationsArgs args, InvokeOptions options)
public static Output<GetBackupPlanAssociationsResult> getBackupPlanAssociations(GetBackupPlanAssociationsArgs args, InvokeOptions options)
fn::invoke:
function: gcp:backupdisasterrecovery/getBackupPlanAssociations:getBackupPlanAssociations
arguments:
# arguments dictionaryThe following arguments are supported:
- Location string
- Resource
Type string - Project string
- Location string
- Resource
Type string - Project string
- location String
- resource
Type String - project String
- location string
- resource
Type string - project string
- location str
- resource_
type str - project str
- location String
- resource
Type String - project String
getBackupPlanAssociations Result
The following output properties are available:
- Associations
List<Get
Backup Plan Associations Association> - Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- Resource
Type string
- Associations
[]Get
Backup Plan Associations Association - Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- Resource
Type string
- associations
List<Get
Backup Plan Associations Association> - id String
- The provider-assigned unique ID for this managed resource.
- location String
- project String
- resource
Type String
- associations
Get
Backup Plan Associations Association[] - id string
- The provider-assigned unique ID for this managed resource.
- location string
- project string
- resource
Type string
- associations
Sequence[Get
Backup Plan Associations Association] - id str
- The provider-assigned unique ID for this managed resource.
- location str
- project str
- resource_
type str
- associations List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- project String
- resource
Type String
Supporting Types
GetBackupPlanAssociationsAssociation
- Backup
Plan string - Create
Time string - Name string
- Resource string
- Backup
Plan string - Create
Time string - Name string
- Resource string
- backup
Plan String - create
Time String - name String
- resource String
- backup
Plan string - create
Time string - name string
- resource string
- backup_
plan str - create_
time str - name str
- resource str
- backup
Plan String - create
Time String - name String
- resource String
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.
