s3controlaccessgrant

package
v0.0.0-...-917d9f1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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 (AccessGrantsLocationConfigurationAttributes) InternalTokens

func (AccessGrantsLocationConfigurationAttributes) InternalWithRef

func (AccessGrantsLocationConfigurationAttributes) S3SubPrefix

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

type GranteeState struct {
	GranteeIdentifier string `json:"grantee_identifier"`
	GranteeType       string `json:"grantee_type"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL