Documentation ¶
Index ¶
- type OutputConfig
- type OutputConfigAttributes
- func (oc OutputConfigAttributes) InternalRef() (terra.Reference, error)
- func (oc OutputConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (oc OutputConfigAttributes) InternalWithRef(ref terra.Reference) OutputConfigAttributes
- func (oc OutputConfigAttributes) KmsKeyId() terra.StringValue
- func (oc OutputConfigAttributes) S3OutputLocation() terra.StringValue
- type OutputConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputConfig ¶
type OutputConfig struct { // KmsKeyId: string, optional KmsKeyId terra.StringValue `hcl:"kms_key_id,attr"` // S3OutputLocation: string, required S3OutputLocation terra.StringValue `hcl:"s3_output_location,attr" validate:"required"` }
type OutputConfigAttributes ¶
type OutputConfigAttributes struct {
// contains filtered or unexported fields
}
func (OutputConfigAttributes) InternalRef ¶
func (oc OutputConfigAttributes) InternalRef() (terra.Reference, error)
func (OutputConfigAttributes) InternalTokens ¶
func (oc OutputConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OutputConfigAttributes) InternalWithRef ¶
func (oc OutputConfigAttributes) InternalWithRef(ref terra.Reference) OutputConfigAttributes
func (OutputConfigAttributes) KmsKeyId ¶
func (oc OutputConfigAttributes) KmsKeyId() terra.StringValue
func (OutputConfigAttributes) S3OutputLocation ¶
func (oc OutputConfigAttributes) S3OutputLocation() terra.StringValue
type OutputConfigState ¶
Click to show internal directories.
Click to hide internal directories.