Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
Types ¶
type MongodbatlasSpec ¶
type MongodbatlasSpec struct { // MongoDB Atlas Base URL // +optional BaseURL *string `json:"baseURL,omitempty" tf:"base_url"` // MongoDB Atlas Programmatic Private Key PrivateKey *string `json:"-" sensitive:"true" tf:"private_key"` // MongoDB Atlas Programmatic Public Key PublicKey *string `json:"publicKey" tf:"public_key"` // MongoDB Realm Base URL // +optional RealmBaseURL *string `json:"realmBaseURL,omitempty" tf:"realm_base_url"` }
Click to show internal directories.
Click to hide internal directories.