shieldproactiveengagement

package
v0.0.0-...-917d9f1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmergencyContact

type EmergencyContact struct {
	// ContactNotes: string, optional
	ContactNotes terra.StringValue `hcl:"contact_notes,attr"`
	// EmailAddress: string, required
	EmailAddress terra.StringValue `hcl:"email_address,attr" validate:"required"`
	// PhoneNumber: string, optional
	PhoneNumber terra.StringValue `hcl:"phone_number,attr"`
}

type EmergencyContactAttributes

type EmergencyContactAttributes struct {
	// contains filtered or unexported fields
}

func (EmergencyContactAttributes) ContactNotes

func (ec EmergencyContactAttributes) ContactNotes() terra.StringValue

func (EmergencyContactAttributes) EmailAddress

func (ec EmergencyContactAttributes) EmailAddress() terra.StringValue

func (EmergencyContactAttributes) InternalRef

func (ec EmergencyContactAttributes) InternalRef() (terra.Reference, error)

func (EmergencyContactAttributes) InternalTokens

func (ec EmergencyContactAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EmergencyContactAttributes) InternalWithRef

func (EmergencyContactAttributes) PhoneNumber

func (ec EmergencyContactAttributes) PhoneNumber() terra.StringValue

type EmergencyContactState

type EmergencyContactState struct {
	ContactNotes string `json:"contact_notes"`
	EmailAddress string `json:"email_address"`
	PhoneNumber  string `json:"phone_number"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL