Documentation ¶
Index ¶
- type Args
- type ExportConfig
- type ExportConfigAttributes
- func (ec ExportConfigAttributes) InternalRef() (terra.Reference, error)
- func (ec ExportConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ec ExportConfigAttributes) InternalWithRef(ref terra.Reference) ExportConfigAttributes
- func (ec ExportConfigAttributes) S3Destination() terra.ListValue[ExportConfigS3DestinationAttributes]
- func (ec ExportConfigAttributes) Type() terra.StringValue
- type ExportConfigS3Destination
- type ExportConfigS3DestinationAttributes
- func (sd ExportConfigS3DestinationAttributes) Bucket() terra.StringValue
- func (sd ExportConfigS3DestinationAttributes) EncryptionDisabled() terra.BoolValue
- func (sd ExportConfigS3DestinationAttributes) EncryptionKey() terra.StringValue
- func (sd ExportConfigS3DestinationAttributes) InternalRef() (terra.Reference, error)
- func (sd ExportConfigS3DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sd ExportConfigS3DestinationAttributes) InternalWithRef(ref terra.Reference) ExportConfigS3DestinationAttributes
- func (sd ExportConfigS3DestinationAttributes) Packaging() terra.StringValue
- func (sd ExportConfigS3DestinationAttributes) Path() terra.StringValue
- type ExportConfigS3DestinationState
- type ExportConfigState
- type Resource
- func (acrg *Resource) Attributes() awsCodebuildReportGroupAttributes
- func (acrg *Resource) Configuration() interface{}
- func (acrg *Resource) DependOn() terra.Reference
- func (acrg *Resource) Dependencies() terra.Dependencies
- func (acrg *Resource) ImportState(state io.Reader) error
- func (acrg *Resource) LifecycleManagement() *terra.Lifecycle
- func (acrg *Resource) LocalName() string
- func (acrg *Resource) State() (*awsCodebuildReportGroupState, bool)
- func (acrg *Resource) StateMust() *awsCodebuildReportGroupState
- func (acrg *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // DeleteReports: bool, optional DeleteReports terra.BoolValue `hcl:"delete_reports,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // ExportConfig: required ExportConfig *ExportConfig `hcl:"export_config,block" validate:"required"` }
Args contains the configurations for aws_codebuild_report_group.
type ExportConfig ¶
type ExportConfig struct { // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // ExportConfigS3Destination: optional S3Destination *ExportConfigS3Destination `hcl:"s3_destination,block"` }
type ExportConfigAttributes ¶
type ExportConfigAttributes struct {
// contains filtered or unexported fields
}
func (ExportConfigAttributes) InternalRef ¶
func (ec ExportConfigAttributes) InternalRef() (terra.Reference, error)
func (ExportConfigAttributes) InternalTokens ¶
func (ec ExportConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ExportConfigAttributes) InternalWithRef ¶
func (ec ExportConfigAttributes) InternalWithRef(ref terra.Reference) ExportConfigAttributes
func (ExportConfigAttributes) S3Destination ¶
func (ec ExportConfigAttributes) S3Destination() terra.ListValue[ExportConfigS3DestinationAttributes]
func (ExportConfigAttributes) Type ¶
func (ec ExportConfigAttributes) Type() terra.StringValue
type ExportConfigS3Destination ¶
type ExportConfigS3Destination struct { // Bucket: string, required Bucket terra.StringValue `hcl:"bucket,attr" validate:"required"` // EncryptionDisabled: bool, optional EncryptionDisabled terra.BoolValue `hcl:"encryption_disabled,attr"` // EncryptionKey: string, required EncryptionKey terra.StringValue `hcl:"encryption_key,attr" validate:"required"` // Packaging: string, optional Packaging terra.StringValue `hcl:"packaging,attr"` // Path: string, optional Path terra.StringValue `hcl:"path,attr"` }
type ExportConfigS3DestinationAttributes ¶
type ExportConfigS3DestinationAttributes struct {
// contains filtered or unexported fields
}
func (ExportConfigS3DestinationAttributes) Bucket ¶
func (sd ExportConfigS3DestinationAttributes) Bucket() terra.StringValue
func (ExportConfigS3DestinationAttributes) EncryptionDisabled ¶
func (sd ExportConfigS3DestinationAttributes) EncryptionDisabled() terra.BoolValue
func (ExportConfigS3DestinationAttributes) EncryptionKey ¶
func (sd ExportConfigS3DestinationAttributes) EncryptionKey() terra.StringValue
func (ExportConfigS3DestinationAttributes) InternalRef ¶
func (sd ExportConfigS3DestinationAttributes) InternalRef() (terra.Reference, error)
func (ExportConfigS3DestinationAttributes) InternalTokens ¶
func (sd ExportConfigS3DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ExportConfigS3DestinationAttributes) InternalWithRef ¶
func (sd ExportConfigS3DestinationAttributes) InternalWithRef(ref terra.Reference) ExportConfigS3DestinationAttributes
func (ExportConfigS3DestinationAttributes) Packaging ¶
func (sd ExportConfigS3DestinationAttributes) Packaging() terra.StringValue
func (ExportConfigS3DestinationAttributes) Path ¶
func (sd ExportConfigS3DestinationAttributes) Path() terra.StringValue
type ExportConfigState ¶
type ExportConfigState struct { Type string `json:"type"` S3Destination []ExportConfigS3DestinationState `json:"s3_destination"` }
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 aws_codebuild_report_group.
func (*Resource) Attributes ¶
func (acrg *Resource) Attributes() awsCodebuildReportGroupAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acrg *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acrg *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.