panos.WildfireAnalysisSecurityProfile
Explore with Pulumi AI
Create WildfireAnalysisSecurityProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WildfireAnalysisSecurityProfile(name: string, args: WildfireAnalysisSecurityProfileArgs, opts?: CustomResourceOptions);
@overload
def WildfireAnalysisSecurityProfile(resource_name: str,
args: WildfireAnalysisSecurityProfileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WildfireAnalysisSecurityProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
location: Optional[WildfireAnalysisSecurityProfileLocationArgs] = None,
description: Optional[str] = None,
disable_override: Optional[str] = None,
name: Optional[str] = None,
rules: Optional[Sequence[WildfireAnalysisSecurityProfileRuleArgs]] = None)
func NewWildfireAnalysisSecurityProfile(ctx *Context, name string, args WildfireAnalysisSecurityProfileArgs, opts ...ResourceOption) (*WildfireAnalysisSecurityProfile, error)
public WildfireAnalysisSecurityProfile(string name, WildfireAnalysisSecurityProfileArgs args, CustomResourceOptions? opts = null)
public WildfireAnalysisSecurityProfile(String name, WildfireAnalysisSecurityProfileArgs args)
public WildfireAnalysisSecurityProfile(String name, WildfireAnalysisSecurityProfileArgs args, CustomResourceOptions options)
type: panos:WildfireAnalysisSecurityProfile
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 WildfireAnalysisSecurityProfileArgs
- 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 WildfireAnalysisSecurityProfileArgs
- 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 WildfireAnalysisSecurityProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WildfireAnalysisSecurityProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WildfireAnalysisSecurityProfileArgs
- 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 wildfireAnalysisSecurityProfileResource = new Panos.WildfireAnalysisSecurityProfile("wildfireAnalysisSecurityProfileResource", new()
{
Location = new Panos.Inputs.WildfireAnalysisSecurityProfileLocationArgs
{
DeviceGroup = new Panos.Inputs.WildfireAnalysisSecurityProfileLocationDeviceGroupArgs
{
Name = "string",
PanoramaDevice = "string",
},
Shared = null,
},
Description = "string",
DisableOverride = "string",
Name = "string",
Rules = new[]
{
new Panos.Inputs.WildfireAnalysisSecurityProfileRuleArgs
{
Name = "string",
Analysis = "string",
Applications = new[]
{
"string",
},
Direction = "string",
FileTypes = new[]
{
"string",
},
},
},
});
example, err := panos.NewWildfireAnalysisSecurityProfile(ctx, "wildfireAnalysisSecurityProfileResource", &panos.WildfireAnalysisSecurityProfileArgs{
Location: &panos.WildfireAnalysisSecurityProfileLocationArgs{
DeviceGroup: &panos.WildfireAnalysisSecurityProfileLocationDeviceGroupArgs{
Name: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
Shared: &panos.WildfireAnalysisSecurityProfileLocationSharedArgs{},
},
Description: pulumi.String("string"),
DisableOverride: pulumi.String("string"),
Name: pulumi.String("string"),
Rules: panos.WildfireAnalysisSecurityProfileRuleArray{
&panos.WildfireAnalysisSecurityProfileRuleArgs{
Name: pulumi.String("string"),
Analysis: pulumi.String("string"),
Applications: pulumi.StringArray{
pulumi.String("string"),
},
Direction: pulumi.String("string"),
FileTypes: pulumi.StringArray{
pulumi.String("string"),
},
},
},
})
var wildfireAnalysisSecurityProfileResource = new WildfireAnalysisSecurityProfile("wildfireAnalysisSecurityProfileResource", WildfireAnalysisSecurityProfileArgs.builder()
.location(WildfireAnalysisSecurityProfileLocationArgs.builder()
.deviceGroup(WildfireAnalysisSecurityProfileLocationDeviceGroupArgs.builder()
.name("string")
.panoramaDevice("string")
.build())
.shared()
.build())
.description("string")
.disableOverride("string")
.name("string")
.rules(WildfireAnalysisSecurityProfileRuleArgs.builder()
.name("string")
.analysis("string")
.applications("string")
.direction("string")
.fileTypes("string")
.build())
.build());
wildfire_analysis_security_profile_resource = panos.WildfireAnalysisSecurityProfile("wildfireAnalysisSecurityProfileResource",
location={
"device_group": {
"name": "string",
"panorama_device": "string",
},
"shared": {},
},
description="string",
disable_override="string",
name="string",
rules=[{
"name": "string",
"analysis": "string",
"applications": ["string"],
"direction": "string",
"file_types": ["string"],
}])
const wildfireAnalysisSecurityProfileResource = new panos.WildfireAnalysisSecurityProfile("wildfireAnalysisSecurityProfileResource", {
location: {
deviceGroup: {
name: "string",
panoramaDevice: "string",
},
shared: {},
},
description: "string",
disableOverride: "string",
name: "string",
rules: [{
name: "string",
analysis: "string",
applications: ["string"],
direction: "string",
fileTypes: ["string"],
}],
});
type: panos:WildfireAnalysisSecurityProfile
properties:
description: string
disableOverride: string
location:
deviceGroup:
name: string
panoramaDevice: string
shared: {}
name: string
rules:
- analysis: string
applications:
- string
direction: string
fileTypes:
- string
name: string
WildfireAnalysisSecurityProfile 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 WildfireAnalysisSecurityProfile resource accepts the following input properties:
- Location
Wildfire
Analysis Security Profile Location - The location of this object.
- Description string
- Disable
Override string - disable object override in child device groups
- Name string
- Rules
List<Wildfire
Analysis Security Profile Rule>
- Location
Wildfire
Analysis Security Profile Location Args - The location of this object.
- Description string
- Disable
Override string - disable object override in child device groups
- Name string
- Rules
[]Wildfire
Analysis Security Profile Rule Args
- location
Wildfire
Analysis Security Profile Location - The location of this object.
- description String
- disable
Override String - disable object override in child device groups
- name String
- rules
List<Wildfire
Analysis Security Profile Rule>
- location
Wildfire
Analysis Security Profile Location - The location of this object.
- description string
- disable
Override string - disable object override in child device groups
- name string
- rules
Wildfire
Analysis Security Profile Rule[]
- location
Wildfire
Analysis Security Profile Location Args - The location of this object.
- description str
- disable_
override str - disable object override in child device groups
- name str
- rules
Sequence[Wildfire
Analysis Security Profile Rule Args]
- location Property Map
- The location of this object.
- description String
- disable
Override String - disable object override in child device groups
- name String
- rules List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the WildfireAnalysisSecurityProfile resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing WildfireAnalysisSecurityProfile Resource
Get an existing WildfireAnalysisSecurityProfile 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?: WildfireAnalysisSecurityProfileState, opts?: CustomResourceOptions): WildfireAnalysisSecurityProfile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
disable_override: Optional[str] = None,
location: Optional[WildfireAnalysisSecurityProfileLocationArgs] = None,
name: Optional[str] = None,
rules: Optional[Sequence[WildfireAnalysisSecurityProfileRuleArgs]] = None) -> WildfireAnalysisSecurityProfile
func GetWildfireAnalysisSecurityProfile(ctx *Context, name string, id IDInput, state *WildfireAnalysisSecurityProfileState, opts ...ResourceOption) (*WildfireAnalysisSecurityProfile, error)
public static WildfireAnalysisSecurityProfile Get(string name, Input<string> id, WildfireAnalysisSecurityProfileState? state, CustomResourceOptions? opts = null)
public static WildfireAnalysisSecurityProfile get(String name, Output<String> id, WildfireAnalysisSecurityProfileState state, CustomResourceOptions options)
resources: _: type: panos:WildfireAnalysisSecurityProfile 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.
- Description string
- Disable
Override string - disable object override in child device groups
- Location
Wildfire
Analysis Security Profile Location - The location of this object.
- Name string
- Rules
List<Wildfire
Analysis Security Profile Rule>
- Description string
- Disable
Override string - disable object override in child device groups
- Location
Wildfire
Analysis Security Profile Location Args - The location of this object.
- Name string
- Rules
[]Wildfire
Analysis Security Profile Rule Args
- description String
- disable
Override String - disable object override in child device groups
- location
Wildfire
Analysis Security Profile Location - The location of this object.
- name String
- rules
List<Wildfire
Analysis Security Profile Rule>
- description string
- disable
Override string - disable object override in child device groups
- location
Wildfire
Analysis Security Profile Location - The location of this object.
- name string
- rules
Wildfire
Analysis Security Profile Rule[]
- description str
- disable_
override str - disable object override in child device groups
- location
Wildfire
Analysis Security Profile Location Args - The location of this object.
- name str
- rules
Sequence[Wildfire
Analysis Security Profile Rule Args]
- description String
- disable
Override String - disable object override in child device groups
- location Property Map
- The location of this object.
- name String
- rules List<Property Map>
Supporting Types
WildfireAnalysisSecurityProfileLocation, WildfireAnalysisSecurityProfileLocationArgs
- Device
Group WildfireAnalysis Security Profile Location Device Group - Located in a specific Device Group
- Wildfire
Analysis Security Profile Location Shared - Panorama shared object
- Device
Group WildfireAnalysis Security Profile Location Device Group - Located in a specific Device Group
- Wildfire
Analysis Security Profile Location Shared - Panorama shared object
- device
Group WildfireAnalysis Security Profile Location Device Group - Located in a specific Device Group
- Wildfire
Analysis Security Profile Location Shared - Panorama shared object
- device
Group WildfireAnalysis Security Profile Location Device Group - Located in a specific Device Group
- Wildfire
Analysis Security Profile Location Shared - Panorama shared object
- device_
group WildfireAnalysis Security Profile Location Device Group - Located in a specific Device Group
- Wildfire
Analysis Security Profile Location Shared - Panorama shared object
- device
Group Property Map - Located in a specific Device Group
- Property Map
- Panorama shared object
WildfireAnalysisSecurityProfileLocationDeviceGroup, WildfireAnalysisSecurityProfileLocationDeviceGroupArgs
- Name string
- Device Group name
- Panorama
Device string - Panorama device name
- Name string
- Device Group name
- Panorama
Device string - Panorama device name
- name String
- Device Group name
- panorama
Device String - Panorama device name
- name string
- Device Group name
- panorama
Device string - Panorama device name
- name str
- Device Group name
- panorama_
device str - Panorama device name
- name String
- Device Group name
- panorama
Device String - Panorama device name
WildfireAnalysisSecurityProfileRule, WildfireAnalysisSecurityProfileRuleArgs
- Name string
- Analysis string
- Applications List<string>
- Direction string
- File
Types List<string>
- Name string
- Analysis string
- Applications []string
- Direction string
- File
Types []string
- name String
- analysis String
- applications List<String>
- direction String
- file
Types List<String>
- name string
- analysis string
- applications string[]
- direction string
- file
Types string[]
- name str
- analysis str
- applications Sequence[str]
- direction str
- file_
types Sequence[str]
- name String
- analysis String
- applications List<String>
- direction String
- file
Types List<String>
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panos
Terraform Provider.