google-native.monitoring/v3.Group
Creates a new group. Auto-naming is currently not supported for this resource.
Create Group Resource
new Group(name: string, args?: GroupArgs, opts?: CustomResourceOptions);
@overload
def Group(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
filter: Optional[str] = None,
is_cluster: Optional[bool] = None,
parent_name: Optional[str] = None,
project: Optional[str] = None,
validate_only: Optional[bool] = None)
@overload
def Group(resource_name: str,
args: Optional[GroupArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewGroup(ctx *Context, name string, args *GroupArgs, opts ...ResourceOption) (*Group, error)
public Group(string name, GroupArgs? args = null, CustomResourceOptions? opts = null)
type: google-native:monitoring/v3:Group
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GroupArgs
- 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 GroupArgs
- 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 GroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Group 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 Group resource accepts the following input properties:
- Display
Name string A user-assigned name for this group, used only for display purposes.
- Filter string
The filter used to determine which monitored resources belong to this group.
- Is
Cluster bool If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
- Parent
Name string The name of the group's parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, "".
- Project string
- Validate
Only bool If true, validate this request but do not create the group.
- Display
Name string A user-assigned name for this group, used only for display purposes.
- Filter string
The filter used to determine which monitored resources belong to this group.
- Is
Cluster bool If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
- Parent
Name string The name of the group's parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, "".
- Project string
- Validate
Only bool If true, validate this request but do not create the group.
- display
Name String A user-assigned name for this group, used only for display purposes.
- filter String
The filter used to determine which monitored resources belong to this group.
- is
Cluster Boolean If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
- parent
Name String The name of the group's parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, "".
- project String
- validate
Only Boolean If true, validate this request but do not create the group.
- display
Name string A user-assigned name for this group, used only for display purposes.
- filter string
The filter used to determine which monitored resources belong to this group.
- is
Cluster boolean If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
- parent
Name string The name of the group's parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, "".
- project string
- validate
Only boolean If true, validate this request but do not create the group.
- display_
name str A user-assigned name for this group, used only for display purposes.
- filter str
The filter used to determine which monitored resources belong to this group.
- is_
cluster bool If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
- parent_
name str The name of the group's parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, "".
- project str
- validate_
only bool If true, validate this request but do not create the group.
- display
Name String A user-assigned name for this group, used only for display purposes.
- filter String
The filter used to determine which monitored resources belong to this group.
- is
Cluster Boolean If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
- parent
Name String The name of the group's parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, "".
- project String
- validate
Only Boolean If true, validate this request but do not create the group.
Outputs
All input properties are implicitly available as output properties. Additionally, the Group resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
The name of this group. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to CreateGroup and a unique [GROUP_ID] that is generated automatically.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
The name of this group. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to CreateGroup and a unique [GROUP_ID] that is generated automatically.
- id String
The provider-assigned unique ID for this managed resource.
- name String
The name of this group. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to CreateGroup and a unique [GROUP_ID] that is generated automatically.
- id string
The provider-assigned unique ID for this managed resource.
- name string
The name of this group. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to CreateGroup and a unique [GROUP_ID] that is generated automatically.
- id str
The provider-assigned unique ID for this managed resource.
- name str
The name of this group. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to CreateGroup and a unique [GROUP_ID] that is generated automatically.
- id String
The provider-assigned unique ID for this managed resource.
- name String
The name of this group. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to CreateGroup and a unique [GROUP_ID] that is generated automatically.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0