Documentation ¶
Index ¶
- type PackageSource
- type PackageSourceAttributes
- func (ps PackageSourceAttributes) InternalRef() (terra.Reference, error)
- func (ps PackageSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ps PackageSourceAttributes) InternalWithRef(ref terra.Reference) PackageSourceAttributes
- func (ps PackageSourceAttributes) S3BucketName() terra.StringValue
- func (ps PackageSourceAttributes) S3Key() terra.StringValue
- type PackageSourceState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageSource ¶
type PackageSource struct { // S3BucketName: string, required S3BucketName terra.StringValue `hcl:"s3_bucket_name,attr" validate:"required"` // S3Key: string, required S3Key terra.StringValue `hcl:"s3_key,attr" validate:"required"` }
type PackageSourceAttributes ¶
type PackageSourceAttributes struct {
// contains filtered or unexported fields
}
func (PackageSourceAttributes) InternalRef ¶
func (ps PackageSourceAttributes) InternalRef() (terra.Reference, error)
func (PackageSourceAttributes) InternalTokens ¶
func (ps PackageSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PackageSourceAttributes) InternalWithRef ¶
func (ps PackageSourceAttributes) InternalWithRef(ref terra.Reference) PackageSourceAttributes
func (PackageSourceAttributes) S3BucketName ¶
func (ps PackageSourceAttributes) S3BucketName() terra.StringValue
func (PackageSourceAttributes) S3Key ¶
func (ps PackageSourceAttributes) S3Key() terra.StringValue
type PackageSourceState ¶
Click to show internal directories.
Click to hide internal directories.