Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCustomDomainDataSource ¶
func NewCustomDomainDataSource() datasource.DataSource
func NewCustomDomainResource ¶
Types ¶
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 }
Click to show internal directories.
Click to hide internal directories.