Documentation ¶
Index ¶
- type Configuration
- type ConfigurationAttributes
- func (c ConfigurationAttributes) Id() terra.StringValue
- func (c ConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (c ConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c ConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationAttributes
- func (c ConfigurationAttributes) Revision() terra.NumberValue
- type ConfigurationState
- type EncryptionOptions
- type EncryptionOptionsAttributes
- func (eo EncryptionOptionsAttributes) InternalRef() (terra.Reference, error)
- func (eo EncryptionOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (eo EncryptionOptionsAttributes) InternalWithRef(ref terra.Reference) EncryptionOptionsAttributes
- func (eo EncryptionOptionsAttributes) KmsKeyId() terra.StringValue
- func (eo EncryptionOptionsAttributes) UseAwsOwnedKey() terra.BoolValue
- type EncryptionOptionsState
- type Instances
- type InstancesAttributes
- func (i InstancesAttributes) ConsoleUrl() terra.StringValue
- func (i InstancesAttributes) Endpoints() terra.ListValue[terra.StringValue]
- func (i InstancesAttributes) InternalRef() (terra.Reference, error)
- func (i InstancesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i InstancesAttributes) InternalWithRef(ref terra.Reference) InstancesAttributes
- func (i InstancesAttributes) IpAddress() terra.StringValue
- type InstancesState
- type LdapServerMetadata
- type LdapServerMetadataAttributes
- func (lsm LdapServerMetadataAttributes) Hosts() terra.ListValue[terra.StringValue]
- func (lsm LdapServerMetadataAttributes) InternalRef() (terra.Reference, error)
- func (lsm LdapServerMetadataAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lsm LdapServerMetadataAttributes) InternalWithRef(ref terra.Reference) LdapServerMetadataAttributes
- func (lsm LdapServerMetadataAttributes) RoleBase() terra.StringValue
- func (lsm LdapServerMetadataAttributes) RoleName() terra.StringValue
- func (lsm LdapServerMetadataAttributes) RoleSearchMatching() terra.StringValue
- func (lsm LdapServerMetadataAttributes) RoleSearchSubtree() terra.BoolValue
- func (lsm LdapServerMetadataAttributes) ServiceAccountPassword() terra.StringValue
- func (lsm LdapServerMetadataAttributes) ServiceAccountUsername() terra.StringValue
- func (lsm LdapServerMetadataAttributes) UserBase() terra.StringValue
- func (lsm LdapServerMetadataAttributes) UserRoleName() terra.StringValue
- func (lsm LdapServerMetadataAttributes) UserSearchMatching() terra.StringValue
- func (lsm LdapServerMetadataAttributes) UserSearchSubtree() terra.BoolValue
- type LdapServerMetadataState
- type Logs
- type LogsAttributes
- func (l LogsAttributes) Audit() terra.StringValue
- func (l LogsAttributes) General() terra.BoolValue
- func (l LogsAttributes) InternalRef() (terra.Reference, error)
- func (l LogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (l LogsAttributes) InternalWithRef(ref terra.Reference) LogsAttributes
- type LogsState
- type MaintenanceWindowStartTime
- type MaintenanceWindowStartTimeAttributes
- func (mwst MaintenanceWindowStartTimeAttributes) DayOfWeek() terra.StringValue
- func (mwst MaintenanceWindowStartTimeAttributes) InternalRef() (terra.Reference, error)
- func (mwst MaintenanceWindowStartTimeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mwst MaintenanceWindowStartTimeAttributes) InternalWithRef(ref terra.Reference) MaintenanceWindowStartTimeAttributes
- func (mwst MaintenanceWindowStartTimeAttributes) TimeOfDay() terra.StringValue
- func (mwst MaintenanceWindowStartTimeAttributes) TimeZone() terra.StringValue
- type MaintenanceWindowStartTimeState
- type User
- type UserAttributes
- func (u UserAttributes) ConsoleAccess() terra.BoolValue
- func (u UserAttributes) Groups() terra.SetValue[terra.StringValue]
- func (u UserAttributes) InternalRef() (terra.Reference, error)
- func (u UserAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (u UserAttributes) InternalWithRef(ref terra.Reference) UserAttributes
- func (u UserAttributes) Username() terra.StringValue
- type UserState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct{}
type ConfigurationAttributes ¶
type ConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ConfigurationAttributes) Id ¶
func (c ConfigurationAttributes) Id() terra.StringValue
func (ConfigurationAttributes) InternalRef ¶
func (c ConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ConfigurationAttributes) InternalTokens ¶
func (c ConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConfigurationAttributes) InternalWithRef ¶
func (c ConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationAttributes
func (ConfigurationAttributes) Revision ¶
func (c ConfigurationAttributes) Revision() terra.NumberValue
type ConfigurationState ¶
type EncryptionOptions ¶
type EncryptionOptions struct{}
type EncryptionOptionsAttributes ¶
type EncryptionOptionsAttributes struct {
// contains filtered or unexported fields
}
func (EncryptionOptionsAttributes) InternalRef ¶
func (eo EncryptionOptionsAttributes) InternalRef() (terra.Reference, error)
func (EncryptionOptionsAttributes) InternalTokens ¶
func (eo EncryptionOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EncryptionOptionsAttributes) InternalWithRef ¶
func (eo EncryptionOptionsAttributes) InternalWithRef(ref terra.Reference) EncryptionOptionsAttributes
func (EncryptionOptionsAttributes) KmsKeyId ¶
func (eo EncryptionOptionsAttributes) KmsKeyId() terra.StringValue
func (EncryptionOptionsAttributes) UseAwsOwnedKey ¶
func (eo EncryptionOptionsAttributes) UseAwsOwnedKey() terra.BoolValue
type EncryptionOptionsState ¶
type InstancesAttributes ¶
type InstancesAttributes struct {
// contains filtered or unexported fields
}
func (InstancesAttributes) ConsoleUrl ¶
func (i InstancesAttributes) ConsoleUrl() terra.StringValue
func (InstancesAttributes) Endpoints ¶
func (i InstancesAttributes) Endpoints() terra.ListValue[terra.StringValue]
func (InstancesAttributes) InternalRef ¶
func (i InstancesAttributes) InternalRef() (terra.Reference, error)
func (InstancesAttributes) InternalTokens ¶
func (i InstancesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InstancesAttributes) InternalWithRef ¶
func (i InstancesAttributes) InternalWithRef(ref terra.Reference) InstancesAttributes
func (InstancesAttributes) IpAddress ¶
func (i InstancesAttributes) IpAddress() terra.StringValue
type InstancesState ¶
type LdapServerMetadata ¶
type LdapServerMetadata struct{}
type LdapServerMetadataAttributes ¶
type LdapServerMetadataAttributes struct {
// contains filtered or unexported fields
}
func (LdapServerMetadataAttributes) Hosts ¶
func (lsm LdapServerMetadataAttributes) Hosts() terra.ListValue[terra.StringValue]
func (LdapServerMetadataAttributes) InternalRef ¶
func (lsm LdapServerMetadataAttributes) InternalRef() (terra.Reference, error)
func (LdapServerMetadataAttributes) InternalTokens ¶
func (lsm LdapServerMetadataAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LdapServerMetadataAttributes) InternalWithRef ¶
func (lsm LdapServerMetadataAttributes) InternalWithRef(ref terra.Reference) LdapServerMetadataAttributes
func (LdapServerMetadataAttributes) RoleBase ¶
func (lsm LdapServerMetadataAttributes) RoleBase() terra.StringValue
func (LdapServerMetadataAttributes) RoleName ¶
func (lsm LdapServerMetadataAttributes) RoleName() terra.StringValue
func (LdapServerMetadataAttributes) RoleSearchMatching ¶
func (lsm LdapServerMetadataAttributes) RoleSearchMatching() terra.StringValue
func (LdapServerMetadataAttributes) RoleSearchSubtree ¶
func (lsm LdapServerMetadataAttributes) RoleSearchSubtree() terra.BoolValue
func (LdapServerMetadataAttributes) ServiceAccountPassword ¶
func (lsm LdapServerMetadataAttributes) ServiceAccountPassword() terra.StringValue
func (LdapServerMetadataAttributes) ServiceAccountUsername ¶
func (lsm LdapServerMetadataAttributes) ServiceAccountUsername() terra.StringValue
func (LdapServerMetadataAttributes) UserBase ¶
func (lsm LdapServerMetadataAttributes) UserBase() terra.StringValue
func (LdapServerMetadataAttributes) UserRoleName ¶
func (lsm LdapServerMetadataAttributes) UserRoleName() terra.StringValue
func (LdapServerMetadataAttributes) UserSearchMatching ¶
func (lsm LdapServerMetadataAttributes) UserSearchMatching() terra.StringValue
func (LdapServerMetadataAttributes) UserSearchSubtree ¶
func (lsm LdapServerMetadataAttributes) UserSearchSubtree() terra.BoolValue
type LdapServerMetadataState ¶
type LdapServerMetadataState struct { Hosts []string `json:"hosts"` RoleBase string `json:"role_base"` RoleName string `json:"role_name"` RoleSearchMatching string `json:"role_search_matching"` RoleSearchSubtree bool `json:"role_search_subtree"` ServiceAccountPassword string `json:"service_account_password"` ServiceAccountUsername string `json:"service_account_username"` UserBase string `json:"user_base"` UserRoleName string `json:"user_role_name"` UserSearchMatching string `json:"user_search_matching"` UserSearchSubtree bool `json:"user_search_subtree"` }
type LogsAttributes ¶
type LogsAttributes struct {
// contains filtered or unexported fields
}
func (LogsAttributes) Audit ¶
func (l LogsAttributes) Audit() terra.StringValue
func (LogsAttributes) General ¶
func (l LogsAttributes) General() terra.BoolValue
func (LogsAttributes) InternalRef ¶
func (l LogsAttributes) InternalRef() (terra.Reference, error)
func (LogsAttributes) InternalTokens ¶
func (l LogsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LogsAttributes) InternalWithRef ¶
func (l LogsAttributes) InternalWithRef(ref terra.Reference) LogsAttributes
type MaintenanceWindowStartTime ¶
type MaintenanceWindowStartTime struct{}
type MaintenanceWindowStartTimeAttributes ¶
type MaintenanceWindowStartTimeAttributes struct {
// contains filtered or unexported fields
}
func (MaintenanceWindowStartTimeAttributes) DayOfWeek ¶
func (mwst MaintenanceWindowStartTimeAttributes) DayOfWeek() terra.StringValue
func (MaintenanceWindowStartTimeAttributes) InternalRef ¶
func (mwst MaintenanceWindowStartTimeAttributes) InternalRef() (terra.Reference, error)
func (MaintenanceWindowStartTimeAttributes) InternalTokens ¶
func (mwst MaintenanceWindowStartTimeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MaintenanceWindowStartTimeAttributes) InternalWithRef ¶
func (mwst MaintenanceWindowStartTimeAttributes) InternalWithRef(ref terra.Reference) MaintenanceWindowStartTimeAttributes
func (MaintenanceWindowStartTimeAttributes) TimeOfDay ¶
func (mwst MaintenanceWindowStartTimeAttributes) TimeOfDay() terra.StringValue
func (MaintenanceWindowStartTimeAttributes) TimeZone ¶
func (mwst MaintenanceWindowStartTimeAttributes) TimeZone() terra.StringValue
type UserAttributes ¶
type UserAttributes struct {
// contains filtered or unexported fields
}
func (UserAttributes) ConsoleAccess ¶
func (u UserAttributes) ConsoleAccess() terra.BoolValue
func (UserAttributes) Groups ¶
func (u UserAttributes) Groups() terra.SetValue[terra.StringValue]
func (UserAttributes) InternalRef ¶
func (u UserAttributes) InternalRef() (terra.Reference, error)
func (UserAttributes) InternalTokens ¶
func (u UserAttributes) InternalTokens() (hclwrite.Tokens, error)
func (UserAttributes) InternalWithRef ¶
func (u UserAttributes) InternalWithRef(ref terra.Reference) UserAttributes
func (UserAttributes) Username ¶
func (u UserAttributes) Username() terra.StringValue
Click to show internal directories.
Click to hide internal directories.