Documentation ¶
Index ¶
- type DataArgs
- type DataDetailsAttributes
- func (d DataDetailsAttributes) ConstraintId() terra.StringValue
- func (d DataDetailsAttributes) Description() terra.StringValue
- func (d DataDetailsAttributes) InternalRef() (terra.Reference, error)
- func (d DataDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d DataDetailsAttributes) InternalWithRef(ref terra.Reference) DataDetailsAttributes
- func (d DataDetailsAttributes) Owner() terra.StringValue
- func (d DataDetailsAttributes) PortfolioId() terra.StringValue
- func (d DataDetailsAttributes) ProductId() terra.StringValue
- func (d DataDetailsAttributes) Type() terra.StringValue
- type DataDetailsState
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // AcceptLanguage: string, optional AcceptLanguage terra.StringValue `hcl:"accept_language,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // PortfolioId: string, required PortfolioId terra.StringValue `hcl:"portfolio_id,attr" validate:"required"` // ProductId: string, optional ProductId terra.StringValue `hcl:"product_id,attr"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for aws_servicecatalog_portfolio_constraints.
type DataDetailsAttributes ¶
type DataDetailsAttributes struct {
// contains filtered or unexported fields
}
func (DataDetailsAttributes) ConstraintId ¶
func (d DataDetailsAttributes) ConstraintId() terra.StringValue
func (DataDetailsAttributes) Description ¶
func (d DataDetailsAttributes) Description() terra.StringValue
func (DataDetailsAttributes) InternalRef ¶
func (d DataDetailsAttributes) InternalRef() (terra.Reference, error)
func (DataDetailsAttributes) InternalTokens ¶
func (d DataDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataDetailsAttributes) InternalWithRef ¶
func (d DataDetailsAttributes) InternalWithRef(ref terra.Reference) DataDetailsAttributes
func (DataDetailsAttributes) Owner ¶
func (d DataDetailsAttributes) Owner() terra.StringValue
func (DataDetailsAttributes) PortfolioId ¶
func (d DataDetailsAttributes) PortfolioId() terra.StringValue
func (DataDetailsAttributes) ProductId ¶
func (d DataDetailsAttributes) ProductId() terra.StringValue
func (DataDetailsAttributes) Type ¶
func (d DataDetailsAttributes) Type() terra.StringValue
type DataDetailsState ¶
type DataSource ¶
DataSource represents the Terraform data resource aws_servicecatalog_portfolio_constraints.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (aspc *DataSource) Attributes() dataAwsServicecatalogPortfolioConstraintsAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (aspc *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (aspc *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (aspc *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"`
}
Click to show internal directories.
Click to hide internal directories.