Documentation ¶
Index ¶
- type Args
- type AuditLogConfig
- type AuditLogConfigAttributes
- func (alc AuditLogConfigAttributes) ExemptedMembers() terra.SetValue[terra.StringValue]
- func (alc AuditLogConfigAttributes) InternalRef() (terra.Reference, error)
- func (alc AuditLogConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (alc AuditLogConfigAttributes) InternalWithRef(ref terra.Reference) AuditLogConfigAttributes
- func (alc AuditLogConfigAttributes) LogType() terra.StringValue
- type AuditLogConfigState
- type Resource
- func (gfiac *Resource) Attributes() googleFolderIamAuditConfigAttributes
- func (gfiac *Resource) Configuration() interface{}
- func (gfiac *Resource) DependOn() terra.Reference
- func (gfiac *Resource) Dependencies() terra.Dependencies
- func (gfiac *Resource) ImportState(state io.Reader) error
- func (gfiac *Resource) LifecycleManagement() *terra.Lifecycle
- func (gfiac *Resource) LocalName() string
- func (gfiac *Resource) State() (*googleFolderIamAuditConfigState, bool)
- func (gfiac *Resource) StateMust() *googleFolderIamAuditConfigState
- func (gfiac *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Folder: string, required Folder terra.StringValue `hcl:"folder,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Service: string, required Service terra.StringValue `hcl:"service,attr" validate:"required"` // AuditLogConfig: min=1 AuditLogConfig []AuditLogConfig `hcl:"audit_log_config,block" validate:"min=1"` }
Args contains the configurations for google_folder_iam_audit_config.
type AuditLogConfig ¶
type AuditLogConfig struct { // ExemptedMembers: set of string, optional ExemptedMembers terra.SetValue[terra.StringValue] `hcl:"exempted_members,attr"` // LogType: string, required LogType terra.StringValue `hcl:"log_type,attr" validate:"required"` }
type AuditLogConfigAttributes ¶
type AuditLogConfigAttributes struct {
// contains filtered or unexported fields
}
func (AuditLogConfigAttributes) ExemptedMembers ¶
func (alc AuditLogConfigAttributes) ExemptedMembers() terra.SetValue[terra.StringValue]
func (AuditLogConfigAttributes) InternalRef ¶
func (alc AuditLogConfigAttributes) InternalRef() (terra.Reference, error)
func (AuditLogConfigAttributes) InternalTokens ¶
func (alc AuditLogConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuditLogConfigAttributes) InternalWithRef ¶
func (alc AuditLogConfigAttributes) InternalWithRef(ref terra.Reference) AuditLogConfigAttributes
func (AuditLogConfigAttributes) LogType ¶
func (alc AuditLogConfigAttributes) LogType() terra.StringValue
type AuditLogConfigState ¶
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource google_folder_iam_audit_config.
func (*Resource) Attributes ¶
func (gfiac *Resource) Attributes() googleFolderIamAuditConfigAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gfiac *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gfiac *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.