Documentation
¶
Index ¶
- type AccessGrantsLocationConfiguration
- type AccessGrantsLocationConfigurationAttributes
- func (aglc AccessGrantsLocationConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (aglc AccessGrantsLocationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (aglc AccessGrantsLocationConfigurationAttributes) InternalWithRef(ref terra.Reference) AccessGrantsLocationConfigurationAttributes
- func (aglc AccessGrantsLocationConfigurationAttributes) S3SubPrefix() terra.StringValue
- type AccessGrantsLocationConfigurationState
- type Grantee
- type GranteeAttributes
- func (g GranteeAttributes) GranteeIdentifier() terra.StringValue
- func (g GranteeAttributes) GranteeType() terra.StringValue
- func (g GranteeAttributes) InternalRef() (terra.Reference, error)
- func (g GranteeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (g GranteeAttributes) InternalWithRef(ref terra.Reference) GranteeAttributes
- type GranteeState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessGrantsLocationConfiguration ¶
type AccessGrantsLocationConfiguration struct { // S3SubPrefix: string, optional S3SubPrefix terra.StringValue `hcl:"s3_sub_prefix,attr"` }
type AccessGrantsLocationConfigurationAttributes ¶
type AccessGrantsLocationConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (AccessGrantsLocationConfigurationAttributes) InternalRef ¶
func (aglc AccessGrantsLocationConfigurationAttributes) InternalRef() (terra.Reference, error)
func (AccessGrantsLocationConfigurationAttributes) InternalTokens ¶
func (aglc AccessGrantsLocationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AccessGrantsLocationConfigurationAttributes) InternalWithRef ¶
func (aglc AccessGrantsLocationConfigurationAttributes) InternalWithRef(ref terra.Reference) AccessGrantsLocationConfigurationAttributes
func (AccessGrantsLocationConfigurationAttributes) S3SubPrefix ¶
func (aglc AccessGrantsLocationConfigurationAttributes) S3SubPrefix() terra.StringValue
type AccessGrantsLocationConfigurationState ¶
type AccessGrantsLocationConfigurationState struct {
S3SubPrefix string `json:"s3_sub_prefix"`
}
type Grantee ¶
type Grantee struct { // GranteeIdentifier: string, required GranteeIdentifier terra.StringValue `hcl:"grantee_identifier,attr" validate:"required"` // GranteeType: string, required GranteeType terra.StringValue `hcl:"grantee_type,attr" validate:"required"` }
type GranteeAttributes ¶
type GranteeAttributes struct {
// contains filtered or unexported fields
}
func (GranteeAttributes) GranteeIdentifier ¶
func (g GranteeAttributes) GranteeIdentifier() terra.StringValue
func (GranteeAttributes) GranteeType ¶
func (g GranteeAttributes) GranteeType() terra.StringValue
func (GranteeAttributes) InternalRef ¶
func (g GranteeAttributes) InternalRef() (terra.Reference, error)
func (GranteeAttributes) InternalTokens ¶
func (g GranteeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GranteeAttributes) InternalWithRef ¶
func (g GranteeAttributes) InternalWithRef(ref terra.Reference) GranteeAttributes
type GranteeState ¶
Click to show internal directories.
Click to hide internal directories.