Documentation ¶
Index ¶
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
- type Tls
- type TlsAttributes
- func (t TlsAttributes) CdnFrontdoorSecretId() terra.StringValue
- func (t TlsAttributes) CertificateType() terra.StringValue
- func (t TlsAttributes) InternalRef() (terra.Reference, error)
- func (t TlsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TlsAttributes) InternalWithRef(ref terra.Reference) TlsAttributes
- func (t TlsAttributes) MinimumTlsVersion() terra.StringValue
- type TlsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
type Tls ¶
type Tls struct { // CdnFrontdoorSecretId: string, optional CdnFrontdoorSecretId terra.StringValue `hcl:"cdn_frontdoor_secret_id,attr"` // CertificateType: string, optional CertificateType terra.StringValue `hcl:"certificate_type,attr"` // MinimumTlsVersion: string, optional MinimumTlsVersion terra.StringValue `hcl:"minimum_tls_version,attr"` }
type TlsAttributes ¶
type TlsAttributes struct {
// contains filtered or unexported fields
}
func (TlsAttributes) CdnFrontdoorSecretId ¶
func (t TlsAttributes) CdnFrontdoorSecretId() terra.StringValue
func (TlsAttributes) CertificateType ¶
func (t TlsAttributes) CertificateType() terra.StringValue
func (TlsAttributes) InternalRef ¶
func (t TlsAttributes) InternalRef() (terra.Reference, error)
func (TlsAttributes) InternalTokens ¶
func (t TlsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TlsAttributes) InternalWithRef ¶
func (t TlsAttributes) InternalWithRef(ref terra.Reference) TlsAttributes
func (TlsAttributes) MinimumTlsVersion ¶
func (t TlsAttributes) MinimumTlsVersion() terra.StringValue
Click to show internal directories.
Click to hide internal directories.