Viewing docs for volcenginecc v0.0.41
published on Monday, Jun 8, 2026 by Volcengine
published on Monday, Jun 8, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.41
published on Monday, Jun 8, 2026 by Volcengine
published on Monday, Jun 8, 2026 by Volcengine
Data Source schema for Volcengine::CloudMonitor::ContactGroup
Using getContactGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getContactGroup(args: GetContactGroupArgs, opts?: InvokeOptions): Promise<GetContactGroupResult>
function getContactGroupOutput(args: GetContactGroupOutputArgs, opts?: InvokeOptions): Output<GetContactGroupResult>def get_contact_group(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetContactGroupResult
def get_contact_group_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetContactGroupResult]func LookupContactGroup(ctx *Context, args *LookupContactGroupArgs, opts ...InvokeOption) (*LookupContactGroupResult, error)
func LookupContactGroupOutput(ctx *Context, args *LookupContactGroupOutputArgs, opts ...InvokeOption) LookupContactGroupResultOutput> Note: This function is named LookupContactGroup in the Go SDK.
public static class GetContactGroup
{
public static Task<GetContactGroupResult> InvokeAsync(GetContactGroupArgs args, InvokeOptions? opts = null)
public static Output<GetContactGroupResult> Invoke(GetContactGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetContactGroupResult> getContactGroup(GetContactGroupArgs args, InvokeOptions options)
public static Output<GetContactGroupResult> getContactGroup(GetContactGroupArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:cloudmonitor/getContactGroup:getContactGroup
arguments:
# arguments dictionarydata "volcenginecc_cloudmonitor_getcontactgroup" "name" {
# arguments
}The following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getContactGroup Result
The following output properties are available:
- Account
Id string - Account ID that created this contact group
- Contact
Group stringId - Contact group ID
- Contacts
List<Volcengine.
Get Contact Group Contact> - Contact information in the contact group
- Created
At string - Contact group creation time
- Description string
- Contact group description. If left blank, defaults to an empty string. Length must be between 1 and 255 characters. Chinese, English, underscores, and other special characters are allowed
- Id string
- Uniquely identifies the resource.
- Name string
- Contact group name. Cannot start with a digit or hyphen. Can only contain Chinese characters, letters, digits, underscores _, and hyphens -. Length must be between 1 and 128 characters
- Updated
At string - Contact group update time
- Account
Id string - Account ID that created this contact group
- Contact
Group stringId - Contact group ID
- Contacts
[]Get
Contact Group Contact - Contact information in the contact group
- Created
At string - Contact group creation time
- Description string
- Contact group description. If left blank, defaults to an empty string. Length must be between 1 and 255 characters. Chinese, English, underscores, and other special characters are allowed
- Id string
- Uniquely identifies the resource.
- Name string
- Contact group name. Cannot start with a digit or hyphen. Can only contain Chinese characters, letters, digits, underscores _, and hyphens -. Length must be between 1 and 128 characters
- Updated
At string - Contact group update time
- account_
id string - Account ID that created this contact group
- contact_
group_ stringid - Contact group ID
- contacts list(object)
- Contact information in the contact group
- created_
at string - Contact group creation time
- description string
- Contact group description. If left blank, defaults to an empty string. Length must be between 1 and 255 characters. Chinese, English, underscores, and other special characters are allowed
- id string
- Uniquely identifies the resource.
- name string
- Contact group name. Cannot start with a digit or hyphen. Can only contain Chinese characters, letters, digits, underscores _, and hyphens -. Length must be between 1 and 128 characters
- updated_
at string - Contact group update time
- account
Id String - Account ID that created this contact group
- contact
Group StringId - Contact group ID
- contacts
List<Get
Contact Group Contact> - Contact information in the contact group
- created
At String - Contact group creation time
- description String
- Contact group description. If left blank, defaults to an empty string. Length must be between 1 and 255 characters. Chinese, English, underscores, and other special characters are allowed
- id String
- Uniquely identifies the resource.
- name String
- Contact group name. Cannot start with a digit or hyphen. Can only contain Chinese characters, letters, digits, underscores _, and hyphens -. Length must be between 1 and 128 characters
- updated
At String - Contact group update time
- account
Id string - Account ID that created this contact group
- contact
Group stringId - Contact group ID
- contacts
Get
Contact Group Contact[] - Contact information in the contact group
- created
At string - Contact group creation time
- description string
- Contact group description. If left blank, defaults to an empty string. Length must be between 1 and 255 characters. Chinese, English, underscores, and other special characters are allowed
- id string
- Uniquely identifies the resource.
- name string
- Contact group name. Cannot start with a digit or hyphen. Can only contain Chinese characters, letters, digits, underscores _, and hyphens -. Length must be between 1 and 128 characters
- updated
At string - Contact group update time
- account_
id str - Account ID that created this contact group
- contact_
group_ strid - Contact group ID
- contacts
Sequence[Get
Contact Group Contact] - Contact information in the contact group
- created_
at str - Contact group creation time
- description str
- Contact group description. If left blank, defaults to an empty string. Length must be between 1 and 255 characters. Chinese, English, underscores, and other special characters are allowed
- id str
- Uniquely identifies the resource.
- name str
- Contact group name. Cannot start with a digit or hyphen. Can only contain Chinese characters, letters, digits, underscores _, and hyphens -. Length must be between 1 and 128 characters
- updated_
at str - Contact group update time
- account
Id String - Account ID that created this contact group
- contact
Group StringId - Contact group ID
- contacts List<Property Map>
- Contact information in the contact group
- created
At String - Contact group creation time
- description String
- Contact group description. If left blank, defaults to an empty string. Length must be between 1 and 255 characters. Chinese, English, underscores, and other special characters are allowed
- id String
- Uniquely identifies the resource.
- name String
- Contact group name. Cannot start with a digit or hyphen. Can only contain Chinese characters, letters, digits, underscores _, and hyphens -. Length must be between 1 and 128 characters
- updated
At String - Contact group update time
Supporting Types
GetContactGroupContact
- contact_
id string - Contact ID
- email string
- Contact email address
- name string
- Contact name
- phone string
- Contact mobile number
- contact_
id str - Contact ID
- email str
- Contact email address
- name str
- Contact name
- phone str
- Contact mobile number
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.41
published on Monday, Jun 8, 2026 by Volcengine
published on Monday, Jun 8, 2026 by Volcengine