Documentation ¶
Index ¶
- type EcrConfiguration
- type EcrConfigurationAttributes
- func (ec EcrConfigurationAttributes) ContainerTags() terra.SetValue[terra.StringValue]
- func (ec EcrConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (ec EcrConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ec EcrConfigurationAttributes) InternalWithRef(ref terra.Reference) EcrConfigurationAttributes
- func (ec EcrConfigurationAttributes) RepositoryName() terra.StringValue
- type EcrConfigurationState
- type ImageScanningConfiguration
- type ImageScanningConfigurationAttributes
- func (isc ImageScanningConfigurationAttributes) EcrConfiguration() terra.ListValue[EcrConfigurationAttributes]
- func (isc ImageScanningConfigurationAttributes) ImageScanningEnabled() terra.BoolValue
- func (isc ImageScanningConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (isc ImageScanningConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (isc ImageScanningConfigurationAttributes) InternalWithRef(ref terra.Reference) ImageScanningConfigurationAttributes
- type ImageScanningConfigurationState
- type ImageTestsConfiguration
- type ImageTestsConfigurationAttributes
- func (itc ImageTestsConfigurationAttributes) ImageTestsEnabled() terra.BoolValue
- func (itc ImageTestsConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (itc ImageTestsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (itc ImageTestsConfigurationAttributes) InternalWithRef(ref terra.Reference) ImageTestsConfigurationAttributes
- func (itc ImageTestsConfigurationAttributes) TimeoutMinutes() terra.NumberValue
- type ImageTestsConfigurationState
- type Schedule
- type ScheduleAttributes
- func (s ScheduleAttributes) InternalRef() (terra.Reference, error)
- func (s ScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s ScheduleAttributes) InternalWithRef(ref terra.Reference) ScheduleAttributes
- func (s ScheduleAttributes) PipelineExecutionStartCondition() terra.StringValue
- func (s ScheduleAttributes) ScheduleExpression() terra.StringValue
- func (s ScheduleAttributes) Timezone() terra.StringValue
- type ScheduleState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EcrConfiguration ¶
type EcrConfiguration struct { // ContainerTags: set of string, optional ContainerTags terra.SetValue[terra.StringValue] `hcl:"container_tags,attr"` // RepositoryName: string, optional RepositoryName terra.StringValue `hcl:"repository_name,attr"` }
type EcrConfigurationAttributes ¶
type EcrConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (EcrConfigurationAttributes) ContainerTags ¶
func (ec EcrConfigurationAttributes) ContainerTags() terra.SetValue[terra.StringValue]
func (EcrConfigurationAttributes) InternalRef ¶
func (ec EcrConfigurationAttributes) InternalRef() (terra.Reference, error)
func (EcrConfigurationAttributes) InternalTokens ¶
func (ec EcrConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EcrConfigurationAttributes) InternalWithRef ¶
func (ec EcrConfigurationAttributes) InternalWithRef(ref terra.Reference) EcrConfigurationAttributes
func (EcrConfigurationAttributes) RepositoryName ¶
func (ec EcrConfigurationAttributes) RepositoryName() terra.StringValue
type EcrConfigurationState ¶
type ImageScanningConfiguration ¶
type ImageScanningConfiguration struct { // ImageScanningEnabled: bool, optional ImageScanningEnabled terra.BoolValue `hcl:"image_scanning_enabled,attr"` // EcrConfiguration: optional EcrConfiguration *EcrConfiguration `hcl:"ecr_configuration,block"` }
type ImageScanningConfigurationAttributes ¶
type ImageScanningConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ImageScanningConfigurationAttributes) EcrConfiguration ¶
func (isc ImageScanningConfigurationAttributes) EcrConfiguration() terra.ListValue[EcrConfigurationAttributes]
func (ImageScanningConfigurationAttributes) ImageScanningEnabled ¶
func (isc ImageScanningConfigurationAttributes) ImageScanningEnabled() terra.BoolValue
func (ImageScanningConfigurationAttributes) InternalRef ¶
func (isc ImageScanningConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ImageScanningConfigurationAttributes) InternalTokens ¶
func (isc ImageScanningConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ImageScanningConfigurationAttributes) InternalWithRef ¶
func (isc ImageScanningConfigurationAttributes) InternalWithRef(ref terra.Reference) ImageScanningConfigurationAttributes
type ImageScanningConfigurationState ¶
type ImageScanningConfigurationState struct { ImageScanningEnabled bool `json:"image_scanning_enabled"` EcrConfiguration []EcrConfigurationState `json:"ecr_configuration"` }
type ImageTestsConfiguration ¶
type ImageTestsConfiguration struct { // ImageTestsEnabled: bool, optional ImageTestsEnabled terra.BoolValue `hcl:"image_tests_enabled,attr"` // TimeoutMinutes: number, optional TimeoutMinutes terra.NumberValue `hcl:"timeout_minutes,attr"` }
type ImageTestsConfigurationAttributes ¶
type ImageTestsConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ImageTestsConfigurationAttributes) ImageTestsEnabled ¶
func (itc ImageTestsConfigurationAttributes) ImageTestsEnabled() terra.BoolValue
func (ImageTestsConfigurationAttributes) InternalRef ¶
func (itc ImageTestsConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ImageTestsConfigurationAttributes) InternalTokens ¶
func (itc ImageTestsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ImageTestsConfigurationAttributes) InternalWithRef ¶
func (itc ImageTestsConfigurationAttributes) InternalWithRef(ref terra.Reference) ImageTestsConfigurationAttributes
func (ImageTestsConfigurationAttributes) TimeoutMinutes ¶
func (itc ImageTestsConfigurationAttributes) TimeoutMinutes() terra.NumberValue
type Schedule ¶
type Schedule struct { // PipelineExecutionStartCondition: string, optional PipelineExecutionStartCondition terra.StringValue `hcl:"pipeline_execution_start_condition,attr"` // ScheduleExpression: string, required ScheduleExpression terra.StringValue `hcl:"schedule_expression,attr" validate:"required"` // Timezone: string, optional Timezone terra.StringValue `hcl:"timezone,attr"` }
type ScheduleAttributes ¶
type ScheduleAttributes struct {
// contains filtered or unexported fields
}
func (ScheduleAttributes) InternalRef ¶
func (s ScheduleAttributes) InternalRef() (terra.Reference, error)
func (ScheduleAttributes) InternalTokens ¶
func (s ScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ScheduleAttributes) InternalWithRef ¶
func (s ScheduleAttributes) InternalWithRef(ref terra.Reference) ScheduleAttributes
func (ScheduleAttributes) PipelineExecutionStartCondition ¶
func (s ScheduleAttributes) PipelineExecutionStartCondition() terra.StringValue
func (ScheduleAttributes) ScheduleExpression ¶
func (s ScheduleAttributes) ScheduleExpression() terra.StringValue
func (ScheduleAttributes) Timezone ¶
func (s ScheduleAttributes) Timezone() terra.StringValue
type ScheduleState ¶
Click to show internal directories.
Click to hide internal directories.