1. Packages
  2. Google Cloud Native
  3. API Docs
  4. essentialcontacts
  5. essentialcontacts/v1
  6. FolderContact

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.essentialcontacts/v1.FolderContact

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Adds a new contact for a resource. Auto-naming is currently not supported for this resource.

Create FolderContact Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new FolderContact(name: string, args: FolderContactArgs, opts?: CustomResourceOptions);
@overload
def FolderContact(resource_name: str,
                  args: FolderContactArgs,
                  opts: Optional[ResourceOptions] = None)

@overload
def FolderContact(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  email: Optional[str] = None,
                  folder_id: Optional[str] = None,
                  language_tag: Optional[str] = None,
                  notification_category_subscriptions: Optional[Sequence[FolderContactNotificationCategorySubscriptionsItem]] = None,
                  validate_time: Optional[str] = None,
                  validation_state: Optional[FolderContactValidationState] = None)
func NewFolderContact(ctx *Context, name string, args FolderContactArgs, opts ...ResourceOption) (*FolderContact, error)
public FolderContact(string name, FolderContactArgs args, CustomResourceOptions? opts = null)
public FolderContact(String name, FolderContactArgs args)
public FolderContact(String name, FolderContactArgs args, CustomResourceOptions options)
type: google-native:essentialcontacts/v1:FolderContact
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. FolderContactArgs
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. FolderContactArgs
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. FolderContactArgs
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. FolderContactArgs
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. FolderContactArgs
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 folderContactResource = new GoogleNative.EssentialContacts.V1.FolderContact("folderContactResource", new()
{
    Email = "string",
    FolderId = "string",
    LanguageTag = "string",
    NotificationCategorySubscriptions = new[]
    {
        GoogleNative.EssentialContacts.V1.FolderContactNotificationCategorySubscriptionsItem.NotificationCategoryUnspecified,
    },
    ValidateTime = "string",
    ValidationState = GoogleNative.EssentialContacts.V1.FolderContactValidationState.ValidationStateUnspecified,
});
Copy
example, err := essentialcontacts.NewFolderContact(ctx, "folderContactResource", &essentialcontacts.FolderContactArgs{
	Email:       pulumi.String("string"),
	FolderId:    pulumi.String("string"),
	LanguageTag: pulumi.String("string"),
	NotificationCategorySubscriptions: essentialcontacts.FolderContactNotificationCategorySubscriptionsItemArray{
		essentialcontacts.FolderContactNotificationCategorySubscriptionsItemNotificationCategoryUnspecified,
	},
	ValidateTime:    pulumi.String("string"),
	ValidationState: essentialcontacts.FolderContactValidationStateValidationStateUnspecified,
})
Copy
var folderContactResource = new FolderContact("folderContactResource", FolderContactArgs.builder()
    .email("string")
    .folderId("string")
    .languageTag("string")
    .notificationCategorySubscriptions("NOTIFICATION_CATEGORY_UNSPECIFIED")
    .validateTime("string")
    .validationState("VALIDATION_STATE_UNSPECIFIED")
    .build());
Copy
folder_contact_resource = google_native.essentialcontacts.v1.FolderContact("folderContactResource",
    email="string",
    folder_id="string",
    language_tag="string",
    notification_category_subscriptions=[google_native.essentialcontacts.v1.FolderContactNotificationCategorySubscriptionsItem.NOTIFICATION_CATEGORY_UNSPECIFIED],
    validate_time="string",
    validation_state=google_native.essentialcontacts.v1.FolderContactValidationState.VALIDATION_STATE_UNSPECIFIED)
Copy
const folderContactResource = new google_native.essentialcontacts.v1.FolderContact("folderContactResource", {
    email: "string",
    folderId: "string",
    languageTag: "string",
    notificationCategorySubscriptions: [google_native.essentialcontacts.v1.FolderContactNotificationCategorySubscriptionsItem.NotificationCategoryUnspecified],
    validateTime: "string",
    validationState: google_native.essentialcontacts.v1.FolderContactValidationState.ValidationStateUnspecified,
});
Copy
type: google-native:essentialcontacts/v1:FolderContact
properties:
    email: string
    folderId: string
    languageTag: string
    notificationCategorySubscriptions:
        - NOTIFICATION_CATEGORY_UNSPECIFIED
    validateTime: string
    validationState: VALIDATION_STATE_UNSPECIFIED
Copy

FolderContact 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 FolderContact resource accepts the following input properties:

Email This property is required. string
The email address to send notifications to. The email address does not need to be a Google Account.
FolderId
This property is required.
Changes to this property will trigger replacement.
string
LanguageTag This property is required. string
The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
NotificationCategorySubscriptions This property is required. List<Pulumi.GoogleNative.EssentialContacts.V1.FolderContactNotificationCategorySubscriptionsItem>
The categories of notifications that the contact will receive communications for.
ValidateTime string
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
ValidationState Pulumi.GoogleNative.EssentialContacts.V1.FolderContactValidationState
The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
Email This property is required. string
The email address to send notifications to. The email address does not need to be a Google Account.
FolderId
This property is required.
Changes to this property will trigger replacement.
string
LanguageTag This property is required. string
The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
NotificationCategorySubscriptions This property is required. []FolderContactNotificationCategorySubscriptionsItem
The categories of notifications that the contact will receive communications for.
ValidateTime string
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
ValidationState FolderContactValidationState
The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
email This property is required. String
The email address to send notifications to. The email address does not need to be a Google Account.
folderId
This property is required.
Changes to this property will trigger replacement.
String
languageTag This property is required. String
The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
notificationCategorySubscriptions This property is required. List<FolderContactNotificationCategorySubscriptionsItem>
The categories of notifications that the contact will receive communications for.
validateTime String
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
validationState FolderContactValidationState
The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
email This property is required. string
The email address to send notifications to. The email address does not need to be a Google Account.
folderId
This property is required.
Changes to this property will trigger replacement.
string
languageTag This property is required. string
The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
notificationCategorySubscriptions This property is required. FolderContactNotificationCategorySubscriptionsItem[]
The categories of notifications that the contact will receive communications for.
validateTime string
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
validationState FolderContactValidationState
The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
email This property is required. str
The email address to send notifications to. The email address does not need to be a Google Account.
folder_id
This property is required.
Changes to this property will trigger replacement.
str
language_tag This property is required. str
The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
notification_category_subscriptions This property is required. Sequence[FolderContactNotificationCategorySubscriptionsItem]
The categories of notifications that the contact will receive communications for.
validate_time str
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
validation_state FolderContactValidationState
The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
email This property is required. String
The email address to send notifications to. The email address does not need to be a Google Account.
folderId
This property is required.
Changes to this property will trigger replacement.
String
languageTag This property is required. String
The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
notificationCategorySubscriptions This property is required. List<"NOTIFICATION_CATEGORY_UNSPECIFIED" | "ALL" | "SUSPENSION" | "SECURITY" | "TECHNICAL" | "BILLING" | "LEGAL" | "PRODUCT_UPDATES" | "TECHNICAL_INCIDENTS">
The categories of notifications that the contact will receive communications for.
validateTime String
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
validationState "VALIDATION_STATE_UNSPECIFIED" | "VALID" | "INVALID"
The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the FolderContact resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Name string
The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
Id string
The provider-assigned unique ID for this managed resource.
Name string
The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
id String
The provider-assigned unique ID for this managed resource.
name String
The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
id string
The provider-assigned unique ID for this managed resource.
name string
The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
id str
The provider-assigned unique ID for this managed resource.
name str
The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
id String
The provider-assigned unique ID for this managed resource.
name String
The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}

Supporting Types

FolderContactNotificationCategorySubscriptionsItem
, FolderContactNotificationCategorySubscriptionsItemArgs

NotificationCategoryUnspecified
NOTIFICATION_CATEGORY_UNSPECIFIEDNotification category is unrecognized or unspecified.
All
ALLAll notifications related to the resource, including notifications pertaining to categories added in the future.
Suspension
SUSPENSIONNotifications related to imminent account suspension.
Security
SECURITYNotifications related to security/privacy incidents, notifications, and vulnerabilities.
Technical
TECHNICALNotifications related to technical events and issues such as outages, errors, or bugs.
Billing
BILLINGNotifications related to billing and payments notifications, price updates, errors, or credits.
Legal
LEGALNotifications related to enforcement actions, regulatory compliance, or government notices.
ProductUpdates
PRODUCT_UPDATESNotifications related to new versions, product terms updates, or deprecations.
TechnicalIncidents
TECHNICAL_INCIDENTSChild category of TECHNICAL. If assigned, technical incident notifications will go to these contacts instead of TECHNICAL.
FolderContactNotificationCategorySubscriptionsItemNotificationCategoryUnspecified
NOTIFICATION_CATEGORY_UNSPECIFIEDNotification category is unrecognized or unspecified.
FolderContactNotificationCategorySubscriptionsItemAll
ALLAll notifications related to the resource, including notifications pertaining to categories added in the future.
FolderContactNotificationCategorySubscriptionsItemSuspension
SUSPENSIONNotifications related to imminent account suspension.
FolderContactNotificationCategorySubscriptionsItemSecurity
SECURITYNotifications related to security/privacy incidents, notifications, and vulnerabilities.
FolderContactNotificationCategorySubscriptionsItemTechnical
TECHNICALNotifications related to technical events and issues such as outages, errors, or bugs.
FolderContactNotificationCategorySubscriptionsItemBilling
BILLINGNotifications related to billing and payments notifications, price updates, errors, or credits.
FolderContactNotificationCategorySubscriptionsItemLegal
LEGALNotifications related to enforcement actions, regulatory compliance, or government notices.
FolderContactNotificationCategorySubscriptionsItemProductUpdates
PRODUCT_UPDATESNotifications related to new versions, product terms updates, or deprecations.
FolderContactNotificationCategorySubscriptionsItemTechnicalIncidents
TECHNICAL_INCIDENTSChild category of TECHNICAL. If assigned, technical incident notifications will go to these contacts instead of TECHNICAL.
NotificationCategoryUnspecified
NOTIFICATION_CATEGORY_UNSPECIFIEDNotification category is unrecognized or unspecified.
All
ALLAll notifications related to the resource, including notifications pertaining to categories added in the future.
Suspension
SUSPENSIONNotifications related to imminent account suspension.
Security
SECURITYNotifications related to security/privacy incidents, notifications, and vulnerabilities.
Technical
TECHNICALNotifications related to technical events and issues such as outages, errors, or bugs.
Billing
BILLINGNotifications related to billing and payments notifications, price updates, errors, or credits.
Legal
LEGALNotifications related to enforcement actions, regulatory compliance, or government notices.
ProductUpdates
PRODUCT_UPDATESNotifications related to new versions, product terms updates, or deprecations.
TechnicalIncidents
TECHNICAL_INCIDENTSChild category of TECHNICAL. If assigned, technical incident notifications will go to these contacts instead of TECHNICAL.
NotificationCategoryUnspecified
NOTIFICATION_CATEGORY_UNSPECIFIEDNotification category is unrecognized or unspecified.
All
ALLAll notifications related to the resource, including notifications pertaining to categories added in the future.
Suspension
SUSPENSIONNotifications related to imminent account suspension.
Security
SECURITYNotifications related to security/privacy incidents, notifications, and vulnerabilities.
Technical
TECHNICALNotifications related to technical events and issues such as outages, errors, or bugs.
Billing
BILLINGNotifications related to billing and payments notifications, price updates, errors, or credits.
Legal
LEGALNotifications related to enforcement actions, regulatory compliance, or government notices.
ProductUpdates
PRODUCT_UPDATESNotifications related to new versions, product terms updates, or deprecations.
TechnicalIncidents
TECHNICAL_INCIDENTSChild category of TECHNICAL. If assigned, technical incident notifications will go to these contacts instead of TECHNICAL.
NOTIFICATION_CATEGORY_UNSPECIFIED
NOTIFICATION_CATEGORY_UNSPECIFIEDNotification category is unrecognized or unspecified.
ALL
ALLAll notifications related to the resource, including notifications pertaining to categories added in the future.
SUSPENSION
SUSPENSIONNotifications related to imminent account suspension.
SECURITY
SECURITYNotifications related to security/privacy incidents, notifications, and vulnerabilities.
TECHNICAL
TECHNICALNotifications related to technical events and issues such as outages, errors, or bugs.
BILLING
BILLINGNotifications related to billing and payments notifications, price updates, errors, or credits.
LEGAL
LEGALNotifications related to enforcement actions, regulatory compliance, or government notices.
PRODUCT_UPDATES
PRODUCT_UPDATESNotifications related to new versions, product terms updates, or deprecations.
TECHNICAL_INCIDENTS
TECHNICAL_INCIDENTSChild category of TECHNICAL. If assigned, technical incident notifications will go to these contacts instead of TECHNICAL.
"NOTIFICATION_CATEGORY_UNSPECIFIED"
NOTIFICATION_CATEGORY_UNSPECIFIEDNotification category is unrecognized or unspecified.
"ALL"
ALLAll notifications related to the resource, including notifications pertaining to categories added in the future.
"SUSPENSION"
SUSPENSIONNotifications related to imminent account suspension.
"SECURITY"
SECURITYNotifications related to security/privacy incidents, notifications, and vulnerabilities.
"TECHNICAL"
TECHNICALNotifications related to technical events and issues such as outages, errors, or bugs.
"BILLING"
BILLINGNotifications related to billing and payments notifications, price updates, errors, or credits.
"LEGAL"
LEGALNotifications related to enforcement actions, regulatory compliance, or government notices.
"PRODUCT_UPDATES"
PRODUCT_UPDATESNotifications related to new versions, product terms updates, or deprecations.
"TECHNICAL_INCIDENTS"
TECHNICAL_INCIDENTSChild category of TECHNICAL. If assigned, technical incident notifications will go to these contacts instead of TECHNICAL.

FolderContactValidationState
, FolderContactValidationStateArgs

ValidationStateUnspecified
VALIDATION_STATE_UNSPECIFIEDThe validation state is unknown or unspecified.
Valid
VALIDThe contact is marked as valid. This is usually done manually by the contact admin. All new contacts begin in the valid state.
Invalid
INVALIDThe contact is considered invalid. This may become the state if the contact's email is found to be unreachable.
FolderContactValidationStateValidationStateUnspecified
VALIDATION_STATE_UNSPECIFIEDThe validation state is unknown or unspecified.
FolderContactValidationStateValid
VALIDThe contact is marked as valid. This is usually done manually by the contact admin. All new contacts begin in the valid state.
FolderContactValidationStateInvalid
INVALIDThe contact is considered invalid. This may become the state if the contact's email is found to be unreachable.
ValidationStateUnspecified
VALIDATION_STATE_UNSPECIFIEDThe validation state is unknown or unspecified.
Valid
VALIDThe contact is marked as valid. This is usually done manually by the contact admin. All new contacts begin in the valid state.
Invalid
INVALIDThe contact is considered invalid. This may become the state if the contact's email is found to be unreachable.
ValidationStateUnspecified
VALIDATION_STATE_UNSPECIFIEDThe validation state is unknown or unspecified.
Valid
VALIDThe contact is marked as valid. This is usually done manually by the contact admin. All new contacts begin in the valid state.
Invalid
INVALIDThe contact is considered invalid. This may become the state if the contact's email is found to be unreachable.
VALIDATION_STATE_UNSPECIFIED
VALIDATION_STATE_UNSPECIFIEDThe validation state is unknown or unspecified.
VALID
VALIDThe contact is marked as valid. This is usually done manually by the contact admin. All new contacts begin in the valid state.
INVALID
INVALIDThe contact is considered invalid. This may become the state if the contact's email is found to be unreachable.
"VALIDATION_STATE_UNSPECIFIED"
VALIDATION_STATE_UNSPECIFIEDThe validation state is unknown or unspecified.
"VALID"
VALIDThe contact is marked as valid. This is usually done manually by the contact admin. All new contacts begin in the valid state.
"INVALID"
INVALIDThe contact is considered invalid. This may become the state if the contact's email is found to be unreachable.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi