oci logo
Oracle Cloud Infrastructure v0.13.0, Mar 28 23

oci.Functions.getFusionEnvironment

This data source provides details about a specific Fusion Environment resource in Oracle Cloud Infrastructure Fusion Apps service.

Gets a FusionEnvironment by identifier

Example Usage

using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testFusionEnvironment = Oci.Functions.GetFusionEnvironment.Invoke(new()
    {
        FusionEnvironmentId = oci_fusion_apps_fusion_environment.Test_fusion_environment.Id,
    });

});
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/go/oci/Functions"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := Functions.GetFusionEnvironment(ctx, &functions.GetFusionEnvironmentArgs{
			FusionEnvironmentId: oci_fusion_apps_fusion_environment.Test_fusion_environment.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Functions.FunctionsFunctions;
import com.pulumi.oci.Functions.inputs.GetFusionEnvironmentArgs;
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 testFusionEnvironment = FunctionsFunctions.getFusionEnvironment(GetFusionEnvironmentArgs.builder()
            .fusionEnvironmentId(oci_fusion_apps_fusion_environment.test_fusion_environment().id())
            .build());

    }
}
import pulumi
import pulumi_oci as oci

test_fusion_environment = oci.Functions.get_fusion_environment(fusion_environment_id=oci_fusion_apps_fusion_environment["test_fusion_environment"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testFusionEnvironment = oci.Functions.getFusionEnvironment({
    fusionEnvironmentId: oci_fusion_apps_fusion_environment.test_fusion_environment.id,
});
variables:
  testFusionEnvironment:
    fn::invoke:
      Function: oci:Functions:getFusionEnvironment
      Arguments:
        fusionEnvironmentId: ${oci_fusion_apps_fusion_environment.test_fusion_environment.id}

Using getFusionEnvironment

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 getFusionEnvironment(args: GetFusionEnvironmentArgs, opts?: InvokeOptions): Promise<GetFusionEnvironmentResult>
function getFusionEnvironmentOutput(args: GetFusionEnvironmentOutputArgs, opts?: InvokeOptions): Output<GetFusionEnvironmentResult>
def get_fusion_environment(fusion_environment_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetFusionEnvironmentResult
def get_fusion_environment_output(fusion_environment_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetFusionEnvironmentResult]
func GetFusionEnvironment(ctx *Context, args *GetFusionEnvironmentArgs, opts ...InvokeOption) (*GetFusionEnvironmentResult, error)
func GetFusionEnvironmentOutput(ctx *Context, args *GetFusionEnvironmentOutputArgs, opts ...InvokeOption) GetFusionEnvironmentResultOutput

> Note: This function is named GetFusionEnvironment in the Go SDK.

public static class GetFusionEnvironment 
{
    public static Task<GetFusionEnvironmentResult> InvokeAsync(GetFusionEnvironmentArgs args, InvokeOptions? opts = null)
    public static Output<GetFusionEnvironmentResult> Invoke(GetFusionEnvironmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFusionEnvironmentResult> getFusionEnvironment(GetFusionEnvironmentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: oci:Functions/getFusionEnvironment:getFusionEnvironment
  arguments:
    # arguments dictionary

The following arguments are supported:

FusionEnvironmentId string

unique FusionEnvironment identifier

FusionEnvironmentId string

unique FusionEnvironment identifier

fusionEnvironmentId String

unique FusionEnvironment identifier

fusionEnvironmentId string

unique FusionEnvironment identifier

fusion_environment_id str

unique FusionEnvironment identifier

fusionEnvironmentId String

unique FusionEnvironment identifier

getFusionEnvironment Result

The following output properties are available:

AdditionalLanguagePacks List<string>

Language packs

AppliedPatchBundles List<string>

Patch bundle names

CompartmentId string

Compartment Identifier

CreateFusionEnvironmentAdminUserDetails List<GetFusionEnvironmentCreateFusionEnvironmentAdminUserDetail>
DefinedTags Dictionary<string, object>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

DisplayName string

FusionEnvironment Identifier, can be renamed

DnsPrefix string

DNS prefix

DomainId string

The IDCS domain created for the fusion instance

FreeformTags Dictionary<string, object>

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

FusionEnvironmentFamilyId string

FusionEnvironmentFamily Identifier

FusionEnvironmentId string
FusionEnvironmentType string

Type of the FusionEnvironment.

Id string

Unique identifier that is immutable on creation

IdcsDomainUrl string

The IDCS Domain URL

IsBreakGlassEnabled bool

If it's true, then the Break Glass feature is enabled

KmsKeyId string

BYOK key id

KmsKeyInfos List<GetFusionEnvironmentKmsKeyInfo>

BYOK key info

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.

LockboxId string

The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null

MaintenancePolicies List<GetFusionEnvironmentMaintenancePolicy>

The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.

PublicUrl string

Public URL

Refreshes List<GetFusionEnvironmentRefresh>

Describes a refresh of a fusion environment

Rules List<GetFusionEnvironmentRule>

Network Access Control Rules

State string

The current state of the ServiceInstance.

SubscriptionIds List<string>

List of subscription IDs.

SystemName string

Environment Specific Guid/ System Name

TimeCreated string

The time the the FusionEnvironment was created. An RFC3339 formatted datetime string

TimeUpcomingMaintenance string

The next maintenance for this environment

TimeUpdated string

The time the FusionEnvironment was updated. An RFC3339 formatted datetime string

Version string

Version of Fusion Apps used by this environment

AdditionalLanguagePacks []string

Language packs

AppliedPatchBundles []string

Patch bundle names

CompartmentId string

Compartment Identifier

CreateFusionEnvironmentAdminUserDetails []GetFusionEnvironmentCreateFusionEnvironmentAdminUserDetail
DefinedTags map[string]interface{}

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

DisplayName string

FusionEnvironment Identifier, can be renamed

DnsPrefix string

DNS prefix

DomainId string

The IDCS domain created for the fusion instance

FreeformTags map[string]interface{}

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

FusionEnvironmentFamilyId string

FusionEnvironmentFamily Identifier

FusionEnvironmentId string
FusionEnvironmentType string

Type of the FusionEnvironment.

Id string

Unique identifier that is immutable on creation

IdcsDomainUrl string

The IDCS Domain URL

IsBreakGlassEnabled bool

If it's true, then the Break Glass feature is enabled

KmsKeyId string

BYOK key id

KmsKeyInfos []GetFusionEnvironmentKmsKeyInfo

BYOK key info

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.

LockboxId string

The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null

MaintenancePolicies []GetFusionEnvironmentMaintenancePolicy

The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.

PublicUrl string

Public URL

Refreshes []GetFusionEnvironmentRefresh

Describes a refresh of a fusion environment

Rules []GetFusionEnvironmentRule

Network Access Control Rules

State string

The current state of the ServiceInstance.

SubscriptionIds []string

List of subscription IDs.

SystemName string

Environment Specific Guid/ System Name

TimeCreated string

The time the the FusionEnvironment was created. An RFC3339 formatted datetime string

TimeUpcomingMaintenance string

The next maintenance for this environment

TimeUpdated string

The time the FusionEnvironment was updated. An RFC3339 formatted datetime string

Version string

Version of Fusion Apps used by this environment

additionalLanguagePacks List<String>

Language packs

appliedPatchBundles List<String>

Patch bundle names

compartmentId String

Compartment Identifier

createFusionEnvironmentAdminUserDetails List<GetFusionEnvironmentCreateFusionEnvironmentAdminUserDetail>
definedTags Map<String,Object>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

displayName String

FusionEnvironment Identifier, can be renamed

dnsPrefix String

DNS prefix

domainId String

The IDCS domain created for the fusion instance

freeformTags Map<String,Object>

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

fusionEnvironmentFamilyId String

FusionEnvironmentFamily Identifier

fusionEnvironmentId String
fusionEnvironmentType String

Type of the FusionEnvironment.

id String

Unique identifier that is immutable on creation

idcsDomainUrl String

The IDCS Domain URL

isBreakGlassEnabled Boolean

If it's true, then the Break Glass feature is enabled

kmsKeyId String

BYOK key id

kmsKeyInfos List<GetFusionEnvironmentKmsKeyInfo>

BYOK key info

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.

lockboxId String

The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null

maintenancePolicies List<GetFusionEnvironmentMaintenancePolicy>

The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.

publicUrl String

Public URL

refreshes List<GetFusionEnvironmentRefresh>

Describes a refresh of a fusion environment

rules List<GetFusionEnvironmentRule>

Network Access Control Rules

state String

The current state of the ServiceInstance.

subscriptionIds List<String>

List of subscription IDs.

systemName String

Environment Specific Guid/ System Name

timeCreated String

The time the the FusionEnvironment was created. An RFC3339 formatted datetime string

timeUpcomingMaintenance String

The next maintenance for this environment

timeUpdated String

The time the FusionEnvironment was updated. An RFC3339 formatted datetime string

version String

Version of Fusion Apps used by this environment

additionalLanguagePacks string[]

Language packs

appliedPatchBundles string[]

Patch bundle names

compartmentId string

Compartment Identifier

createFusionEnvironmentAdminUserDetails GetFusionEnvironmentCreateFusionEnvironmentAdminUserDetail[]
definedTags {[key: string]: any}

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

displayName string

FusionEnvironment Identifier, can be renamed

dnsPrefix string

DNS prefix

domainId string

The IDCS domain created for the fusion instance

freeformTags {[key: string]: any}

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

fusionEnvironmentFamilyId string

FusionEnvironmentFamily Identifier

fusionEnvironmentId string
fusionEnvironmentType string

Type of the FusionEnvironment.

id string

Unique identifier that is immutable on creation

idcsDomainUrl string

The IDCS Domain URL

isBreakGlassEnabled boolean

If it's true, then the Break Glass feature is enabled

kmsKeyId string

BYOK key id

kmsKeyInfos GetFusionEnvironmentKmsKeyInfo[]

BYOK key info

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.

lockboxId string

The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null

maintenancePolicies GetFusionEnvironmentMaintenancePolicy[]

The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.

publicUrl string

Public URL

refreshes GetFusionEnvironmentRefresh[]

Describes a refresh of a fusion environment

rules GetFusionEnvironmentRule[]

Network Access Control Rules

state string

The current state of the ServiceInstance.

subscriptionIds string[]

List of subscription IDs.

systemName string

Environment Specific Guid/ System Name

timeCreated string

The time the the FusionEnvironment was created. An RFC3339 formatted datetime string

timeUpcomingMaintenance string

The next maintenance for this environment

timeUpdated string

The time the FusionEnvironment was updated. An RFC3339 formatted datetime string

version string

Version of Fusion Apps used by this environment

additional_language_packs Sequence[str]

Language packs

applied_patch_bundles Sequence[str]

Patch bundle names

compartment_id str

Compartment Identifier

create_fusion_environment_admin_user_details GetFusionEnvironmentCreateFusionEnvironmentAdminUserDetail]
defined_tags Mapping[str, Any]

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

display_name str

FusionEnvironment Identifier, can be renamed

dns_prefix str

DNS prefix

domain_id str

The IDCS domain created for the fusion instance

freeform_tags Mapping[str, Any]

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

fusion_environment_family_id str

FusionEnvironmentFamily Identifier

fusion_environment_id str
fusion_environment_type str

Type of the FusionEnvironment.

id str

Unique identifier that is immutable on creation

idcs_domain_url str

The IDCS Domain URL

is_break_glass_enabled bool

If it's true, then the Break Glass feature is enabled

kms_key_id str

BYOK key id

kms_key_infos GetFusionEnvironmentKmsKeyInfo]

BYOK key info

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.

lockbox_id str

The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null

maintenance_policies GetFusionEnvironmentMaintenancePolicy]

The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.

public_url str

Public URL

refreshes GetFusionEnvironmentRefresh]

Describes a refresh of a fusion environment

rules GetFusionEnvironmentRule]

Network Access Control Rules

state str

The current state of the ServiceInstance.

subscription_ids Sequence[str]

List of subscription IDs.

system_name str

Environment Specific Guid/ System Name

time_created str

The time the the FusionEnvironment was created. An RFC3339 formatted datetime string

time_upcoming_maintenance str

The next maintenance for this environment

time_updated str

The time the FusionEnvironment was updated. An RFC3339 formatted datetime string

version str

Version of Fusion Apps used by this environment

additionalLanguagePacks List<String>

Language packs

appliedPatchBundles List<String>

Patch bundle names

compartmentId String

Compartment Identifier

createFusionEnvironmentAdminUserDetails List<Property Map>
definedTags Map<Any>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

displayName String

FusionEnvironment Identifier, can be renamed

dnsPrefix String

DNS prefix

domainId String

The IDCS domain created for the fusion instance

freeformTags Map<Any>

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

fusionEnvironmentFamilyId String

FusionEnvironmentFamily Identifier

fusionEnvironmentId String
fusionEnvironmentType String

Type of the FusionEnvironment.

id String

Unique identifier that is immutable on creation

idcsDomainUrl String

The IDCS Domain URL

isBreakGlassEnabled Boolean

If it's true, then the Break Glass feature is enabled

kmsKeyId String

BYOK key id

kmsKeyInfos List<Property Map>

BYOK key info

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.

lockboxId String

The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null

maintenancePolicies List<Property Map>

The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.

publicUrl String

Public URL

refreshes List<Property Map>

Describes a refresh of a fusion environment

rules List<Property Map>

Network Access Control Rules

state String

The current state of the ServiceInstance.

subscriptionIds List<String>

List of subscription IDs.

systemName String

Environment Specific Guid/ System Name

timeCreated String

The time the the FusionEnvironment was created. An RFC3339 formatted datetime string

timeUpcomingMaintenance String

The next maintenance for this environment

timeUpdated String

The time the FusionEnvironment was updated. An RFC3339 formatted datetime string

version String

Version of Fusion Apps used by this environment

Supporting Types

GetFusionEnvironmentCreateFusionEnvironmentAdminUserDetail

EmailAddress string
FirstName string
LastName string
Password string
Username string
EmailAddress string
FirstName string
LastName string
Password string
Username string
emailAddress String
firstName String
lastName String
password String
username String
emailAddress string
firstName string
lastName string
password string
username string
emailAddress String
firstName String
lastName String
password String
username String

GetFusionEnvironmentKmsKeyInfo

GetFusionEnvironmentMaintenancePolicy

EnvironmentMaintenanceOverride string

User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.

MonthlyPatchingOverride string

Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.

QuarterlyUpgradeBeginTimes List<GetFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTime>

Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.

EnvironmentMaintenanceOverride string

User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.

MonthlyPatchingOverride string

Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.

QuarterlyUpgradeBeginTimes []GetFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTime

Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.

environmentMaintenanceOverride String

User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.

monthlyPatchingOverride String

Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.

quarterlyUpgradeBeginTimes List<GetFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTime>

Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.

environmentMaintenanceOverride string

User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.

monthlyPatchingOverride string

Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.

quarterlyUpgradeBeginTimes GetFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTime[]

Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.

environment_maintenance_override str

User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.

monthly_patching_override str

Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.

quarterly_upgrade_begin_times GetFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTime]

Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.

environmentMaintenanceOverride String

User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.

monthlyPatchingOverride String

Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.

quarterlyUpgradeBeginTimes List<Property Map>

Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.

GetFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTime

BeginTimesValue string

The frequency and month when maintenance occurs for the Fusion environment.

OverrideType string

Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.

BeginTimesValue string

The frequency and month when maintenance occurs for the Fusion environment.

OverrideType string

Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.

beginTimesValue String

The frequency and month when maintenance occurs for the Fusion environment.

overrideType String

Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.

beginTimesValue string

The frequency and month when maintenance occurs for the Fusion environment.

overrideType string

Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.

begin_times_value str

The frequency and month when maintenance occurs for the Fusion environment.

override_type str

Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.

beginTimesValue String

The frequency and month when maintenance occurs for the Fusion environment.

overrideType String

Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.

GetFusionEnvironmentRefresh

SourceFusionEnvironmentId string

The source environment id for the last refresh

TimeFinished string

The time of when the last refresh finish

TimeOfRestorationPoint string

The point of time of the latest DB backup for the last refresh

SourceFusionEnvironmentId string

The source environment id for the last refresh

TimeFinished string

The time of when the last refresh finish

TimeOfRestorationPoint string

The point of time of the latest DB backup for the last refresh

sourceFusionEnvironmentId String

The source environment id for the last refresh

timeFinished String

The time of when the last refresh finish

timeOfRestorationPoint String

The point of time of the latest DB backup for the last refresh

sourceFusionEnvironmentId string

The source environment id for the last refresh

timeFinished string

The time of when the last refresh finish

timeOfRestorationPoint string

The point of time of the latest DB backup for the last refresh

source_fusion_environment_id str

The source environment id for the last refresh

time_finished str

The time of when the last refresh finish

time_of_restoration_point str

The point of time of the latest DB backup for the last refresh

sourceFusionEnvironmentId String

The source environment id for the last refresh

timeFinished String

The time of when the last refresh finish

timeOfRestorationPoint String

The point of time of the latest DB backup for the last refresh

GetFusionEnvironmentRule

Action string

Rule type

Conditions List<GetFusionEnvironmentRuleCondition>
Description string

A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.

Action string

Rule type

Conditions []GetFusionEnvironmentRuleCondition
Description string

A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.

action String

Rule type

conditions List<GetFusionEnvironmentRuleCondition>
description String

A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.

action string

Rule type

conditions GetFusionEnvironmentRuleCondition[]
description string

A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.

action str

Rule type

conditions GetFusionEnvironmentRuleCondition]
description str

A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.

action String

Rule type

conditions List<Property Map>
description String

A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.

GetFusionEnvironmentRuleCondition

AttributeName string

RuleCondition type

AttributeValue string

The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without a SourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.

AttributeName string

RuleCondition type

AttributeValue string

The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without a SourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.

attributeName String

RuleCondition type

attributeValue String

The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without a SourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.

attributeName string

RuleCondition type

attributeValue string

The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without a SourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.

attribute_name str

RuleCondition type

attribute_value str

The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without a SourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.

attributeName String

RuleCondition type

attributeValue String

The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without a SourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes

This Pulumi package is based on the oci Terraform Provider.