Documentation ¶
Index ¶
- type Args
- type Identity
- type IdentityAttributes
- func (i IdentityAttributes) IdentityIds() terra.SetValue[terra.StringValue]
- func (i IdentityAttributes) InternalRef() (terra.Reference, error)
- func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
- func (i IdentityAttributes) PrincipalId() terra.StringValue
- func (i IdentityAttributes) TenantId() terra.StringValue
- func (i IdentityAttributes) Type() terra.StringValue
- type IdentityState
- type Resource
- func (acse *Resource) Attributes() azurermChaosStudioExperimentAttributes
- func (acse *Resource) Configuration() interface{}
- func (acse *Resource) DependOn() terra.Reference
- func (acse *Resource) Dependencies() terra.Dependencies
- func (acse *Resource) ImportState(state io.Reader) error
- func (acse *Resource) LifecycleManagement() *terra.Lifecycle
- func (acse *Resource) LocalName() string
- func (acse *Resource) State() (*azurermChaosStudioExperimentState, bool)
- func (acse *Resource) StateMust() *azurermChaosStudioExperimentState
- func (acse *Resource) Type() string
- type Selectors
- type SelectorsAttributes
- func (s SelectorsAttributes) ChaosStudioTargetIds() terra.ListValue[terra.StringValue]
- func (s SelectorsAttributes) InternalRef() (terra.Reference, error)
- func (s SelectorsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SelectorsAttributes) InternalWithRef(ref terra.Reference) SelectorsAttributes
- func (s SelectorsAttributes) Name() terra.StringValue
- type SelectorsState
- type Steps
- type StepsAttributes
- func (s StepsAttributes) Branch() terra.ListValue[StepsBranchAttributes]
- func (s StepsAttributes) InternalRef() (terra.Reference, error)
- func (s StepsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s StepsAttributes) InternalWithRef(ref terra.Reference) StepsAttributes
- func (s StepsAttributes) Name() terra.StringValue
- type StepsBranch
- type StepsBranchActions
- type StepsBranchActionsAttributes
- func (a StepsBranchActionsAttributes) ActionType() terra.StringValue
- func (a StepsBranchActionsAttributes) Duration() terra.StringValue
- func (a StepsBranchActionsAttributes) InternalRef() (terra.Reference, error)
- func (a StepsBranchActionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a StepsBranchActionsAttributes) InternalWithRef(ref terra.Reference) StepsBranchActionsAttributes
- func (a StepsBranchActionsAttributes) Parameters() terra.MapValue[terra.StringValue]
- func (a StepsBranchActionsAttributes) SelectorName() terra.StringValue
- func (a StepsBranchActionsAttributes) Urn() terra.StringValue
- type StepsBranchActionsState
- type StepsBranchAttributes
- func (b StepsBranchAttributes) Actions() terra.ListValue[StepsBranchActionsAttributes]
- func (b StepsBranchAttributes) InternalRef() (terra.Reference, error)
- func (b StepsBranchAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (b StepsBranchAttributes) InternalWithRef(ref terra.Reference) StepsBranchAttributes
- func (b StepsBranchAttributes) Name() terra.StringValue
- type StepsBranchState
- type StepsState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // Identity: optional Identity *Identity `hcl:"identity,block"` // Selectors: min=1 Selectors []Selectors `hcl:"selectors,block" validate:"min=1"` // Steps: min=1 Steps []Steps `hcl:"steps,block" validate:"min=1"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_chaos_studio_experiment.
type Identity ¶
type Identity struct { // IdentityIds: set of string, optional IdentityIds terra.SetValue[terra.StringValue] `hcl:"identity_ids,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type IdentityAttributes ¶
type IdentityAttributes struct {
// contains filtered or unexported fields
}
func (IdentityAttributes) IdentityIds ¶
func (i IdentityAttributes) IdentityIds() terra.SetValue[terra.StringValue]
func (IdentityAttributes) InternalRef ¶
func (i IdentityAttributes) InternalRef() (terra.Reference, error)
func (IdentityAttributes) InternalTokens ¶
func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IdentityAttributes) InternalWithRef ¶
func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
func (IdentityAttributes) PrincipalId ¶
func (i IdentityAttributes) PrincipalId() terra.StringValue
func (IdentityAttributes) TenantId ¶
func (i IdentityAttributes) TenantId() terra.StringValue
func (IdentityAttributes) Type ¶
func (i IdentityAttributes) Type() terra.StringValue
type IdentityState ¶
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 azurerm_chaos_studio_experiment.
func (*Resource) Attributes ¶
func (acse *Resource) Attributes() azurermChaosStudioExperimentAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acse *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acse *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.
type Selectors ¶
type Selectors struct { // ChaosStudioTargetIds: list of string, required ChaosStudioTargetIds terra.ListValue[terra.StringValue] `hcl:"chaos_studio_target_ids,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` }
type SelectorsAttributes ¶
type SelectorsAttributes struct {
// contains filtered or unexported fields
}
func (SelectorsAttributes) ChaosStudioTargetIds ¶
func (s SelectorsAttributes) ChaosStudioTargetIds() terra.ListValue[terra.StringValue]
func (SelectorsAttributes) InternalRef ¶
func (s SelectorsAttributes) InternalRef() (terra.Reference, error)
func (SelectorsAttributes) InternalTokens ¶
func (s SelectorsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SelectorsAttributes) InternalWithRef ¶
func (s SelectorsAttributes) InternalWithRef(ref terra.Reference) SelectorsAttributes
func (SelectorsAttributes) Name ¶
func (s SelectorsAttributes) Name() terra.StringValue
type SelectorsState ¶
type Steps ¶
type Steps struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // StepsBranch: min=1 Branch []StepsBranch `hcl:"branch,block" validate:"min=1"` }
type StepsAttributes ¶
type StepsAttributes struct {
// contains filtered or unexported fields
}
func (StepsAttributes) Branch ¶
func (s StepsAttributes) Branch() terra.ListValue[StepsBranchAttributes]
func (StepsAttributes) InternalRef ¶
func (s StepsAttributes) InternalRef() (terra.Reference, error)
func (StepsAttributes) InternalTokens ¶
func (s StepsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (StepsAttributes) InternalWithRef ¶
func (s StepsAttributes) InternalWithRef(ref terra.Reference) StepsAttributes
func (StepsAttributes) Name ¶
func (s StepsAttributes) Name() terra.StringValue
type StepsBranch ¶
type StepsBranch struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // StepsBranchActions: min=1 Actions []StepsBranchActions `hcl:"actions,block" validate:"min=1"` }
type StepsBranchActions ¶
type StepsBranchActions struct { // ActionType: string, required ActionType terra.StringValue `hcl:"action_type,attr" validate:"required"` // Duration: string, optional Duration terra.StringValue `hcl:"duration,attr"` // Parameters: map of string, optional Parameters terra.MapValue[terra.StringValue] `hcl:"parameters,attr"` // SelectorName: string, optional SelectorName terra.StringValue `hcl:"selector_name,attr"` // Urn: string, optional Urn terra.StringValue `hcl:"urn,attr"` }
type StepsBranchActionsAttributes ¶
type StepsBranchActionsAttributes struct {
// contains filtered or unexported fields
}
func (StepsBranchActionsAttributes) ActionType ¶
func (a StepsBranchActionsAttributes) ActionType() terra.StringValue
func (StepsBranchActionsAttributes) Duration ¶
func (a StepsBranchActionsAttributes) Duration() terra.StringValue
func (StepsBranchActionsAttributes) InternalRef ¶
func (a StepsBranchActionsAttributes) InternalRef() (terra.Reference, error)
func (StepsBranchActionsAttributes) InternalTokens ¶
func (a StepsBranchActionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (StepsBranchActionsAttributes) InternalWithRef ¶
func (a StepsBranchActionsAttributes) InternalWithRef(ref terra.Reference) StepsBranchActionsAttributes
func (StepsBranchActionsAttributes) Parameters ¶
func (a StepsBranchActionsAttributes) Parameters() terra.MapValue[terra.StringValue]
func (StepsBranchActionsAttributes) SelectorName ¶
func (a StepsBranchActionsAttributes) SelectorName() terra.StringValue
func (StepsBranchActionsAttributes) Urn ¶
func (a StepsBranchActionsAttributes) Urn() terra.StringValue
type StepsBranchActionsState ¶
type StepsBranchAttributes ¶
type StepsBranchAttributes struct {
// contains filtered or unexported fields
}
func (StepsBranchAttributes) Actions ¶
func (b StepsBranchAttributes) Actions() terra.ListValue[StepsBranchActionsAttributes]
func (StepsBranchAttributes) InternalRef ¶
func (b StepsBranchAttributes) InternalRef() (terra.Reference, error)
func (StepsBranchAttributes) InternalTokens ¶
func (b StepsBranchAttributes) InternalTokens() (hclwrite.Tokens, error)
func (StepsBranchAttributes) InternalWithRef ¶
func (b StepsBranchAttributes) InternalWithRef(ref terra.Reference) StepsBranchAttributes
func (StepsBranchAttributes) Name ¶
func (b StepsBranchAttributes) Name() terra.StringValue
type StepsBranchState ¶
type StepsBranchState struct { Name string `json:"name"` Actions []StepsBranchActionsState `json:"actions"` }
type StepsState ¶
type StepsState struct { Name string `json:"name"` Branch []StepsBranchState `json:"branch"` }
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.