1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetAppsManagement
  5. PlatformConfiguration
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

oci.FleetAppsManagement.PlatformConfiguration

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

    This resource provides the Platform Configuration resource in Oracle Cloud Infrastructure Fleet Apps Management service.

    Creates a new PlatformConfiguration.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testPlatformConfiguration = new oci.fleetappsmanagement.PlatformConfiguration("test_platform_configuration", {
        compartmentId: compartmentId,
        configCategoryDetails: {
            configCategory: platformConfigurationConfigCategoryDetailsConfigCategory,
            compatibleProducts: [{
                displayName: platformConfigurationConfigCategoryDetailsCompatibleProductsDisplayName,
                id: platformConfigurationConfigCategoryDetailsCompatibleProductsId,
            }],
            components: platformConfigurationConfigCategoryDetailsComponents,
            credentials: [{
                displayName: platformConfigurationConfigCategoryDetailsCredentialsDisplayName,
                id: platformConfigurationConfigCategoryDetailsCredentialsId,
            }],
            patchTypes: [{
                displayName: platformConfigurationConfigCategoryDetailsPatchTypesDisplayName,
                id: platformConfigurationConfigCategoryDetailsPatchTypesId,
            }],
            products: [{
                displayName: platformConfigurationConfigCategoryDetailsProductsDisplayName,
                id: platformConfigurationConfigCategoryDetailsProductsId,
            }],
            subCategoryDetails: {
                subCategory: platformConfigurationConfigCategoryDetailsSubCategoryDetailsSubCategory,
                components: platformConfigurationConfigCategoryDetailsSubCategoryDetailsComponents,
                credentials: [{
                    displayName: platformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialsDisplayName,
                    id: platformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialsId,
                }],
                patchTypes: [{
                    displayName: platformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypesDisplayName,
                    id: platformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypesId,
                }],
                versions: platformConfigurationConfigCategoryDetailsSubCategoryDetailsVersions,
            },
            versions: platformConfigurationConfigCategoryDetailsVersions,
        },
        description: platformConfigurationDescription,
        displayName: platformConfigurationDisplayName,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_platform_configuration = oci.fleet_apps_management.PlatformConfiguration("test_platform_configuration",
        compartment_id=compartment_id,
        config_category_details={
            "config_category": platform_configuration_config_category_details_config_category,
            "compatible_products": [{
                "display_name": platform_configuration_config_category_details_compatible_products_display_name,
                "id": platform_configuration_config_category_details_compatible_products_id,
            }],
            "components": platform_configuration_config_category_details_components,
            "credentials": [{
                "display_name": platform_configuration_config_category_details_credentials_display_name,
                "id": platform_configuration_config_category_details_credentials_id,
            }],
            "patch_types": [{
                "display_name": platform_configuration_config_category_details_patch_types_display_name,
                "id": platform_configuration_config_category_details_patch_types_id,
            }],
            "products": [{
                "display_name": platform_configuration_config_category_details_products_display_name,
                "id": platform_configuration_config_category_details_products_id,
            }],
            "sub_category_details": {
                "sub_category": platform_configuration_config_category_details_sub_category_details_sub_category,
                "components": platform_configuration_config_category_details_sub_category_details_components,
                "credentials": [{
                    "display_name": platform_configuration_config_category_details_sub_category_details_credentials_display_name,
                    "id": platform_configuration_config_category_details_sub_category_details_credentials_id,
                }],
                "patch_types": [{
                    "display_name": platform_configuration_config_category_details_sub_category_details_patch_types_display_name,
                    "id": platform_configuration_config_category_details_sub_category_details_patch_types_id,
                }],
                "versions": platform_configuration_config_category_details_sub_category_details_versions,
            },
            "versions": platform_configuration_config_category_details_versions,
        },
        description=platform_configuration_description,
        display_name=platform_configuration_display_name)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/fleetappsmanagement"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fleetappsmanagement.NewPlatformConfiguration(ctx, "test_platform_configuration", &fleetappsmanagement.PlatformConfigurationArgs{
    			CompartmentId: pulumi.Any(compartmentId),
    			ConfigCategoryDetails: &fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsArgs{
    				ConfigCategory: pulumi.Any(platformConfigurationConfigCategoryDetailsConfigCategory),
    				CompatibleProducts: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsCompatibleProductArray{
    					&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsCompatibleProductArgs{
    						DisplayName: pulumi.Any(platformConfigurationConfigCategoryDetailsCompatibleProductsDisplayName),
    						Id:          pulumi.Any(platformConfigurationConfigCategoryDetailsCompatibleProductsId),
    					},
    				},
    				Components: pulumi.Any(platformConfigurationConfigCategoryDetailsComponents),
    				Credentials: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsCredentialArray{
    					&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsCredentialArgs{
    						DisplayName: pulumi.Any(platformConfigurationConfigCategoryDetailsCredentialsDisplayName),
    						Id:          pulumi.Any(platformConfigurationConfigCategoryDetailsCredentialsId),
    					},
    				},
    				PatchTypes: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsPatchTypeArray{
    					&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsPatchTypeArgs{
    						DisplayName: pulumi.Any(platformConfigurationConfigCategoryDetailsPatchTypesDisplayName),
    						Id:          pulumi.Any(platformConfigurationConfigCategoryDetailsPatchTypesId),
    					},
    				},
    				Products: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsProductArray{
    					&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsProductArgs{
    						DisplayName: pulumi.Any(platformConfigurationConfigCategoryDetailsProductsDisplayName),
    						Id:          pulumi.Any(platformConfigurationConfigCategoryDetailsProductsId),
    					},
    				},
    				SubCategoryDetails: &fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsArgs{
    					SubCategory: pulumi.Any(platformConfigurationConfigCategoryDetailsSubCategoryDetailsSubCategory),
    					Components:  pulumi.Any(platformConfigurationConfigCategoryDetailsSubCategoryDetailsComponents),
    					Credentials: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialArray{
    						&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialArgs{
    							DisplayName: pulumi.Any(platformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialsDisplayName),
    							Id:          pulumi.Any(platformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialsId),
    						},
    					},
    					PatchTypes: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypeArray{
    						&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypeArgs{
    							DisplayName: pulumi.Any(platformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypesDisplayName),
    							Id:          pulumi.Any(platformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypesId),
    						},
    					},
    					Versions: pulumi.Any(platformConfigurationConfigCategoryDetailsSubCategoryDetailsVersions),
    				},
    				Versions: pulumi.Any(platformConfigurationConfigCategoryDetailsVersions),
    			},
    			Description: pulumi.Any(platformConfigurationDescription),
    			DisplayName: pulumi.Any(platformConfigurationDisplayName),
    		})
    		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 testPlatformConfiguration = new Oci.FleetAppsManagement.PlatformConfiguration("test_platform_configuration", new()
        {
            CompartmentId = compartmentId,
            ConfigCategoryDetails = new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsArgs
            {
                ConfigCategory = platformConfigurationConfigCategoryDetailsConfigCategory,
                CompatibleProducts = new[]
                {
                    new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsCompatibleProductArgs
                    {
                        DisplayName = platformConfigurationConfigCategoryDetailsCompatibleProductsDisplayName,
                        Id = platformConfigurationConfigCategoryDetailsCompatibleProductsId,
                    },
                },
                Components = platformConfigurationConfigCategoryDetailsComponents,
                Credentials = new[]
                {
                    new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsCredentialArgs
                    {
                        DisplayName = platformConfigurationConfigCategoryDetailsCredentialsDisplayName,
                        Id = platformConfigurationConfigCategoryDetailsCredentialsId,
                    },
                },
                PatchTypes = new[]
                {
                    new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsPatchTypeArgs
                    {
                        DisplayName = platformConfigurationConfigCategoryDetailsPatchTypesDisplayName,
                        Id = platformConfigurationConfigCategoryDetailsPatchTypesId,
                    },
                },
                Products = new[]
                {
                    new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsProductArgs
                    {
                        DisplayName = platformConfigurationConfigCategoryDetailsProductsDisplayName,
                        Id = platformConfigurationConfigCategoryDetailsProductsId,
                    },
                },
                SubCategoryDetails = new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsArgs
                {
                    SubCategory = platformConfigurationConfigCategoryDetailsSubCategoryDetailsSubCategory,
                    Components = platformConfigurationConfigCategoryDetailsSubCategoryDetailsComponents,
                    Credentials = new[]
                    {
                        new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialArgs
                        {
                            DisplayName = platformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialsDisplayName,
                            Id = platformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialsId,
                        },
                    },
                    PatchTypes = new[]
                    {
                        new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypeArgs
                        {
                            DisplayName = platformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypesDisplayName,
                            Id = platformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypesId,
                        },
                    },
                    Versions = platformConfigurationConfigCategoryDetailsSubCategoryDetailsVersions,
                },
                Versions = platformConfigurationConfigCategoryDetailsVersions,
            },
            Description = platformConfigurationDescription,
            DisplayName = platformConfigurationDisplayName,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.FleetAppsManagement.PlatformConfiguration;
    import com.pulumi.oci.FleetAppsManagement.PlatformConfigurationArgs;
    import com.pulumi.oci.FleetAppsManagement.inputs.PlatformConfigurationConfigCategoryDetailsArgs;
    import com.pulumi.oci.FleetAppsManagement.inputs.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsArgs;
    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) {
            var testPlatformConfiguration = new PlatformConfiguration("testPlatformConfiguration", PlatformConfigurationArgs.builder()
                .compartmentId(compartmentId)
                .configCategoryDetails(PlatformConfigurationConfigCategoryDetailsArgs.builder()
                    .configCategory(platformConfigurationConfigCategoryDetailsConfigCategory)
                    .compatibleProducts(PlatformConfigurationConfigCategoryDetailsCompatibleProductArgs.builder()
                        .displayName(platformConfigurationConfigCategoryDetailsCompatibleProductsDisplayName)
                        .id(platformConfigurationConfigCategoryDetailsCompatibleProductsId)
                        .build())
                    .components(platformConfigurationConfigCategoryDetailsComponents)
                    .credentials(PlatformConfigurationConfigCategoryDetailsCredentialArgs.builder()
                        .displayName(platformConfigurationConfigCategoryDetailsCredentialsDisplayName)
                        .id(platformConfigurationConfigCategoryDetailsCredentialsId)
                        .build())
                    .patchTypes(PlatformConfigurationConfigCategoryDetailsPatchTypeArgs.builder()
                        .displayName(platformConfigurationConfigCategoryDetailsPatchTypesDisplayName)
                        .id(platformConfigurationConfigCategoryDetailsPatchTypesId)
                        .build())
                    .products(PlatformConfigurationConfigCategoryDetailsProductArgs.builder()
                        .displayName(platformConfigurationConfigCategoryDetailsProductsDisplayName)
                        .id(platformConfigurationConfigCategoryDetailsProductsId)
                        .build())
                    .subCategoryDetails(PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsArgs.builder()
                        .subCategory(platformConfigurationConfigCategoryDetailsSubCategoryDetailsSubCategory)
                        .components(platformConfigurationConfigCategoryDetailsSubCategoryDetailsComponents)
                        .credentials(PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialArgs.builder()
                            .displayName(platformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialsDisplayName)
                            .id(platformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialsId)
                            .build())
                        .patchTypes(PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypeArgs.builder()
                            .displayName(platformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypesDisplayName)
                            .id(platformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypesId)
                            .build())
                        .versions(platformConfigurationConfigCategoryDetailsSubCategoryDetailsVersions)
                        .build())
                    .versions(platformConfigurationConfigCategoryDetailsVersions)
                    .build())
                .description(platformConfigurationDescription)
                .displayName(platformConfigurationDisplayName)
                .build());
    
        }
    }
    
    resources:
      testPlatformConfiguration:
        type: oci:FleetAppsManagement:PlatformConfiguration
        name: test_platform_configuration
        properties:
          compartmentId: ${compartmentId}
          configCategoryDetails:
            configCategory: ${platformConfigurationConfigCategoryDetailsConfigCategory}
            compatibleProducts:
              - displayName: ${platformConfigurationConfigCategoryDetailsCompatibleProductsDisplayName}
                id: ${platformConfigurationConfigCategoryDetailsCompatibleProductsId}
            components: ${platformConfigurationConfigCategoryDetailsComponents}
            credentials:
              - displayName: ${platformConfigurationConfigCategoryDetailsCredentialsDisplayName}
                id: ${platformConfigurationConfigCategoryDetailsCredentialsId}
            patchTypes:
              - displayName: ${platformConfigurationConfigCategoryDetailsPatchTypesDisplayName}
                id: ${platformConfigurationConfigCategoryDetailsPatchTypesId}
            products:
              - displayName: ${platformConfigurationConfigCategoryDetailsProductsDisplayName}
                id: ${platformConfigurationConfigCategoryDetailsProductsId}
            subCategoryDetails:
              subCategory: ${platformConfigurationConfigCategoryDetailsSubCategoryDetailsSubCategory}
              components: ${platformConfigurationConfigCategoryDetailsSubCategoryDetailsComponents}
              credentials:
                - displayName: ${platformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialsDisplayName}
                  id: ${platformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialsId}
              patchTypes:
                - displayName: ${platformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypesDisplayName}
                  id: ${platformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypesId}
              versions: ${platformConfigurationConfigCategoryDetailsSubCategoryDetailsVersions}
            versions: ${platformConfigurationConfigCategoryDetailsVersions}
          description: ${platformConfigurationDescription}
          displayName: ${platformConfigurationDisplayName}
    

    Create PlatformConfiguration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PlatformConfiguration(name: string, args: PlatformConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def PlatformConfiguration(resource_name: str,
                              args: PlatformConfigurationArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def PlatformConfiguration(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              compartment_id: Optional[str] = None,
                              config_category_details: Optional[_fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsArgs] = None,
                              description: Optional[str] = None,
                              display_name: Optional[str] = None)
    func NewPlatformConfiguration(ctx *Context, name string, args PlatformConfigurationArgs, opts ...ResourceOption) (*PlatformConfiguration, error)
    public PlatformConfiguration(string name, PlatformConfigurationArgs args, CustomResourceOptions? opts = null)
    public PlatformConfiguration(String name, PlatformConfigurationArgs args)
    public PlatformConfiguration(String name, PlatformConfigurationArgs args, CustomResourceOptions options)
    
    type: oci:FleetAppsManagement:PlatformConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args PlatformConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PlatformConfigurationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PlatformConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PlatformConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PlatformConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var platformConfigurationResource = new Oci.FleetAppsManagement.PlatformConfiguration("platformConfigurationResource", new()
    {
        CompartmentId = "string",
        ConfigCategoryDetails = new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsArgs
        {
            ConfigCategory = "string",
            CompatibleProducts = new[]
            {
                new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsCompatibleProductArgs
                {
                    DisplayName = "string",
                    Id = "string",
                },
            },
            Components = new[]
            {
                "string",
            },
            Credentials = new[]
            {
                new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsCredentialArgs
                {
                    DisplayName = "string",
                    Id = "string",
                },
            },
            PatchTypes = new[]
            {
                new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsPatchTypeArgs
                {
                    DisplayName = "string",
                    Id = "string",
                },
            },
            Products = new[]
            {
                new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsProductArgs
                {
                    DisplayName = "string",
                    Id = "string",
                },
            },
            SubCategoryDetails = new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsArgs
            {
                SubCategory = "string",
                Components = new[]
                {
                    "string",
                },
                Credentials = new[]
                {
                    new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialArgs
                    {
                        DisplayName = "string",
                        Id = "string",
                    },
                },
                PatchTypes = new[]
                {
                    new Oci.FleetAppsManagement.Inputs.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypeArgs
                    {
                        DisplayName = "string",
                        Id = "string",
                    },
                },
                Versions = new[]
                {
                    "string",
                },
            },
            Versions = new[]
            {
                "string",
            },
        },
        Description = "string",
        DisplayName = "string",
    });
    
    example, err := FleetAppsManagement.NewPlatformConfiguration(ctx, "platformConfigurationResource", &FleetAppsManagement.PlatformConfigurationArgs{
    	CompartmentId: pulumi.String("string"),
    	ConfigCategoryDetails: &fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsArgs{
    		ConfigCategory: pulumi.String("string"),
    		CompatibleProducts: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsCompatibleProductArray{
    			&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsCompatibleProductArgs{
    				DisplayName: pulumi.String("string"),
    				Id:          pulumi.String("string"),
    			},
    		},
    		Components: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		Credentials: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsCredentialArray{
    			&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsCredentialArgs{
    				DisplayName: pulumi.String("string"),
    				Id:          pulumi.String("string"),
    			},
    		},
    		PatchTypes: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsPatchTypeArray{
    			&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsPatchTypeArgs{
    				DisplayName: pulumi.String("string"),
    				Id:          pulumi.String("string"),
    			},
    		},
    		Products: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsProductArray{
    			&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsProductArgs{
    				DisplayName: pulumi.String("string"),
    				Id:          pulumi.String("string"),
    			},
    		},
    		SubCategoryDetails: &fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsArgs{
    			SubCategory: pulumi.String("string"),
    			Components: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			Credentials: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialArray{
    				&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialArgs{
    					DisplayName: pulumi.String("string"),
    					Id:          pulumi.String("string"),
    				},
    			},
    			PatchTypes: fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypeArray{
    				&fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypeArgs{
    					DisplayName: pulumi.String("string"),
    					Id:          pulumi.String("string"),
    				},
    			},
    			Versions: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    		Versions: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    	},
    	Description: pulumi.String("string"),
    	DisplayName: pulumi.String("string"),
    })
    
    var platformConfigurationResource = new PlatformConfiguration("platformConfigurationResource", PlatformConfigurationArgs.builder()
        .compartmentId("string")
        .configCategoryDetails(PlatformConfigurationConfigCategoryDetailsArgs.builder()
            .configCategory("string")
            .compatibleProducts(PlatformConfigurationConfigCategoryDetailsCompatibleProductArgs.builder()
                .displayName("string")
                .id("string")
                .build())
            .components("string")
            .credentials(PlatformConfigurationConfigCategoryDetailsCredentialArgs.builder()
                .displayName("string")
                .id("string")
                .build())
            .patchTypes(PlatformConfigurationConfigCategoryDetailsPatchTypeArgs.builder()
                .displayName("string")
                .id("string")
                .build())
            .products(PlatformConfigurationConfigCategoryDetailsProductArgs.builder()
                .displayName("string")
                .id("string")
                .build())
            .subCategoryDetails(PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsArgs.builder()
                .subCategory("string")
                .components("string")
                .credentials(PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialArgs.builder()
                    .displayName("string")
                    .id("string")
                    .build())
                .patchTypes(PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypeArgs.builder()
                    .displayName("string")
                    .id("string")
                    .build())
                .versions("string")
                .build())
            .versions("string")
            .build())
        .description("string")
        .displayName("string")
        .build());
    
    platform_configuration_resource = oci.fleet_apps_management.PlatformConfiguration("platformConfigurationResource",
        compartment_id="string",
        config_category_details={
            "config_category": "string",
            "compatible_products": [{
                "display_name": "string",
                "id": "string",
            }],
            "components": ["string"],
            "credentials": [{
                "display_name": "string",
                "id": "string",
            }],
            "patch_types": [{
                "display_name": "string",
                "id": "string",
            }],
            "products": [{
                "display_name": "string",
                "id": "string",
            }],
            "sub_category_details": {
                "sub_category": "string",
                "components": ["string"],
                "credentials": [{
                    "display_name": "string",
                    "id": "string",
                }],
                "patch_types": [{
                    "display_name": "string",
                    "id": "string",
                }],
                "versions": ["string"],
            },
            "versions": ["string"],
        },
        description="string",
        display_name="string")
    
    const platformConfigurationResource = new oci.fleetappsmanagement.PlatformConfiguration("platformConfigurationResource", {
        compartmentId: "string",
        configCategoryDetails: {
            configCategory: "string",
            compatibleProducts: [{
                displayName: "string",
                id: "string",
            }],
            components: ["string"],
            credentials: [{
                displayName: "string",
                id: "string",
            }],
            patchTypes: [{
                displayName: "string",
                id: "string",
            }],
            products: [{
                displayName: "string",
                id: "string",
            }],
            subCategoryDetails: {
                subCategory: "string",
                components: ["string"],
                credentials: [{
                    displayName: "string",
                    id: "string",
                }],
                patchTypes: [{
                    displayName: "string",
                    id: "string",
                }],
                versions: ["string"],
            },
            versions: ["string"],
        },
        description: "string",
        displayName: "string",
    });
    
    type: oci:FleetAppsManagement:PlatformConfiguration
    properties:
        compartmentId: string
        configCategoryDetails:
            compatibleProducts:
                - displayName: string
                  id: string
            components:
                - string
            configCategory: string
            credentials:
                - displayName: string
                  id: string
            patchTypes:
                - displayName: string
                  id: string
            products:
                - displayName: string
                  id: string
            subCategoryDetails:
                components:
                    - string
                credentials:
                    - displayName: string
                      id: string
                patchTypes:
                    - displayName: string
                      id: string
                subCategory: string
                versions:
                    - string
            versions:
                - string
        description: string
        displayName: string
    

    PlatformConfiguration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The PlatformConfiguration resource accepts the following input properties:

    CompartmentId string
    Tenancy OCID
    ConfigCategoryDetails PlatformConfigurationConfigCategoryDetails
    (Updatable) Config Category Details.
    Description string
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    DisplayName string

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    CompartmentId string
    Tenancy OCID
    ConfigCategoryDetails PlatformConfigurationConfigCategoryDetailsArgs
    (Updatable) Config Category Details.
    Description string
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    DisplayName string

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartmentId String
    Tenancy OCID
    configCategoryDetails PlatformConfigurationConfigCategoryDetails
    (Updatable) Config Category Details.
    description String
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    displayName String

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartmentId string
    Tenancy OCID
    configCategoryDetails PlatformConfigurationConfigCategoryDetails
    (Updatable) Config Category Details.
    description string
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    displayName string

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartment_id str
    Tenancy OCID
    config_category_details fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsArgs
    (Updatable) Config Category Details.
    description str
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    display_name str

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartmentId String
    Tenancy OCID
    configCategoryDetails Property Map
    (Updatable) Config Category Details.
    description String
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    displayName String

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PlatformConfiguration resource produces the following output properties:

    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    FreeformTags Dictionary<string, string>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The provider-assigned unique ID for this managed resource.
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    ResourceRegion string
    Associated region
    State string
    The current state of the PlatformConfiguration.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    Type string
    The type of the configuration.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    FreeformTags map[string]string
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The provider-assigned unique ID for this managed resource.
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    ResourceRegion string
    Associated region
    State string
    The current state of the PlatformConfiguration.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    Type string
    The type of the configuration.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags Map<String,String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resourceRegion String
    Associated region
    state String
    The current state of the PlatformConfiguration.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type String
    The type of the configuration.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags {[key: string]: string}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resourceRegion string
    Associated region
    state string
    The current state of the PlatformConfiguration.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type string
    The type of the configuration.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeform_tags Mapping[str, str]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    The provider-assigned unique ID for this managed resource.
    lifecycle_details str
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resource_region str
    Associated region
    state str
    The current state of the PlatformConfiguration.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time this resource was created. An RFC3339 formatted datetime string.
    time_updated str
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type str
    The type of the configuration.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags Map<String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resourceRegion String
    Associated region
    state String
    The current state of the PlatformConfiguration.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type String
    The type of the configuration.

    Look up Existing PlatformConfiguration Resource

    Get an existing PlatformConfiguration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: PlatformConfigurationState, opts?: CustomResourceOptions): PlatformConfiguration
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            compartment_id: Optional[str] = None,
            config_category_details: Optional[_fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsArgs] = None,
            defined_tags: Optional[Mapping[str, str]] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            freeform_tags: Optional[Mapping[str, str]] = None,
            lifecycle_details: Optional[str] = None,
            resource_region: Optional[str] = None,
            state: Optional[str] = None,
            system_tags: Optional[Mapping[str, str]] = None,
            time_created: Optional[str] = None,
            time_updated: Optional[str] = None,
            type: Optional[str] = None) -> PlatformConfiguration
    func GetPlatformConfiguration(ctx *Context, name string, id IDInput, state *PlatformConfigurationState, opts ...ResourceOption) (*PlatformConfiguration, error)
    public static PlatformConfiguration Get(string name, Input<string> id, PlatformConfigurationState? state, CustomResourceOptions? opts = null)
    public static PlatformConfiguration get(String name, Output<String> id, PlatformConfigurationState state, CustomResourceOptions options)
    resources:  _:    type: oci:FleetAppsManagement:PlatformConfiguration    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CompartmentId string
    Tenancy OCID
    ConfigCategoryDetails PlatformConfigurationConfigCategoryDetails
    (Updatable) Config Category Details.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    DisplayName string

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    FreeformTags Dictionary<string, string>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    ResourceRegion string
    Associated region
    State string
    The current state of the PlatformConfiguration.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    Type string
    The type of the configuration.
    CompartmentId string
    Tenancy OCID
    ConfigCategoryDetails PlatformConfigurationConfigCategoryDetailsArgs
    (Updatable) Config Category Details.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    DisplayName string

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    FreeformTags map[string]string
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    ResourceRegion string
    Associated region
    State string
    The current state of the PlatformConfiguration.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    Type string
    The type of the configuration.
    compartmentId String
    Tenancy OCID
    configCategoryDetails PlatformConfigurationConfigCategoryDetails
    (Updatable) Config Category Details.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    displayName String

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    freeformTags Map<String,String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resourceRegion String
    Associated region
    state String
    The current state of the PlatformConfiguration.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type String
    The type of the configuration.
    compartmentId string
    Tenancy OCID
    configCategoryDetails PlatformConfigurationConfigCategoryDetails
    (Updatable) Config Category Details.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description string
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    displayName string

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    freeformTags {[key: string]: string}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    lifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resourceRegion string
    Associated region
    state string
    The current state of the PlatformConfiguration.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type string
    The type of the configuration.
    compartment_id str
    Tenancy OCID
    config_category_details fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsArgs
    (Updatable) Config Category Details.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description str
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    display_name str

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    freeform_tags Mapping[str, str]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    lifecycle_details str
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resource_region str
    Associated region
    state str
    The current state of the PlatformConfiguration.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time this resource was created. An RFC3339 formatted datetime string.
    time_updated str
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type str
    The type of the configuration.
    compartmentId String
    Tenancy OCID
    configCategoryDetails Property Map
    (Updatable) Config Category Details.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    displayName String

    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    freeformTags Map<String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resourceRegion String
    Associated region
    state String
    The current state of the PlatformConfiguration.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type String
    The type of the configuration.

    Supporting Types

    PlatformConfigurationConfigCategoryDetails, PlatformConfigurationConfigCategoryDetailsArgs

    ConfigCategory string
    (Updatable) Category of configuration
    CompatibleProducts List<PlatformConfigurationConfigCategoryDetailsCompatibleProduct>
    (Updatable) Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    Components List<string>
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    Credentials List<PlatformConfigurationConfigCategoryDetailsCredential>
    (Updatable) OCID for the Credential name to be associated with the Product. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    PatchTypes List<PlatformConfigurationConfigCategoryDetailsPatchType>
    (Updatable) Patch Types associated with this Product.
    Products List<PlatformConfigurationConfigCategoryDetailsProduct>
    (Updatable) Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    SubCategoryDetails PlatformConfigurationConfigCategoryDetailsSubCategoryDetails
    (Updatable) ProductStack Config Category Details.
    Versions List<string>
    (Updatable) Versions associated with the PRODUCT .
    ConfigCategory string
    (Updatable) Category of configuration
    CompatibleProducts []PlatformConfigurationConfigCategoryDetailsCompatibleProduct
    (Updatable) Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    Components []string
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    Credentials []PlatformConfigurationConfigCategoryDetailsCredential
    (Updatable) OCID for the Credential name to be associated with the Product. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    PatchTypes []PlatformConfigurationConfigCategoryDetailsPatchType
    (Updatable) Patch Types associated with this Product.
    Products []PlatformConfigurationConfigCategoryDetailsProduct
    (Updatable) Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    SubCategoryDetails PlatformConfigurationConfigCategoryDetailsSubCategoryDetails
    (Updatable) ProductStack Config Category Details.
    Versions []string
    (Updatable) Versions associated with the PRODUCT .
    configCategory String
    (Updatable) Category of configuration
    compatibleProducts List<PlatformConfigurationConfigCategoryDetailsCompatibleProduct>
    (Updatable) Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    components List<String>
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials List<PlatformConfigurationConfigCategoryDetailsCredential>
    (Updatable) OCID for the Credential name to be associated with the Product. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes List<PlatformConfigurationConfigCategoryDetailsPatchType>
    (Updatable) Patch Types associated with this Product.
    products List<PlatformConfigurationConfigCategoryDetailsProduct>
    (Updatable) Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    subCategoryDetails PlatformConfigurationConfigCategoryDetailsSubCategoryDetails
    (Updatable) ProductStack Config Category Details.
    versions List<String>
    (Updatable) Versions associated with the PRODUCT .
    configCategory string
    (Updatable) Category of configuration
    compatibleProducts PlatformConfigurationConfigCategoryDetailsCompatibleProduct[]
    (Updatable) Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    components string[]
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials PlatformConfigurationConfigCategoryDetailsCredential[]
    (Updatable) OCID for the Credential name to be associated with the Product. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes PlatformConfigurationConfigCategoryDetailsPatchType[]
    (Updatable) Patch Types associated with this Product.
    products PlatformConfigurationConfigCategoryDetailsProduct[]
    (Updatable) Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    subCategoryDetails PlatformConfigurationConfigCategoryDetailsSubCategoryDetails
    (Updatable) ProductStack Config Category Details.
    versions string[]
    (Updatable) Versions associated with the PRODUCT .
    config_category str
    (Updatable) Category of configuration
    compatible_products Sequence[fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsCompatibleProduct]
    (Updatable) Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    components Sequence[str]
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials Sequence[fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsCredential]
    (Updatable) OCID for the Credential name to be associated with the Product. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patch_types Sequence[fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsPatchType]
    (Updatable) Patch Types associated with this Product.
    products Sequence[fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsProduct]
    (Updatable) Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    sub_category_details fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetails
    (Updatable) ProductStack Config Category Details.
    versions Sequence[str]
    (Updatable) Versions associated with the PRODUCT .
    configCategory String
    (Updatable) Category of configuration
    compatibleProducts List<Property Map>
    (Updatable) Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    components List<String>
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials List<Property Map>
    (Updatable) OCID for the Credential name to be associated with the Product. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes List<Property Map>
    (Updatable) Patch Types associated with this Product.
    products List<Property Map>
    (Updatable) Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    subCategoryDetails Property Map
    (Updatable) ProductStack Config Category Details.
    versions List<String>
    (Updatable) Versions associated with the PRODUCT .

    PlatformConfigurationConfigCategoryDetailsCompatibleProduct, PlatformConfigurationConfigCategoryDetailsCompatibleProductArgs

    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.
    displayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id string
    (Updatable) The OCID of the resource.
    display_name str
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id str
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.

    PlatformConfigurationConfigCategoryDetailsCredential, PlatformConfigurationConfigCategoryDetailsCredentialArgs

    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.
    displayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id string
    (Updatable) The OCID of the resource.
    display_name str
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id str
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.

    PlatformConfigurationConfigCategoryDetailsPatchType, PlatformConfigurationConfigCategoryDetailsPatchTypeArgs

    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.
    displayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id string
    (Updatable) The OCID of the resource.
    display_name str
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id str
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.

    PlatformConfigurationConfigCategoryDetailsProduct, PlatformConfigurationConfigCategoryDetailsProductArgs

    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.
    displayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id string
    (Updatable) The OCID of the resource.
    display_name str
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id str
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.

    PlatformConfigurationConfigCategoryDetailsSubCategoryDetails, PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsArgs

    SubCategory string
    (Updatable) SubCategory of Product Stack.
    Components List<string>
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    Credentials List<PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredential>
    (Updatable) OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    PatchTypes List<PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchType>
    (Updatable) Patch Types associated with this Product Stack which will be considered as Product.
    Versions List<string>
    (Updatable) Versions associated with the PRODUCT .
    SubCategory string
    (Updatable) SubCategory of Product Stack.
    Components []string
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    Credentials []PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredential
    (Updatable) OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    PatchTypes []PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchType
    (Updatable) Patch Types associated with this Product Stack which will be considered as Product.
    Versions []string
    (Updatable) Versions associated with the PRODUCT .
    subCategory String
    (Updatable) SubCategory of Product Stack.
    components List<String>
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials List<PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredential>
    (Updatable) OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes List<PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchType>
    (Updatable) Patch Types associated with this Product Stack which will be considered as Product.
    versions List<String>
    (Updatable) Versions associated with the PRODUCT .
    subCategory string
    (Updatable) SubCategory of Product Stack.
    components string[]
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredential[]
    (Updatable) OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchType[]
    (Updatable) Patch Types associated with this Product Stack which will be considered as Product.
    versions string[]
    (Updatable) Versions associated with the PRODUCT .
    sub_category str
    (Updatable) SubCategory of Product Stack.
    components Sequence[str]
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials Sequence[fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredential]
    (Updatable) OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patch_types Sequence[fleetappsmanagement.PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchType]
    (Updatable) Patch Types associated with this Product Stack which will be considered as Product.
    versions Sequence[str]
    (Updatable) Versions associated with the PRODUCT .
    subCategory String
    (Updatable) SubCategory of Product Stack.
    components List<String>
    (Updatable) Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials List<Property Map>
    (Updatable) OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes List<Property Map>
    (Updatable) Patch Types associated with this Product Stack which will be considered as Product.
    versions List<String>
    (Updatable) Versions associated with the PRODUCT .

    PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredential, PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsCredentialArgs

    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.
    displayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id string
    (Updatable) The OCID of the resource.
    display_name str
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id str
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.

    PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchType, PlatformConfigurationConfigCategoryDetailsSubCategoryDetailsPatchTypeArgs

    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.
    displayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id string
    (Updatable) The OCID of the resource.
    display_name str
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id str
    (Updatable) The OCID of the resource.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    (Updatable) The OCID of the resource.

    Import

    PlatformConfigurations can be imported using the id, e.g.

    $ pulumi import oci:FleetAppsManagement/platformConfiguration:PlatformConfiguration test_platform_configuration "id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi