panos.ApplicationGroup
Explore with Pulumi AI
Create ApplicationGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ApplicationGroup(name: string, args: ApplicationGroupArgs, opts?: CustomResourceOptions);
@overload
def ApplicationGroup(resource_name: str,
args: ApplicationGroupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ApplicationGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
location: Optional[ApplicationGroupLocationArgs] = None,
disable_override: Optional[str] = None,
members: Optional[Sequence[str]] = None,
name: Optional[str] = None)
func NewApplicationGroup(ctx *Context, name string, args ApplicationGroupArgs, opts ...ResourceOption) (*ApplicationGroup, error)
public ApplicationGroup(string name, ApplicationGroupArgs args, CustomResourceOptions? opts = null)
public ApplicationGroup(String name, ApplicationGroupArgs args)
public ApplicationGroup(String name, ApplicationGroupArgs args, CustomResourceOptions options)
type: panos:ApplicationGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ApplicationGroupArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ApplicationGroupArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ApplicationGroupArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ApplicationGroupArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ApplicationGroupArgs - 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 applicationGroupResource = new Panos.ApplicationGroup("applicationGroupResource", new()
{
Location = new Panos.Inputs.ApplicationGroupLocationArgs
{
DeviceGroup = new Panos.Inputs.ApplicationGroupLocationDeviceGroupArgs
{
Name = "string",
PanoramaDevice = "string",
},
Shared = null,
Vsys = new Panos.Inputs.ApplicationGroupLocationVsysArgs
{
Name = "string",
NgfwDevice = "string",
},
},
DisableOverride = "string",
Members = new[]
{
"string",
},
Name = "string",
});
example, err := panos.NewApplicationGroup(ctx, "applicationGroupResource", &panos.ApplicationGroupArgs{
Location: &panos.ApplicationGroupLocationArgs{
DeviceGroup: &panos.ApplicationGroupLocationDeviceGroupArgs{
Name: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
Shared: &panos.ApplicationGroupLocationSharedArgs{},
Vsys: &panos.ApplicationGroupLocationVsysArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
},
},
DisableOverride: pulumi.String("string"),
Members: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
})
var applicationGroupResource = new ApplicationGroup("applicationGroupResource", ApplicationGroupArgs.builder()
.location(ApplicationGroupLocationArgs.builder()
.deviceGroup(ApplicationGroupLocationDeviceGroupArgs.builder()
.name("string")
.panoramaDevice("string")
.build())
.shared()
.vsys(ApplicationGroupLocationVsysArgs.builder()
.name("string")
.ngfwDevice("string")
.build())
.build())
.disableOverride("string")
.members("string")
.name("string")
.build());
application_group_resource = panos.ApplicationGroup("applicationGroupResource",
location={
"device_group": {
"name": "string",
"panorama_device": "string",
},
"shared": {},
"vsys": {
"name": "string",
"ngfw_device": "string",
},
},
disable_override="string",
members=["string"],
name="string")
const applicationGroupResource = new panos.ApplicationGroup("applicationGroupResource", {
location: {
deviceGroup: {
name: "string",
panoramaDevice: "string",
},
shared: {},
vsys: {
name: "string",
ngfwDevice: "string",
},
},
disableOverride: "string",
members: ["string"],
name: "string",
});
type: panos:ApplicationGroup
properties:
disableOverride: string
location:
deviceGroup:
name: string
panoramaDevice: string
shared: {}
vsys:
name: string
ngfwDevice: string
members:
- string
name: string
ApplicationGroup 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 ApplicationGroup resource accepts the following input properties:
- Location
This property is required. ApplicationGroup Location - The location of this object.
- Disable
Override string - disable object override in child device groups
- Members List<string>
- Name string
- Location
This property is required. ApplicationGroup Location Args - The location of this object.
- Disable
Override string - disable object override in child device groups
- Members []string
- Name string
- location
This property is required. ApplicationGroup Location - The location of this object.
- disable
Override String - disable object override in child device groups
- members List<String>
- name String
- location
This property is required. ApplicationGroup Location - The location of this object.
- disable
Override string - disable object override in child device groups
- members string[]
- name string
- location
This property is required. ApplicationGroup Location Args - The location of this object.
- disable_
override str - disable object override in child device groups
- members Sequence[str]
- name str
- location
This property is required. Property Map - The location of this object.
- disable
Override String - disable object override in child device groups
- members List<String>
- name String
Outputs
All input properties are implicitly available as output properties. Additionally, the ApplicationGroup 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 ApplicationGroup Resource
Get an existing ApplicationGroup 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?: ApplicationGroupState, opts?: CustomResourceOptions): ApplicationGroup
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
disable_override: Optional[str] = None,
location: Optional[ApplicationGroupLocationArgs] = None,
members: Optional[Sequence[str]] = None,
name: Optional[str] = None) -> ApplicationGroup
func GetApplicationGroup(ctx *Context, name string, id IDInput, state *ApplicationGroupState, opts ...ResourceOption) (*ApplicationGroup, error)
public static ApplicationGroup Get(string name, Input<string> id, ApplicationGroupState? state, CustomResourceOptions? opts = null)
public static ApplicationGroup get(String name, Output<String> id, ApplicationGroupState state, CustomResourceOptions options)
resources: _: type: panos:ApplicationGroup get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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.
- Disable
Override string - disable object override in child device groups
- Location
Application
Group Location - The location of this object.
- Members List<string>
- Name string
- Disable
Override string - disable object override in child device groups
- Location
Application
Group Location Args - The location of this object.
- Members []string
- Name string
- disable
Override String - disable object override in child device groups
- location
Application
Group Location - The location of this object.
- members List<String>
- name String
- disable
Override string - disable object override in child device groups
- location
Application
Group Location - The location of this object.
- members string[]
- name string
- disable_
override str - disable object override in child device groups
- location
Application
Group Location Args - The location of this object.
- members Sequence[str]
- name str
- disable
Override String - disable object override in child device groups
- location Property Map
- The location of this object.
- members List<String>
- name String
Supporting Types
ApplicationGroupLocation, ApplicationGroupLocationArgs
- Device
Group ApplicationGroup Location Device Group - Located in a specific Device Group
- Application
Group Location Shared - Panorama shared object
- Vsys
Application
Group Location Vsys - Located in a specific Virtual System
- Device
Group ApplicationGroup Location Device Group - Located in a specific Device Group
- Application
Group Location Shared - Panorama shared object
- Vsys
Application
Group Location Vsys - Located in a specific Virtual System
- device
Group ApplicationGroup Location Device Group - Located in a specific Device Group
- Application
Group Location Shared - Panorama shared object
- vsys
Application
Group Location Vsys - Located in a specific Virtual System
- device
Group ApplicationGroup Location Device Group - Located in a specific Device Group
- Application
Group Location Shared - Panorama shared object
- vsys
Application
Group Location Vsys - Located in a specific Virtual System
- device_
group ApplicationGroup Location Device Group - Located in a specific Device Group
- Application
Group Location Shared - Panorama shared object
- vsys
Application
Group Location Vsys - Located in a specific Virtual System
- device
Group Property Map - Located in a specific Device Group
- Property Map
- Panorama shared object
- vsys Property Map
- Located in a specific Virtual System
ApplicationGroupLocationDeviceGroup, ApplicationGroupLocationDeviceGroupArgs
- 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
ApplicationGroupLocationVsys, ApplicationGroupLocationVsysArgs
- Name string
- The Virtual System name
- Ngfw
Device string - The NGFW device name
- Name string
- The Virtual System name
- Ngfw
Device string - The NGFW device name
- name String
- The Virtual System name
- ngfw
Device String - The NGFW device name
- name string
- The Virtual System name
- ngfw
Device string - The NGFW device name
- name str
- The Virtual System name
- ngfw_
device str - The NGFW device name
- name String
- The Virtual System name
- ngfw
Device String - The NGFW device name
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panos
Terraform Provider.