lightsailcontainerservice

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 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 Certificate

type Certificate struct {
	// CertificateName: string, required
	CertificateName terra.StringValue `hcl:"certificate_name,attr" validate:"required"`
	// DomainNames: list of string, required
	DomainNames terra.ListValue[terra.StringValue] `hcl:"domain_names,attr" validate:"required"`
}

type CertificateAttributes

type CertificateAttributes struct {
	// contains filtered or unexported fields
}

func (CertificateAttributes) CertificateName

func (c CertificateAttributes) CertificateName() terra.StringValue

func (CertificateAttributes) DomainNames

func (CertificateAttributes) InternalRef

func (c CertificateAttributes) InternalRef() (terra.Reference, error)

func (CertificateAttributes) InternalTokens

func (c CertificateAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CertificateAttributes) InternalWithRef

type CertificateState

type CertificateState struct {
	CertificateName string   `json:"certificate_name"`
	DomainNames     []string `json:"domain_names"`
}

type EcrImagePullerRole

type EcrImagePullerRole struct {
	// IsActive: bool, optional
	IsActive terra.BoolValue `hcl:"is_active,attr"`
}

type EcrImagePullerRoleAttributes

type EcrImagePullerRoleAttributes struct {
	// contains filtered or unexported fields
}

func (EcrImagePullerRoleAttributes) InternalRef

func (eipr EcrImagePullerRoleAttributes) InternalRef() (terra.Reference, error)

func (EcrImagePullerRoleAttributes) InternalTokens

func (eipr EcrImagePullerRoleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EcrImagePullerRoleAttributes) InternalWithRef

func (EcrImagePullerRoleAttributes) IsActive

func (EcrImagePullerRoleAttributes) PrincipalArn

func (eipr EcrImagePullerRoleAttributes) PrincipalArn() terra.StringValue

type EcrImagePullerRoleState

type EcrImagePullerRoleState struct {
	IsActive     bool   `json:"is_active"`
	PrincipalArn string `json:"principal_arn"`
}

type PrivateRegistryAccess

type PrivateRegistryAccess struct {
	// EcrImagePullerRole: optional
	EcrImagePullerRole *EcrImagePullerRole `hcl:"ecr_image_puller_role,block"`
}

type PrivateRegistryAccessAttributes

type PrivateRegistryAccessAttributes struct {
	// contains filtered or unexported fields
}

func (PrivateRegistryAccessAttributes) EcrImagePullerRole

func (PrivateRegistryAccessAttributes) InternalRef

func (PrivateRegistryAccessAttributes) InternalTokens

func (pra PrivateRegistryAccessAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PrivateRegistryAccessAttributes) InternalWithRef

type PrivateRegistryAccessState

type PrivateRegistryAccessState struct {
	EcrImagePullerRole []EcrImagePullerRoleState `json:"ecr_image_puller_role"`
}

type PublicDomainNames

type PublicDomainNames struct {
	// Certificate: min=1
	Certificate []Certificate `hcl:"certificate,block" validate:"min=1"`
}

type PublicDomainNamesAttributes

type PublicDomainNamesAttributes struct {
	// contains filtered or unexported fields
}

func (PublicDomainNamesAttributes) Certificate

func (PublicDomainNamesAttributes) InternalRef

func (pdn PublicDomainNamesAttributes) InternalRef() (terra.Reference, error)

func (PublicDomainNamesAttributes) InternalTokens

func (pdn PublicDomainNamesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PublicDomainNamesAttributes) InternalWithRef

type PublicDomainNamesState

type PublicDomainNamesState struct {
	Certificate []CertificateState `json:"certificate"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

type TimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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