Documentation
¶
Index ¶
- type Args
- type Resource
- func (allc *Resource) Attributes() awsLicensemanagerLicenseConfigurationAttributes
- func (allc *Resource) Configuration() interface{}
- func (allc *Resource) DependOn() terra.Reference
- func (allc *Resource) Dependencies() terra.Dependencies
- func (allc *Resource) ImportState(state io.Reader) error
- func (allc *Resource) LifecycleManagement() *terra.Lifecycle
- func (allc *Resource) LocalName() string
- func (allc *Resource) State() (*awsLicensemanagerLicenseConfigurationState, bool)
- func (allc *Resource) StateMust() *awsLicensemanagerLicenseConfigurationState
- func (allc *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LicenseCount: number, optional LicenseCount terra.NumberValue `hcl:"license_count,attr"` // LicenseCountHardLimit: bool, optional LicenseCountHardLimit terra.BoolValue `hcl:"license_count_hard_limit,attr"` // LicenseCountingType: string, required LicenseCountingType terra.StringValue `hcl:"license_counting_type,attr" validate:"required"` // LicenseRules: list of string, optional LicenseRules terra.ListValue[terra.StringValue] `hcl:"license_rules,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // 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"` }
Args contains the configurations for aws_licensemanager_license_configuration.
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_licensemanager_license_configuration.
func (*Resource) Attributes ¶
func (allc *Resource) Attributes() awsLicensemanagerLicenseConfigurationAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (allc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (allc *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.
Click to show internal directories.
Click to hide internal directories.