oci.CloudGuard.ManagedList
Explore with Pulumi AI
This resource provides the Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.
Creates a new ManagedList resource.
Create ManagedList Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagedList(name: string, args: ManagedListArgs, opts?: CustomResourceOptions);
@overload
def ManagedList(resource_name: str,
args: ManagedListArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagedList(resource_name: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
description: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None,
list_items: Optional[Sequence[str]] = None,
list_type: Optional[str] = None,
source_managed_list_id: Optional[str] = None)
func NewManagedList(ctx *Context, name string, args ManagedListArgs, opts ...ResourceOption) (*ManagedList, error)
public ManagedList(string name, ManagedListArgs args, CustomResourceOptions? opts = null)
public ManagedList(String name, ManagedListArgs args)
public ManagedList(String name, ManagedListArgs args, CustomResourceOptions options)
type: oci:CloudGuard:ManagedList
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 ManagedListArgs
- 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 ManagedListArgs
- 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 ManagedListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagedListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagedListArgs
- 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 managedListResource = new Oci.CloudGuard.ManagedList("managedListResource", new()
{
CompartmentId = "string",
DisplayName = "string",
DefinedTags =
{
{ "string", "any" },
},
Description = "string",
FreeformTags =
{
{ "string", "any" },
},
ListItems = new[]
{
"string",
},
ListType = "string",
SourceManagedListId = "string",
});
example, err := CloudGuard.NewManagedList(ctx, "managedListResource", &CloudGuard.ManagedListArgs{
CompartmentId: pulumi.String("string"),
DisplayName: pulumi.String("string"),
DefinedTags: pulumi.Map{
"string": pulumi.Any("any"),
},
Description: pulumi.String("string"),
FreeformTags: pulumi.Map{
"string": pulumi.Any("any"),
},
ListItems: pulumi.StringArray{
pulumi.String("string"),
},
ListType: pulumi.String("string"),
SourceManagedListId: pulumi.String("string"),
})
var managedListResource = new ManagedList("managedListResource", ManagedListArgs.builder()
.compartmentId("string")
.displayName("string")
.definedTags(Map.of("string", "any"))
.description("string")
.freeformTags(Map.of("string", "any"))
.listItems("string")
.listType("string")
.sourceManagedListId("string")
.build());
managed_list_resource = oci.cloud_guard.ManagedList("managedListResource",
compartment_id="string",
display_name="string",
defined_tags={
"string": "any",
},
description="string",
freeform_tags={
"string": "any",
},
list_items=["string"],
list_type="string",
source_managed_list_id="string")
const managedListResource = new oci.cloudguard.ManagedList("managedListResource", {
compartmentId: "string",
displayName: "string",
definedTags: {
string: "any",
},
description: "string",
freeformTags: {
string: "any",
},
listItems: ["string"],
listType: "string",
sourceManagedListId: "string",
});
type: oci:CloudGuard:ManagedList
properties:
compartmentId: string
definedTags:
string: any
description: string
displayName: string
freeformTags:
string: any
listItems:
- string
listType: string
sourceManagedListId: string
ManagedList Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ManagedList resource accepts the following input properties:
- Compartment
Id string - (Updatable) Compartment OCID
- Display
Name string (Updatable) Managed list display name.
Avoid entering confidential information.
- Dictionary<string, object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
(Updatable) Managed list description
Avoid entering confidential information.
- Dictionary<string, object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- List
Items List<string> - (Updatable) List of items in the managed list
- List
Type string - Type of information stored in the list
- Source
Managed stringList Id OCID of the source managed list
** 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 string - (Updatable) Compartment OCID
- Display
Name string (Updatable) Managed list display name.
Avoid entering confidential information.
- map[string]interface{}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
(Updatable) Managed list description
Avoid entering confidential information.
- map[string]interface{}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- List
Items []string - (Updatable) List of items in the managed list
- List
Type string - Type of information stored in the list
- Source
Managed stringList Id OCID of the source managed list
** 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 String - (Updatable) Compartment OCID
- display
Name String (Updatable) Managed list display name.
Avoid entering confidential information.
- Map<String,Object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
(Updatable) Managed list description
Avoid entering confidential information.
- Map<String,Object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- list
Items List<String> - (Updatable) List of items in the managed list
- list
Type String - Type of information stored in the list
- source
Managed StringList Id OCID of the source managed list
** 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 string - (Updatable) Compartment OCID
- display
Name string (Updatable) Managed list display name.
Avoid entering confidential information.
- {[key: string]: any}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
(Updatable) Managed list description
Avoid entering confidential information.
- {[key: string]: any}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- list
Items string[] - (Updatable) List of items in the managed list
- list
Type string - Type of information stored in the list
- source
Managed stringList Id OCID of the source managed list
** 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 - (Updatable) Compartment OCID
- display_
name str (Updatable) Managed list display name.
Avoid entering confidential information.
- Mapping[str, Any]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
(Updatable) Managed list description
Avoid entering confidential information.
- Mapping[str, Any]
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- list_
items Sequence[str] - (Updatable) List of items in the managed list
- list_
type str - Type of information stored in the list
- source_
managed_ strlist_ id OCID of the source managed list
** 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 String - (Updatable) Compartment OCID
- display
Name String (Updatable) Managed list display name.
Avoid entering confidential information.
- Map<Any>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
(Updatable) Managed list description
Avoid entering confidential information.
- Map<Any>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- list
Items List<String> - (Updatable) List of items in the managed list
- list
Type String - Type of information stored in the list
- source
Managed StringList Id OCID of the source managed list
** 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 ManagedList resource produces the following output properties:
- Feed
Provider string - Provider of the managed list feed
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Editable bool - Is this list editable?
- Lifecyle
Details 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. [DEPRECATE]
- State string
- The current lifecycle state of the resource
- Dictionary<string, object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the managed list was created. Format defined by RFC3339.
- Time
Updated string - The date and time the managed list was last updated. Format defined by RFC3339.
- Feed
Provider string - Provider of the managed list feed
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Editable bool - Is this list editable?
- Lifecyle
Details 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. [DEPRECATE]
- State string
- The current lifecycle state of the resource
- map[string]interface{}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the managed list was created. Format defined by RFC3339.
- Time
Updated string - The date and time the managed list was last updated. Format defined by RFC3339.
- feed
Provider String - Provider of the managed list feed
- id String
- The provider-assigned unique ID for this managed resource.
- is
Editable Boolean - Is this list editable?
- lifecyle
Details 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. [DEPRECATE]
- state String
- The current lifecycle state of the resource
- Map<String,Object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the managed list was created. Format defined by RFC3339.
- time
Updated String - The date and time the managed list was last updated. Format defined by RFC3339.
- feed
Provider string - Provider of the managed list feed
- id string
- The provider-assigned unique ID for this managed resource.
- is
Editable boolean - Is this list editable?
- lifecyle
Details 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. [DEPRECATE]
- state string
- The current lifecycle state of the resource
- {[key: string]: any}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the managed list was created. Format defined by RFC3339.
- time
Updated string - The date and time the managed list was last updated. Format defined by RFC3339.
- feed_
provider str - Provider of the managed list feed
- id str
- The provider-assigned unique ID for this managed resource.
- is_
editable bool - Is this list editable?
- lifecyle_
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. [DEPRECATE]
- state str
- The current lifecycle state of the resource
- Mapping[str, Any]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the managed list was created. Format defined by RFC3339.
- time_
updated str - The date and time the managed list was last updated. Format defined by RFC3339.
- feed
Provider String - Provider of the managed list feed
- id String
- The provider-assigned unique ID for this managed resource.
- is
Editable Boolean - Is this list editable?
- lifecyle
Details 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. [DEPRECATE]
- state String
- The current lifecycle state of the resource
- Map<Any>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the managed list was created. Format defined by RFC3339.
- time
Updated String - The date and time the managed list was last updated. Format defined by RFC3339.
Look up Existing ManagedList Resource
Get an existing ManagedList 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?: ManagedListState, opts?: CustomResourceOptions): ManagedList
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
feed_provider: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None,
is_editable: Optional[bool] = None,
lifecyle_details: Optional[str] = None,
list_items: Optional[Sequence[str]] = None,
list_type: Optional[str] = None,
source_managed_list_id: Optional[str] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, Any]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> ManagedList
func GetManagedList(ctx *Context, name string, id IDInput, state *ManagedListState, opts ...ResourceOption) (*ManagedList, error)
public static ManagedList Get(string name, Input<string> id, ManagedListState? state, CustomResourceOptions? opts = null)
public static ManagedList get(String name, Output<String> id, ManagedListState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Compartment
Id string - (Updatable) Compartment OCID
- Dictionary<string, object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
(Updatable) Managed list description
Avoid entering confidential information.
- Display
Name string (Updatable) Managed list display name.
Avoid entering confidential information.
- Feed
Provider string - Provider of the managed list feed
- Dictionary<string, object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- Is
Editable bool - Is this list editable?
- Lifecyle
Details 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. [DEPRECATE]
- List
Items List<string> - (Updatable) List of items in the managed list
- List
Type string - Type of information stored in the list
- Source
Managed stringList Id OCID of the source managed list
** 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
- State string
- The current lifecycle state of the resource
- Dictionary<string, object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the managed list was created. Format defined by RFC3339.
- Time
Updated string - The date and time the managed list was last updated. Format defined by RFC3339.
- Compartment
Id string - (Updatable) Compartment OCID
- map[string]interface{}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
(Updatable) Managed list description
Avoid entering confidential information.
- Display
Name string (Updatable) Managed list display name.
Avoid entering confidential information.
- Feed
Provider string - Provider of the managed list feed
- map[string]interface{}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- Is
Editable bool - Is this list editable?
- Lifecyle
Details 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. [DEPRECATE]
- List
Items []string - (Updatable) List of items in the managed list
- List
Type string - Type of information stored in the list
- Source
Managed stringList Id OCID of the source managed list
** 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
- State string
- The current lifecycle state of the resource
- map[string]interface{}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the managed list was created. Format defined by RFC3339.
- Time
Updated string - The date and time the managed list was last updated. Format defined by RFC3339.
- compartment
Id String - (Updatable) Compartment OCID
- Map<String,Object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
(Updatable) Managed list description
Avoid entering confidential information.
- display
Name String (Updatable) Managed list display name.
Avoid entering confidential information.
- feed
Provider String - Provider of the managed list feed
- Map<String,Object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- is
Editable Boolean - Is this list editable?
- lifecyle
Details 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. [DEPRECATE]
- list
Items List<String> - (Updatable) List of items in the managed list
- list
Type String - Type of information stored in the list
- source
Managed StringList Id OCID of the source managed list
** 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
- state String
- The current lifecycle state of the resource
- Map<String,Object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the managed list was created. Format defined by RFC3339.
- time
Updated String - The date and time the managed list was last updated. Format defined by RFC3339.
- compartment
Id string - (Updatable) Compartment OCID
- {[key: string]: any}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
(Updatable) Managed list description
Avoid entering confidential information.
- display
Name string (Updatable) Managed list display name.
Avoid entering confidential information.
- feed
Provider string - Provider of the managed list feed
- {[key: string]: any}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- is
Editable boolean - Is this list editable?
- lifecyle
Details 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. [DEPRECATE]
- list
Items string[] - (Updatable) List of items in the managed list
- list
Type string - Type of information stored in the list
- source
Managed stringList Id OCID of the source managed list
** 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
- state string
- The current lifecycle state of the resource
- {[key: string]: any}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the managed list was created. Format defined by RFC3339.
- time
Updated string - The date and time the managed list was last updated. Format defined by RFC3339.
- compartment_
id str - (Updatable) Compartment OCID
- Mapping[str, Any]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
(Updatable) Managed list description
Avoid entering confidential information.
- display_
name str (Updatable) Managed list display name.
Avoid entering confidential information.
- feed_
provider str - Provider of the managed list feed
- Mapping[str, Any]
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- is_
editable bool - Is this list editable?
- lifecyle_
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. [DEPRECATE]
- list_
items Sequence[str] - (Updatable) List of items in the managed list
- list_
type str - Type of information stored in the list
- source_
managed_ strlist_ id OCID of the source managed list
** 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
- state str
- The current lifecycle state of the resource
- Mapping[str, Any]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the managed list was created. Format defined by RFC3339.
- time_
updated str - The date and time the managed list was last updated. Format defined by RFC3339.
- compartment
Id String - (Updatable) Compartment OCID
- Map<Any>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
(Updatable) Managed list description
Avoid entering confidential information.
- display
Name String (Updatable) Managed list display name.
Avoid entering confidential information.
- feed
Provider String - Provider of the managed list feed
- Map<Any>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Avoid entering confidential information.
- is
Editable Boolean - Is this list editable?
- lifecyle
Details 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. [DEPRECATE]
- list
Items List<String> - (Updatable) List of items in the managed list
- list
Type String - Type of information stored in the list
- source
Managed StringList Id OCID of the source managed list
** 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
- state String
- The current lifecycle state of the resource
- Map<Any>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the managed list was created. Format defined by RFC3339.
- time
Updated String - The date and time the managed list was last updated. Format defined by RFC3339.
Import
ManagedLists can be imported using the id
, e.g.
$ pulumi import oci:CloudGuard/managedList:ManagedList test_managed_list "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.