Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Blockchain.getBlockchainPlatformPatches
Explore with Pulumi AI
This data source provides the list of Blockchain Platform Patches in Oracle Cloud Infrastructure Blockchain service.
List Blockchain Platform Patches
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBlockchainPlatformPatches = oci.Blockchain.getBlockchainPlatformPatches({
    blockchainPlatformId: testBlockchainPlatform.id,
});
import pulumi
import pulumi_oci as oci
test_blockchain_platform_patches = oci.Blockchain.get_blockchain_platform_patches(blockchain_platform_id=test_blockchain_platform["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/blockchain"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := blockchain.GetBlockchainPlatformPatches(ctx, &blockchain.GetBlockchainPlatformPatchesArgs{
			BlockchainPlatformId: testBlockchainPlatform.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testBlockchainPlatformPatches = Oci.Blockchain.GetBlockchainPlatformPatches.Invoke(new()
    {
        BlockchainPlatformId = testBlockchainPlatform.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Blockchain.BlockchainFunctions;
import com.pulumi.oci.Blockchain.inputs.GetBlockchainPlatformPatchesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testBlockchainPlatformPatches = BlockchainFunctions.getBlockchainPlatformPatches(GetBlockchainPlatformPatchesArgs.builder()
            .blockchainPlatformId(testBlockchainPlatform.id())
            .build());
    }
}
variables:
  testBlockchainPlatformPatches:
    fn::invoke:
      function: oci:Blockchain:getBlockchainPlatformPatches
      arguments:
        blockchainPlatformId: ${testBlockchainPlatform.id}
Using getBlockchainPlatformPatches
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 getBlockchainPlatformPatches(args: GetBlockchainPlatformPatchesArgs, opts?: InvokeOptions): Promise<GetBlockchainPlatformPatchesResult>
function getBlockchainPlatformPatchesOutput(args: GetBlockchainPlatformPatchesOutputArgs, opts?: InvokeOptions): Output<GetBlockchainPlatformPatchesResult>def get_blockchain_platform_patches(blockchain_platform_id: Optional[str] = None,
                                    filters: Optional[Sequence[GetBlockchainPlatformPatchesFilter]] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetBlockchainPlatformPatchesResult
def get_blockchain_platform_patches_output(blockchain_platform_id: Optional[pulumi.Input[str]] = None,
                                    filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetBlockchainPlatformPatchesFilterArgs]]]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetBlockchainPlatformPatchesResult]func GetBlockchainPlatformPatches(ctx *Context, args *GetBlockchainPlatformPatchesArgs, opts ...InvokeOption) (*GetBlockchainPlatformPatchesResult, error)
func GetBlockchainPlatformPatchesOutput(ctx *Context, args *GetBlockchainPlatformPatchesOutputArgs, opts ...InvokeOption) GetBlockchainPlatformPatchesResultOutput> Note: This function is named GetBlockchainPlatformPatches in the Go SDK.
public static class GetBlockchainPlatformPatches 
{
    public static Task<GetBlockchainPlatformPatchesResult> InvokeAsync(GetBlockchainPlatformPatchesArgs args, InvokeOptions? opts = null)
    public static Output<GetBlockchainPlatformPatchesResult> Invoke(GetBlockchainPlatformPatchesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBlockchainPlatformPatchesResult> getBlockchainPlatformPatches(GetBlockchainPlatformPatchesArgs args, InvokeOptions options)
public static Output<GetBlockchainPlatformPatchesResult> getBlockchainPlatformPatches(GetBlockchainPlatformPatchesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Blockchain/getBlockchainPlatformPatches:getBlockchainPlatformPatches
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BlockchainPlatform stringId 
- Unique service identifier.
- Filters
List<GetBlockchain Platform Patches Filter> 
- BlockchainPlatform stringId 
- Unique service identifier.
- Filters
[]GetBlockchain Platform Patches Filter 
- blockchainPlatform StringId 
- Unique service identifier.
- filters
List<GetPlatform Patches Filter> 
- blockchainPlatform stringId 
- Unique service identifier.
- filters
GetBlockchain Platform Patches Filter[] 
- blockchain_platform_ strid 
- Unique service identifier.
- filters
Sequence[GetBlockchain Platform Patches Filter] 
- blockchainPlatform StringId 
- Unique service identifier.
- filters List<Property Map>
getBlockchainPlatformPatches Result
The following output properties are available:
- BlockchainPlatform stringId 
- BlockchainPlatform List<GetPatch Collections Blockchain Platform Patches Blockchain Platform Patch Collection> 
- The list of blockchain_platform_patch_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
List<GetBlockchain Platform Patches Filter> 
- BlockchainPlatform stringId 
- BlockchainPlatform []GetPatch Collections Blockchain Platform Patches Blockchain Platform Patch Collection 
- The list of blockchain_platform_patch_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
[]GetBlockchain Platform Patches Filter 
- blockchainPlatform StringId 
- blockchainPlatform List<GetPatch Collections Platform Patches Platform Patch Collection> 
- The list of blockchain_platform_patch_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- filters
List<GetPlatform Patches Filter> 
- blockchainPlatform stringId 
- blockchainPlatform GetPatch Collections Blockchain Platform Patches Blockchain Platform Patch Collection[] 
- The list of blockchain_platform_patch_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- filters
GetBlockchain Platform Patches Filter[] 
- blockchain_platform_ strid 
- blockchain_platform_ Sequence[Getpatch_ collections Blockchain Platform Patches Blockchain Platform Patch Collection] 
- The list of blockchain_platform_patch_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- filters
Sequence[GetBlockchain Platform Patches Filter] 
- blockchainPlatform StringId 
- blockchainPlatform List<Property Map>Patch Collections 
- The list of blockchain_platform_patch_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- filters List<Property Map>
Supporting Types
GetBlockchainPlatformPatchesBlockchainPlatformPatchCollection       
- Items
List<GetBlockchain Platform Patches Blockchain Platform Patch Collection Item> 
- Collection of PatchSummary
- Items
[]GetBlockchain Platform Patches Blockchain Platform Patch Collection Item 
- Collection of PatchSummary
- items
List<GetPlatform Patches Platform Patch Collection Item> 
- Collection of PatchSummary
- items
GetBlockchain Platform Patches Blockchain Platform Patch Collection Item[] 
- Collection of PatchSummary
- items
Sequence[GetBlockchain Platform Patches Blockchain Platform Patch Collection Item] 
- Collection of PatchSummary
- items List<Property Map>
- Collection of PatchSummary
GetBlockchainPlatformPatchesBlockchainPlatformPatchCollectionItem        
- Items
List<GetBlockchain Platform Patches Blockchain Platform Patch Collection Item Item> 
- Collection of PatchSummary
- Items
[]GetBlockchain Platform Patches Blockchain Platform Patch Collection Item Item 
- Collection of PatchSummary
- items
List<GetPlatform Patches Platform Patch Collection Item Item> 
- Collection of PatchSummary
- items
GetBlockchain Platform Patches Blockchain Platform Patch Collection Item Item[] 
- Collection of PatchSummary
- items
Sequence[GetBlockchain Platform Patches Blockchain Platform Patch Collection Item Item] 
- Collection of PatchSummary
- items List<Property Map>
- Collection of PatchSummary
GetBlockchainPlatformPatchesBlockchainPlatformPatchCollectionItemItem         
- Id string
- patch id
- PatchInfo stringUrl 
- A URL for the patch specific documentation
- ServiceVersion string
- patch service version
- TimePatch stringDue 
- patch due date for customer initiated patching
- Id string
- patch id
- PatchInfo stringUrl 
- A URL for the patch specific documentation
- ServiceVersion string
- patch service version
- TimePatch stringDue 
- patch due date for customer initiated patching
- id String
- patch id
- patchInfo StringUrl 
- A URL for the patch specific documentation
- serviceVersion String
- patch service version
- timePatch StringDue 
- patch due date for customer initiated patching
- id string
- patch id
- patchInfo stringUrl 
- A URL for the patch specific documentation
- serviceVersion string
- patch service version
- timePatch stringDue 
- patch due date for customer initiated patching
- id str
- patch id
- patch_info_ strurl 
- A URL for the patch specific documentation
- service_version str
- patch service version
- time_patch_ strdue 
- patch due date for customer initiated patching
- id String
- patch id
- patchInfo StringUrl 
- A URL for the patch specific documentation
- serviceVersion String
- patch service version
- timePatch StringDue 
- patch due date for customer initiated patching
GetBlockchainPlatformPatchesFilter    
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.