Documentation ¶
Index ¶
- type ConfigurationProperty
- type ConfigurationPropertyAttributes
- func (cp ConfigurationPropertyAttributes) Description() terra.StringValue
- func (cp ConfigurationPropertyAttributes) InternalRef() (terra.Reference, error)
- func (cp ConfigurationPropertyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cp ConfigurationPropertyAttributes) InternalWithRef(ref terra.Reference) ConfigurationPropertyAttributes
- func (cp ConfigurationPropertyAttributes) Key() terra.BoolValue
- func (cp ConfigurationPropertyAttributes) Name() terra.StringValue
- func (cp ConfigurationPropertyAttributes) Queryable() terra.BoolValue
- func (cp ConfigurationPropertyAttributes) Required() terra.BoolValue
- func (cp ConfigurationPropertyAttributes) Secret() terra.BoolValue
- func (cp ConfigurationPropertyAttributes) Type() terra.StringValue
- type ConfigurationPropertyState
- type InputArtifactDetails
- type InputArtifactDetailsAttributes
- func (iad InputArtifactDetailsAttributes) InternalRef() (terra.Reference, error)
- func (iad InputArtifactDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (iad InputArtifactDetailsAttributes) InternalWithRef(ref terra.Reference) InputArtifactDetailsAttributes
- func (iad InputArtifactDetailsAttributes) MaximumCount() terra.NumberValue
- func (iad InputArtifactDetailsAttributes) MinimumCount() terra.NumberValue
- type InputArtifactDetailsState
- type OutputArtifactDetails
- type OutputArtifactDetailsAttributes
- func (oad OutputArtifactDetailsAttributes) InternalRef() (terra.Reference, error)
- func (oad OutputArtifactDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (oad OutputArtifactDetailsAttributes) InternalWithRef(ref terra.Reference) OutputArtifactDetailsAttributes
- func (oad OutputArtifactDetailsAttributes) MaximumCount() terra.NumberValue
- func (oad OutputArtifactDetailsAttributes) MinimumCount() terra.NumberValue
- type OutputArtifactDetailsState
- type Settings
- type SettingsAttributes
- func (s SettingsAttributes) EntityUrlTemplate() terra.StringValue
- func (s SettingsAttributes) ExecutionUrlTemplate() terra.StringValue
- func (s SettingsAttributes) InternalRef() (terra.Reference, error)
- func (s SettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SettingsAttributes) InternalWithRef(ref terra.Reference) SettingsAttributes
- func (s SettingsAttributes) RevisionUrlTemplate() terra.StringValue
- func (s SettingsAttributes) ThirdPartyConfigurationUrl() terra.StringValue
- type SettingsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigurationProperty ¶
type ConfigurationProperty struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Key: bool, required Key terra.BoolValue `hcl:"key,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Queryable: bool, optional Queryable terra.BoolValue `hcl:"queryable,attr"` // Required: bool, required Required terra.BoolValue `hcl:"required,attr" validate:"required"` // Secret: bool, required Secret terra.BoolValue `hcl:"secret,attr" validate:"required"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` }
type ConfigurationPropertyAttributes ¶
type ConfigurationPropertyAttributes struct {
// contains filtered or unexported fields
}
func (ConfigurationPropertyAttributes) Description ¶
func (cp ConfigurationPropertyAttributes) Description() terra.StringValue
func (ConfigurationPropertyAttributes) InternalRef ¶
func (cp ConfigurationPropertyAttributes) InternalRef() (terra.Reference, error)
func (ConfigurationPropertyAttributes) InternalTokens ¶
func (cp ConfigurationPropertyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConfigurationPropertyAttributes) InternalWithRef ¶
func (cp ConfigurationPropertyAttributes) InternalWithRef(ref terra.Reference) ConfigurationPropertyAttributes
func (ConfigurationPropertyAttributes) Key ¶
func (cp ConfigurationPropertyAttributes) Key() terra.BoolValue
func (ConfigurationPropertyAttributes) Name ¶
func (cp ConfigurationPropertyAttributes) Name() terra.StringValue
func (ConfigurationPropertyAttributes) Queryable ¶
func (cp ConfigurationPropertyAttributes) Queryable() terra.BoolValue
func (ConfigurationPropertyAttributes) Required ¶
func (cp ConfigurationPropertyAttributes) Required() terra.BoolValue
func (ConfigurationPropertyAttributes) Secret ¶
func (cp ConfigurationPropertyAttributes) Secret() terra.BoolValue
func (ConfigurationPropertyAttributes) Type ¶
func (cp ConfigurationPropertyAttributes) Type() terra.StringValue
type InputArtifactDetails ¶
type InputArtifactDetails struct { // MaximumCount: number, required MaximumCount terra.NumberValue `hcl:"maximum_count,attr" validate:"required"` // MinimumCount: number, required MinimumCount terra.NumberValue `hcl:"minimum_count,attr" validate:"required"` }
type InputArtifactDetailsAttributes ¶
type InputArtifactDetailsAttributes struct {
// contains filtered or unexported fields
}
func (InputArtifactDetailsAttributes) InternalRef ¶
func (iad InputArtifactDetailsAttributes) InternalRef() (terra.Reference, error)
func (InputArtifactDetailsAttributes) InternalTokens ¶
func (iad InputArtifactDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InputArtifactDetailsAttributes) InternalWithRef ¶
func (iad InputArtifactDetailsAttributes) InternalWithRef(ref terra.Reference) InputArtifactDetailsAttributes
func (InputArtifactDetailsAttributes) MaximumCount ¶
func (iad InputArtifactDetailsAttributes) MaximumCount() terra.NumberValue
func (InputArtifactDetailsAttributes) MinimumCount ¶
func (iad InputArtifactDetailsAttributes) MinimumCount() terra.NumberValue
type OutputArtifactDetails ¶
type OutputArtifactDetails struct { // MaximumCount: number, required MaximumCount terra.NumberValue `hcl:"maximum_count,attr" validate:"required"` // MinimumCount: number, required MinimumCount terra.NumberValue `hcl:"minimum_count,attr" validate:"required"` }
type OutputArtifactDetailsAttributes ¶
type OutputArtifactDetailsAttributes struct {
// contains filtered or unexported fields
}
func (OutputArtifactDetailsAttributes) InternalRef ¶
func (oad OutputArtifactDetailsAttributes) InternalRef() (terra.Reference, error)
func (OutputArtifactDetailsAttributes) InternalTokens ¶
func (oad OutputArtifactDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OutputArtifactDetailsAttributes) InternalWithRef ¶
func (oad OutputArtifactDetailsAttributes) InternalWithRef(ref terra.Reference) OutputArtifactDetailsAttributes
func (OutputArtifactDetailsAttributes) MaximumCount ¶
func (oad OutputArtifactDetailsAttributes) MaximumCount() terra.NumberValue
func (OutputArtifactDetailsAttributes) MinimumCount ¶
func (oad OutputArtifactDetailsAttributes) MinimumCount() terra.NumberValue
type Settings ¶
type Settings struct { // EntityUrlTemplate: string, optional EntityUrlTemplate terra.StringValue `hcl:"entity_url_template,attr"` // ExecutionUrlTemplate: string, optional ExecutionUrlTemplate terra.StringValue `hcl:"execution_url_template,attr"` // RevisionUrlTemplate: string, optional RevisionUrlTemplate terra.StringValue `hcl:"revision_url_template,attr"` // ThirdPartyConfigurationUrl: string, optional ThirdPartyConfigurationUrl terra.StringValue `hcl:"third_party_configuration_url,attr"` }
type SettingsAttributes ¶
type SettingsAttributes struct {
// contains filtered or unexported fields
}
func (SettingsAttributes) EntityUrlTemplate ¶
func (s SettingsAttributes) EntityUrlTemplate() terra.StringValue
func (SettingsAttributes) ExecutionUrlTemplate ¶
func (s SettingsAttributes) ExecutionUrlTemplate() terra.StringValue
func (SettingsAttributes) InternalRef ¶
func (s SettingsAttributes) InternalRef() (terra.Reference, error)
func (SettingsAttributes) InternalTokens ¶
func (s SettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SettingsAttributes) InternalWithRef ¶
func (s SettingsAttributes) InternalWithRef(ref terra.Reference) SettingsAttributes
func (SettingsAttributes) RevisionUrlTemplate ¶
func (s SettingsAttributes) RevisionUrlTemplate() terra.StringValue
func (SettingsAttributes) ThirdPartyConfigurationUrl ¶
func (s SettingsAttributes) ThirdPartyConfigurationUrl() terra.StringValue
Click to show internal directories.
Click to hide internal directories.