cdn

package
v0.69.0 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2025 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCustomDomainDataSource

func NewCustomDomainDataSource() datasource.DataSource

func NewCustomDomainResource

func NewCustomDomainResource() resource.Resource

Types

type Certificate added in v0.69.0

type Certificate struct {
	Type    string
	Version *int64
}

type CertificateModel added in v0.69.0

type CertificateModel struct {
	Certificate types.String `tfsdk:"certificate"`
	PrivateKey  types.String `tfsdk:"private_key"`
	Version     types.Int64  `tfsdk:"version"`
}

type CustomDomainModel

type CustomDomainModel struct {
	ID             types.String `tfsdk:"id"`              // Required by Terraform
	DistributionId types.String `tfsdk:"distribution_id"` // DistributionID associated with the cdn distribution
	ProjectId      types.String `tfsdk:"project_id"`      // ProjectId associated with the cdn distribution
	Name           types.String `tfsdk:"name"`            // The custom domain
	Status         types.String `tfsdk:"status"`          // The status of the cdn distribution
	Errors         types.List   `tfsdk:"errors"`          // Any errors that the distribution has
	Certificate    types.Object `tfsdk:"certificate"`     // the certificate of the custom domain
}

Jump to

Keyboard shortcuts

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