google-native logo
Google Cloud Native v0.28.0, Feb 2 23

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)
public Group(String name, GroupArgs args)
public Group(String name, GroupArgs args, CustomResourceOptions options)
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:

DisplayName 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.

IsCluster 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.

ParentName 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
ValidateOnly bool

If true, validate this request but do not create the group.

DisplayName 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.

IsCluster 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.

ParentName 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
ValidateOnly bool

If true, validate this request but do not create the group.

displayName 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.

isCluster 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.

parentName 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
validateOnly Boolean

If true, validate this request but do not create the group.

displayName 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.

isCluster 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.

parentName 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
validateOnly 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.

displayName 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.

isCluster 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.

parentName 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
validateOnly 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