Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Config ¶
type S3Config struct { // BucketAccessRoleArn: string, required BucketAccessRoleArn terra.StringValue `hcl:"bucket_access_role_arn,attr" validate:"required"` }
type S3ConfigAttributes ¶
type S3ConfigAttributes struct {
// contains filtered or unexported fields
}
func (S3ConfigAttributes) BucketAccessRoleArn ¶
func (sc S3ConfigAttributes) BucketAccessRoleArn() terra.StringValue
func (S3ConfigAttributes) InternalRef ¶
func (sc S3ConfigAttributes) InternalRef() (terra.Reference, error)
func (S3ConfigAttributes) InternalTokens ¶
func (sc S3ConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (S3ConfigAttributes) InternalWithRef ¶
func (sc S3ConfigAttributes) InternalWithRef(ref terra.Reference) S3ConfigAttributes
type S3ConfigState ¶
type S3ConfigState struct {
BucketAccessRoleArn string `json:"bucket_access_role_arn"`
}
Click to show internal directories.
Click to hide internal directories.