Documentation ¶
Index ¶
- type ExcludeMap
- type ExcludeMapAttributes
- func (em ExcludeMapAttributes) Account() terra.SetValue[terra.StringValue]
- func (em ExcludeMapAttributes) InternalRef() (terra.Reference, error)
- func (em ExcludeMapAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (em ExcludeMapAttributes) InternalWithRef(ref terra.Reference) ExcludeMapAttributes
- func (em ExcludeMapAttributes) Orgunit() terra.SetValue[terra.StringValue]
- type ExcludeMapState
- type IncludeMap
- type IncludeMapAttributes
- func (im IncludeMapAttributes) Account() terra.SetValue[terra.StringValue]
- func (im IncludeMapAttributes) InternalRef() (terra.Reference, error)
- func (im IncludeMapAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (im IncludeMapAttributes) InternalWithRef(ref terra.Reference) IncludeMapAttributes
- func (im IncludeMapAttributes) Orgunit() terra.SetValue[terra.StringValue]
- type IncludeMapState
- type SecurityServicePolicyData
- type SecurityServicePolicyDataAttributes
- func (sspd SecurityServicePolicyDataAttributes) InternalRef() (terra.Reference, error)
- func (sspd SecurityServicePolicyDataAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sspd SecurityServicePolicyDataAttributes) InternalWithRef(ref terra.Reference) SecurityServicePolicyDataAttributes
- func (sspd SecurityServicePolicyDataAttributes) ManagedServiceData() terra.StringValue
- func (sspd SecurityServicePolicyDataAttributes) Type() terra.StringValue
- type SecurityServicePolicyDataState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExcludeMap ¶
type ExcludeMap struct { // Account: set of string, optional Account terra.SetValue[terra.StringValue] `hcl:"account,attr"` // Orgunit: set of string, optional Orgunit terra.SetValue[terra.StringValue] `hcl:"orgunit,attr"` }
type ExcludeMapAttributes ¶
type ExcludeMapAttributes struct {
// contains filtered or unexported fields
}
func (ExcludeMapAttributes) Account ¶
func (em ExcludeMapAttributes) Account() terra.SetValue[terra.StringValue]
func (ExcludeMapAttributes) InternalRef ¶
func (em ExcludeMapAttributes) InternalRef() (terra.Reference, error)
func (ExcludeMapAttributes) InternalTokens ¶
func (em ExcludeMapAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ExcludeMapAttributes) InternalWithRef ¶
func (em ExcludeMapAttributes) InternalWithRef(ref terra.Reference) ExcludeMapAttributes
func (ExcludeMapAttributes) Orgunit ¶
func (em ExcludeMapAttributes) Orgunit() terra.SetValue[terra.StringValue]
type ExcludeMapState ¶
type IncludeMap ¶
type IncludeMap struct { // Account: set of string, optional Account terra.SetValue[terra.StringValue] `hcl:"account,attr"` // Orgunit: set of string, optional Orgunit terra.SetValue[terra.StringValue] `hcl:"orgunit,attr"` }
type IncludeMapAttributes ¶
type IncludeMapAttributes struct {
// contains filtered or unexported fields
}
func (IncludeMapAttributes) Account ¶
func (im IncludeMapAttributes) Account() terra.SetValue[terra.StringValue]
func (IncludeMapAttributes) InternalRef ¶
func (im IncludeMapAttributes) InternalRef() (terra.Reference, error)
func (IncludeMapAttributes) InternalTokens ¶
func (im IncludeMapAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IncludeMapAttributes) InternalWithRef ¶
func (im IncludeMapAttributes) InternalWithRef(ref terra.Reference) IncludeMapAttributes
func (IncludeMapAttributes) Orgunit ¶
func (im IncludeMapAttributes) Orgunit() terra.SetValue[terra.StringValue]
type IncludeMapState ¶
type SecurityServicePolicyData ¶
type SecurityServicePolicyData struct { // ManagedServiceData: string, optional ManagedServiceData terra.StringValue `hcl:"managed_service_data,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type SecurityServicePolicyDataAttributes ¶
type SecurityServicePolicyDataAttributes struct {
// contains filtered or unexported fields
}
func (SecurityServicePolicyDataAttributes) InternalRef ¶
func (sspd SecurityServicePolicyDataAttributes) InternalRef() (terra.Reference, error)
func (SecurityServicePolicyDataAttributes) InternalTokens ¶
func (sspd SecurityServicePolicyDataAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SecurityServicePolicyDataAttributes) InternalWithRef ¶
func (sspd SecurityServicePolicyDataAttributes) InternalWithRef(ref terra.Reference) SecurityServicePolicyDataAttributes
func (SecurityServicePolicyDataAttributes) ManagedServiceData ¶
func (sspd SecurityServicePolicyDataAttributes) ManagedServiceData() terra.StringValue
func (SecurityServicePolicyDataAttributes) Type ¶
func (sspd SecurityServicePolicyDataAttributes) Type() terra.StringValue
Click to show internal directories.
Click to hide internal directories.