Documentation
¶
Index ¶
- type Args
- type Resource
- func (ascdtp *Resource) Attributes() azurermSpringCloudDevToolPortalAttributes
- func (ascdtp *Resource) Configuration() interface{}
- func (ascdtp *Resource) DependOn() terra.Reference
- func (ascdtp *Resource) Dependencies() terra.Dependencies
- func (ascdtp *Resource) ImportState(state io.Reader) error
- func (ascdtp *Resource) LifecycleManagement() *terra.Lifecycle
- func (ascdtp *Resource) LocalName() string
- func (ascdtp *Resource) State() (*azurermSpringCloudDevToolPortalState, bool)
- func (ascdtp *Resource) StateMust() *azurermSpringCloudDevToolPortalState
- func (ascdtp *Resource) Type() string
- type Sso
- type SsoAttributes
- func (s SsoAttributes) ClientId() terra.StringValue
- func (s SsoAttributes) ClientSecret() terra.StringValue
- func (s SsoAttributes) InternalRef() (terra.Reference, error)
- func (s SsoAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SsoAttributes) InternalWithRef(ref terra.Reference) SsoAttributes
- func (s SsoAttributes) MetadataUrl() terra.StringValue
- func (s SsoAttributes) Scope() terra.SetValue[terra.StringValue]
- type SsoState
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ApplicationAcceleratorEnabled: bool, optional ApplicationAcceleratorEnabled terra.BoolValue `hcl:"application_accelerator_enabled,attr"` // ApplicationLiveViewEnabled: bool, optional ApplicationLiveViewEnabled terra.BoolValue `hcl:"application_live_view_enabled,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // PublicNetworkAccessEnabled: bool, optional PublicNetworkAccessEnabled terra.BoolValue `hcl:"public_network_access_enabled,attr"` // SpringCloudServiceId: string, required SpringCloudServiceId terra.StringValue `hcl:"spring_cloud_service_id,attr" validate:"required"` // Sso: optional Sso *Sso `hcl:"sso,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_spring_cloud_dev_tool_portal.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource azurerm_spring_cloud_dev_tool_portal.
func (*Resource) Attributes ¶
func (ascdtp *Resource) Attributes() azurermSpringCloudDevToolPortalAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (ascdtp *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (ascdtp *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Sso ¶
type Sso struct { // ClientId: string, optional ClientId terra.StringValue `hcl:"client_id,attr"` // ClientSecret: string, optional ClientSecret terra.StringValue `hcl:"client_secret,attr"` // MetadataUrl: string, optional MetadataUrl terra.StringValue `hcl:"metadata_url,attr"` // Scope: set of string, optional Scope terra.SetValue[terra.StringValue] `hcl:"scope,attr"` }
type SsoAttributes ¶
type SsoAttributes struct {
// contains filtered or unexported fields
}
func (SsoAttributes) ClientId ¶
func (s SsoAttributes) ClientId() terra.StringValue
func (SsoAttributes) ClientSecret ¶
func (s SsoAttributes) ClientSecret() terra.StringValue
func (SsoAttributes) InternalRef ¶
func (s SsoAttributes) InternalRef() (terra.Reference, error)
func (SsoAttributes) InternalTokens ¶
func (s SsoAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SsoAttributes) InternalWithRef ¶
func (s SsoAttributes) InternalWithRef(ref terra.Reference) SsoAttributes
func (SsoAttributes) MetadataUrl ¶
func (s SsoAttributes) MetadataUrl() terra.StringValue
func (SsoAttributes) Scope ¶
func (s SsoAttributes) Scope() terra.SetValue[terra.StringValue]
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
Click to show internal directories.
Click to hide internal directories.