Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
Resource-pool datasource schema. Must have a region specified in the provider configuration.
This datasource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide for how to opt-in to use beta resources.
Example Usage
data "stackit_sfs_resource_pool_snapshot" "example" {
project_id = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
resource_pool_id = "YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY"
}
Using getSfsResourcePoolSnapshot
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 getSfsResourcePoolSnapshot(args: GetSfsResourcePoolSnapshotArgs, opts?: InvokeOptions): Promise<GetSfsResourcePoolSnapshotResult>
function getSfsResourcePoolSnapshotOutput(args: GetSfsResourcePoolSnapshotOutputArgs, opts?: InvokeOptions): Output<GetSfsResourcePoolSnapshotResult>def get_sfs_resource_pool_snapshot(project_id: Optional[str] = None,
region: Optional[str] = None,
resource_pool_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSfsResourcePoolSnapshotResult
def get_sfs_resource_pool_snapshot_output(project_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
resource_pool_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSfsResourcePoolSnapshotResult]func GetSfsResourcePoolSnapshot(ctx *Context, args *GetSfsResourcePoolSnapshotArgs, opts ...InvokeOption) (*GetSfsResourcePoolSnapshotResult, error)
func GetSfsResourcePoolSnapshotOutput(ctx *Context, args *GetSfsResourcePoolSnapshotOutputArgs, opts ...InvokeOption) GetSfsResourcePoolSnapshotResultOutput> Note: This function is named GetSfsResourcePoolSnapshot in the Go SDK.
public static class GetSfsResourcePoolSnapshot
{
public static Task<GetSfsResourcePoolSnapshotResult> InvokeAsync(GetSfsResourcePoolSnapshotArgs args, InvokeOptions? opts = null)
public static Output<GetSfsResourcePoolSnapshotResult> Invoke(GetSfsResourcePoolSnapshotInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSfsResourcePoolSnapshotResult> getSfsResourcePoolSnapshot(GetSfsResourcePoolSnapshotArgs args, InvokeOptions options)
public static Output<GetSfsResourcePoolSnapshotResult> getSfsResourcePoolSnapshot(GetSfsResourcePoolSnapshotArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getSfsResourcePoolSnapshot:getSfsResourcePoolSnapshot
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - STACKIT project ID to which the resource pool snapshot is associated.
- Resource
Pool stringId - Resource pool ID
- Region string
- The resource region. Read-only attribute that reflects the provider region.
- Project
Id string - STACKIT project ID to which the resource pool snapshot is associated.
- Resource
Pool stringId - Resource pool ID
- Region string
- The resource region. Read-only attribute that reflects the provider region.
- project
Id String - STACKIT project ID to which the resource pool snapshot is associated.
- resource
Pool StringId - Resource pool ID
- region String
- The resource region. Read-only attribute that reflects the provider region.
- project
Id string - STACKIT project ID to which the resource pool snapshot is associated.
- resource
Pool stringId - Resource pool ID
- region string
- The resource region. Read-only attribute that reflects the provider region.
- project_
id str - STACKIT project ID to which the resource pool snapshot is associated.
- resource_
pool_ strid - Resource pool ID
- region str
- The resource region. Read-only attribute that reflects the provider region.
- project
Id String - STACKIT project ID to which the resource pool snapshot is associated.
- resource
Pool StringId - Resource pool ID
- region String
- The resource region. Read-only attribute that reflects the provider region.
getSfsResourcePoolSnapshot Result
The following output properties are available:
- Id string
- Project
Id string - STACKIT project ID to which the resource pool snapshot is associated.
- Resource
Pool stringId - Resource pool ID
- Snapshots
List<Get
Sfs Resource Pool Snapshot Snapshot> - Resource-pool datasource schema. Must have a
regionspecified in the provider configuration. - Region string
- The resource region. Read-only attribute that reflects the provider region.
- Id string
- Project
Id string - STACKIT project ID to which the resource pool snapshot is associated.
- Resource
Pool stringId - Resource pool ID
- Snapshots
[]Get
Sfs Resource Pool Snapshot Snapshot - Resource-pool datasource schema. Must have a
regionspecified in the provider configuration. - Region string
- The resource region. Read-only attribute that reflects the provider region.
- id String
- project
Id String - STACKIT project ID to which the resource pool snapshot is associated.
- resource
Pool StringId - Resource pool ID
- snapshots
List<Get
Sfs Resource Pool Snapshot Snapshot> - Resource-pool datasource schema. Must have a
regionspecified in the provider configuration. - region String
- The resource region. Read-only attribute that reflects the provider region.
- id string
- project
Id string - STACKIT project ID to which the resource pool snapshot is associated.
- resource
Pool stringId - Resource pool ID
- snapshots
Get
Sfs Resource Pool Snapshot Snapshot[] - Resource-pool datasource schema. Must have a
regionspecified in the provider configuration. - region string
- The resource region. Read-only attribute that reflects the provider region.
- id str
- project_
id str - STACKIT project ID to which the resource pool snapshot is associated.
- resource_
pool_ strid - Resource pool ID
- snapshots
Sequence[Get
Sfs Resource Pool Snapshot Snapshot] - Resource-pool datasource schema. Must have a
regionspecified in the provider configuration. - region str
- The resource region. Read-only attribute that reflects the provider region.
- id String
- project
Id String - STACKIT project ID to which the resource pool snapshot is associated.
- resource
Pool StringId - Resource pool ID
- snapshots List<Property Map>
- Resource-pool datasource schema. Must have a
regionspecified in the provider configuration. - region String
- The resource region. Read-only attribute that reflects the provider region.
Supporting Types
GetSfsResourcePoolSnapshotSnapshot
- Comment string
- (optional) A comment to add more information about a snapshot
- Created
At string - creation date of the snapshot
- Logical
Size intGigabytes - Represents the user-visible data size at the time of the snapshot (e.g. what’s in the snapshot)
- Resource
Pool stringId - ID of the Resource Pool of the Snapshot
- Size
Gigabytes int - Reflects the actual storage footprint in the backend at snapshot time (e.g. how much storage from the Resource Pool does it use)
- Snapshot
Name string - Name of the Resource Pool Snapshot
- Comment string
- (optional) A comment to add more information about a snapshot
- Created
At string - creation date of the snapshot
- Logical
Size intGigabytes - Represents the user-visible data size at the time of the snapshot (e.g. what’s in the snapshot)
- Resource
Pool stringId - ID of the Resource Pool of the Snapshot
- Size
Gigabytes int - Reflects the actual storage footprint in the backend at snapshot time (e.g. how much storage from the Resource Pool does it use)
- Snapshot
Name string - Name of the Resource Pool Snapshot
- comment String
- (optional) A comment to add more information about a snapshot
- created
At String - creation date of the snapshot
- logical
Size IntegerGigabytes - Represents the user-visible data size at the time of the snapshot (e.g. what’s in the snapshot)
- resource
Pool StringId - ID of the Resource Pool of the Snapshot
- size
Gigabytes Integer - Reflects the actual storage footprint in the backend at snapshot time (e.g. how much storage from the Resource Pool does it use)
- snapshot
Name String - Name of the Resource Pool Snapshot
- comment string
- (optional) A comment to add more information about a snapshot
- created
At string - creation date of the snapshot
- logical
Size numberGigabytes - Represents the user-visible data size at the time of the snapshot (e.g. what’s in the snapshot)
- resource
Pool stringId - ID of the Resource Pool of the Snapshot
- size
Gigabytes number - Reflects the actual storage footprint in the backend at snapshot time (e.g. how much storage from the Resource Pool does it use)
- snapshot
Name string - Name of the Resource Pool Snapshot
- comment str
- (optional) A comment to add more information about a snapshot
- created_
at str - creation date of the snapshot
- logical_
size_ intgigabytes - Represents the user-visible data size at the time of the snapshot (e.g. what’s in the snapshot)
- resource_
pool_ strid - ID of the Resource Pool of the Snapshot
- size_
gigabytes int - Reflects the actual storage footprint in the backend at snapshot time (e.g. how much storage from the Resource Pool does it use)
- snapshot_
name str - Name of the Resource Pool Snapshot
- comment String
- (optional) A comment to add more information about a snapshot
- created
At String - creation date of the snapshot
- logical
Size NumberGigabytes - Represents the user-visible data size at the time of the snapshot (e.g. what’s in the snapshot)
- resource
Pool StringId - ID of the Resource Pool of the Snapshot
- size
Gigabytes Number - Reflects the actual storage footprint in the backend at snapshot time (e.g. how much storage from the Resource Pool does it use)
- snapshot
Name String - Name of the Resource Pool Snapshot
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
