Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
- type ProvisioningArtifactParameters
- type ProvisioningArtifactParametersAttributes
- func (pap ProvisioningArtifactParametersAttributes) Description() terra.StringValue
- func (pap ProvisioningArtifactParametersAttributes) DisableTemplateValidation() terra.BoolValue
- func (pap ProvisioningArtifactParametersAttributes) InternalRef() (terra.Reference, error)
- func (pap ProvisioningArtifactParametersAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pap ProvisioningArtifactParametersAttributes) InternalWithRef(ref terra.Reference) ProvisioningArtifactParametersAttributes
- func (pap ProvisioningArtifactParametersAttributes) Name() terra.StringValue
- func (pap ProvisioningArtifactParametersAttributes) TemplatePhysicalId() terra.StringValue
- func (pap ProvisioningArtifactParametersAttributes) TemplateUrl() terra.StringValue
- func (pap ProvisioningArtifactParametersAttributes) Type() terra.StringValue
- type ProvisioningArtifactParametersState
- type Resource
- func (asp *Resource) Attributes() awsServicecatalogProductAttributes
- func (asp *Resource) Configuration() interface{}
- func (asp *Resource) DependOn() terra.Reference
- func (asp *Resource) Dependencies() terra.Dependencies
- func (asp *Resource) ImportState(state io.Reader) error
- func (asp *Resource) LifecycleManagement() *terra.Lifecycle
- func (asp *Resource) LocalName() string
- func (asp *Resource) State() (*awsServicecatalogProductState, bool)
- func (asp *Resource) StateMust() *awsServicecatalogProductState
- func (asp *Resource) Type() string
- 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 { // AcceptLanguage: string, optional AcceptLanguage terra.StringValue `hcl:"accept_language,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Distributor: string, optional Distributor terra.StringValue `hcl:"distributor,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Owner: string, required Owner terra.StringValue `hcl:"owner,attr" validate:"required"` // SupportDescription: string, optional SupportDescription terra.StringValue `hcl:"support_description,attr"` // SupportEmail: string, optional SupportEmail terra.StringValue `hcl:"support_email,attr"` // SupportUrl: string, optional SupportUrl terra.StringValue `hcl:"support_url,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // ProvisioningArtifactParameters: required ProvisioningArtifactParameters *ProvisioningArtifactParameters `hcl:"provisioning_artifact_parameters,block" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_servicecatalog_product.
type DataArgs ¶
type DataArgs struct { // AcceptLanguage: string, optional AcceptLanguage terra.StringValue `hcl:"accept_language,attr"` // Id: string, required Id terra.StringValue `hcl:"id,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for aws_servicecatalog_product.
type DataSource ¶
DataSource represents the Terraform data resource aws_servicecatalog_product.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (asp *DataSource) Attributes() dataAwsServicecatalogProductAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (asp *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (asp *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (asp *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataTimeouts ¶
type DataTimeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type DataTimeoutsAttributes ¶
type DataTimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (DataTimeoutsAttributes) InternalRef ¶
func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)
func (DataTimeoutsAttributes) InternalTokens ¶
func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataTimeoutsAttributes) InternalWithRef ¶
func (t DataTimeoutsAttributes) InternalWithRef(ref terra.Reference) DataTimeoutsAttributes
func (DataTimeoutsAttributes) Read ¶
func (t DataTimeoutsAttributes) Read() terra.StringValue
type DataTimeoutsState ¶
type DataTimeoutsState struct {
Read string `json:"read"`
}
type ProvisioningArtifactParameters ¶
type ProvisioningArtifactParameters struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // DisableTemplateValidation: bool, optional DisableTemplateValidation terra.BoolValue `hcl:"disable_template_validation,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // TemplatePhysicalId: string, optional TemplatePhysicalId terra.StringValue `hcl:"template_physical_id,attr"` // TemplateUrl: string, optional TemplateUrl terra.StringValue `hcl:"template_url,attr"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` }
type ProvisioningArtifactParametersAttributes ¶
type ProvisioningArtifactParametersAttributes struct {
// contains filtered or unexported fields
}
func (ProvisioningArtifactParametersAttributes) Description ¶
func (pap ProvisioningArtifactParametersAttributes) Description() terra.StringValue
func (ProvisioningArtifactParametersAttributes) DisableTemplateValidation ¶
func (pap ProvisioningArtifactParametersAttributes) DisableTemplateValidation() terra.BoolValue
func (ProvisioningArtifactParametersAttributes) InternalRef ¶
func (pap ProvisioningArtifactParametersAttributes) InternalRef() (terra.Reference, error)
func (ProvisioningArtifactParametersAttributes) InternalTokens ¶
func (pap ProvisioningArtifactParametersAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ProvisioningArtifactParametersAttributes) InternalWithRef ¶
func (pap ProvisioningArtifactParametersAttributes) InternalWithRef(ref terra.Reference) ProvisioningArtifactParametersAttributes
func (ProvisioningArtifactParametersAttributes) Name ¶
func (pap ProvisioningArtifactParametersAttributes) Name() terra.StringValue
func (ProvisioningArtifactParametersAttributes) TemplatePhysicalId ¶
func (pap ProvisioningArtifactParametersAttributes) TemplatePhysicalId() terra.StringValue
func (ProvisioningArtifactParametersAttributes) TemplateUrl ¶
func (pap ProvisioningArtifactParametersAttributes) TemplateUrl() terra.StringValue
func (ProvisioningArtifactParametersAttributes) Type ¶
func (pap ProvisioningArtifactParametersAttributes) Type() terra.StringValue
type ProvisioningArtifactParametersState ¶
type ProvisioningArtifactParametersState struct { Description string `json:"description"` DisableTemplateValidation bool `json:"disable_template_validation"` Name string `json:"name"` TemplatePhysicalId string `json:"template_physical_id"` TemplateUrl string `json:"template_url"` Type string `json:"type"` }
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 aws_servicecatalog_product.
func (*Resource) Attributes ¶
func (asp *Resource) Attributes() awsServicecatalogProductAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asp *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asp *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 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