Documentation ¶
Index ¶
- type DataArgs
- type DataConsumptionConfigurationAttributes
- func (cc DataConsumptionConfigurationAttributes) BorrowConfiguration() terra.ListValue[DataConsumptionConfigurationBorrowConfigurationAttributes]
- func (cc DataConsumptionConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (cc DataConsumptionConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cc DataConsumptionConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConsumptionConfigurationAttributes
- func (cc DataConsumptionConfigurationAttributes) ProvisionalConfiguration() ...
- func (cc DataConsumptionConfigurationAttributes) RenewType() terra.StringValue
- type DataConsumptionConfigurationBorrowConfigurationAttributes
- func (bc DataConsumptionConfigurationBorrowConfigurationAttributes) AllowEarlyCheckIn() terra.BoolValue
- func (bc DataConsumptionConfigurationBorrowConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (bc DataConsumptionConfigurationBorrowConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bc DataConsumptionConfigurationBorrowConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConsumptionConfigurationBorrowConfigurationAttributes
- func (bc DataConsumptionConfigurationBorrowConfigurationAttributes) MaxTimeToLiveInMinutes() terra.NumberValue
- type DataConsumptionConfigurationBorrowConfigurationState
- type DataConsumptionConfigurationProvisionalConfigurationAttributes
- func (pc DataConsumptionConfigurationProvisionalConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (pc DataConsumptionConfigurationProvisionalConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pc DataConsumptionConfigurationProvisionalConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConsumptionConfigurationProvisionalConfigurationAttributes
- func (pc DataConsumptionConfigurationProvisionalConfigurationAttributes) MaxTimeToLiveInMinutes() terra.NumberValue
- type DataConsumptionConfigurationProvisionalConfigurationState
- type DataConsumptionConfigurationState
- type DataEntitlementsAttributes
- func (e DataEntitlementsAttributes) AllowCheckIn() terra.BoolValue
- func (e DataEntitlementsAttributes) InternalRef() (terra.Reference, error)
- func (e DataEntitlementsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e DataEntitlementsAttributes) InternalWithRef(ref terra.Reference) DataEntitlementsAttributes
- func (e DataEntitlementsAttributes) MaxCount() terra.NumberValue
- func (e DataEntitlementsAttributes) Name() terra.StringValue
- func (e DataEntitlementsAttributes) Unit() terra.StringValue
- func (e DataEntitlementsAttributes) Value() terra.StringValue
- type DataEntitlementsState
- type DataIssuerAttributes
- func (i DataIssuerAttributes) InternalRef() (terra.Reference, error)
- func (i DataIssuerAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i DataIssuerAttributes) InternalWithRef(ref terra.Reference) DataIssuerAttributes
- func (i DataIssuerAttributes) KeyFingerprint() terra.StringValue
- func (i DataIssuerAttributes) Name() terra.StringValue
- func (i DataIssuerAttributes) SignKey() terra.StringValue
- type DataIssuerState
- type DataLicenseMetadataAttributes
- func (lm DataLicenseMetadataAttributes) InternalRef() (terra.Reference, error)
- func (lm DataLicenseMetadataAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lm DataLicenseMetadataAttributes) InternalWithRef(ref terra.Reference) DataLicenseMetadataAttributes
- func (lm DataLicenseMetadataAttributes) Name() terra.StringValue
- func (lm DataLicenseMetadataAttributes) Value() terra.StringValue
- type DataLicenseMetadataState
- type DataReceivedMetadataAttributes
- func (rm DataReceivedMetadataAttributes) AllowedOperations() terra.SetValue[terra.StringValue]
- func (rm DataReceivedMetadataAttributes) InternalRef() (terra.Reference, error)
- func (rm DataReceivedMetadataAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rm DataReceivedMetadataAttributes) InternalWithRef(ref terra.Reference) DataReceivedMetadataAttributes
- func (rm DataReceivedMetadataAttributes) ReceivedStatus() terra.StringValue
- func (rm DataReceivedMetadataAttributes) ReceivedStatusReason() terra.StringValue
- type DataReceivedMetadataState
- type DataSource
- type DataValidityAttributes
- func (v DataValidityAttributes) Begin() terra.StringValue
- func (v DataValidityAttributes) End() terra.StringValue
- func (v DataValidityAttributes) InternalRef() (terra.Reference, error)
- func (v DataValidityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (v DataValidityAttributes) InternalWithRef(ref terra.Reference) DataValidityAttributes
- type DataValidityState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LicenseArn: string, required LicenseArn terra.StringValue `hcl:"license_arn,attr" validate:"required"` }
DataArgs contains the configurations for aws_licensemanager_received_license.
type DataConsumptionConfigurationAttributes ¶
type DataConsumptionConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (DataConsumptionConfigurationAttributes) BorrowConfiguration ¶
func (cc DataConsumptionConfigurationAttributes) BorrowConfiguration() terra.ListValue[DataConsumptionConfigurationBorrowConfigurationAttributes]
func (DataConsumptionConfigurationAttributes) InternalRef ¶
func (cc DataConsumptionConfigurationAttributes) InternalRef() (terra.Reference, error)
func (DataConsumptionConfigurationAttributes) InternalTokens ¶
func (cc DataConsumptionConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataConsumptionConfigurationAttributes) InternalWithRef ¶
func (cc DataConsumptionConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConsumptionConfigurationAttributes
func (DataConsumptionConfigurationAttributes) ProvisionalConfiguration ¶
func (cc DataConsumptionConfigurationAttributes) ProvisionalConfiguration() terra.ListValue[DataConsumptionConfigurationProvisionalConfigurationAttributes]
func (DataConsumptionConfigurationAttributes) RenewType ¶
func (cc DataConsumptionConfigurationAttributes) RenewType() terra.StringValue
type DataConsumptionConfigurationBorrowConfigurationAttributes ¶
type DataConsumptionConfigurationBorrowConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (DataConsumptionConfigurationBorrowConfigurationAttributes) AllowEarlyCheckIn ¶
func (bc DataConsumptionConfigurationBorrowConfigurationAttributes) AllowEarlyCheckIn() terra.BoolValue
func (DataConsumptionConfigurationBorrowConfigurationAttributes) InternalRef ¶
func (bc DataConsumptionConfigurationBorrowConfigurationAttributes) InternalRef() (terra.Reference, error)
func (DataConsumptionConfigurationBorrowConfigurationAttributes) InternalTokens ¶
func (bc DataConsumptionConfigurationBorrowConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataConsumptionConfigurationBorrowConfigurationAttributes) InternalWithRef ¶
func (bc DataConsumptionConfigurationBorrowConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConsumptionConfigurationBorrowConfigurationAttributes
func (DataConsumptionConfigurationBorrowConfigurationAttributes) MaxTimeToLiveInMinutes ¶
func (bc DataConsumptionConfigurationBorrowConfigurationAttributes) MaxTimeToLiveInMinutes() terra.NumberValue
type DataConsumptionConfigurationProvisionalConfigurationAttributes ¶
type DataConsumptionConfigurationProvisionalConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (DataConsumptionConfigurationProvisionalConfigurationAttributes) InternalRef ¶
func (pc DataConsumptionConfigurationProvisionalConfigurationAttributes) InternalRef() (terra.Reference, error)
func (DataConsumptionConfigurationProvisionalConfigurationAttributes) InternalTokens ¶
func (pc DataConsumptionConfigurationProvisionalConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataConsumptionConfigurationProvisionalConfigurationAttributes) InternalWithRef ¶
func (DataConsumptionConfigurationProvisionalConfigurationAttributes) MaxTimeToLiveInMinutes ¶
func (pc DataConsumptionConfigurationProvisionalConfigurationAttributes) MaxTimeToLiveInMinutes() terra.NumberValue
type DataConsumptionConfigurationProvisionalConfigurationState ¶
type DataConsumptionConfigurationProvisionalConfigurationState struct {
MaxTimeToLiveInMinutes float64 `json:"max_time_to_live_in_minutes"`
}
type DataConsumptionConfigurationState ¶
type DataConsumptionConfigurationState struct { RenewType string `json:"renew_type"` BorrowConfiguration []DataConsumptionConfigurationBorrowConfigurationState `json:"borrow_configuration"` ProvisionalConfiguration []DataConsumptionConfigurationProvisionalConfigurationState `json:"provisional_configuration"` }
type DataEntitlementsAttributes ¶
type DataEntitlementsAttributes struct {
// contains filtered or unexported fields
}
func (DataEntitlementsAttributes) AllowCheckIn ¶
func (e DataEntitlementsAttributes) AllowCheckIn() terra.BoolValue
func (DataEntitlementsAttributes) InternalRef ¶
func (e DataEntitlementsAttributes) InternalRef() (terra.Reference, error)
func (DataEntitlementsAttributes) InternalTokens ¶
func (e DataEntitlementsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataEntitlementsAttributes) InternalWithRef ¶
func (e DataEntitlementsAttributes) InternalWithRef(ref terra.Reference) DataEntitlementsAttributes
func (DataEntitlementsAttributes) MaxCount ¶
func (e DataEntitlementsAttributes) MaxCount() terra.NumberValue
func (DataEntitlementsAttributes) Name ¶
func (e DataEntitlementsAttributes) Name() terra.StringValue
func (DataEntitlementsAttributes) Unit ¶
func (e DataEntitlementsAttributes) Unit() terra.StringValue
func (DataEntitlementsAttributes) Value ¶
func (e DataEntitlementsAttributes) Value() terra.StringValue
type DataEntitlementsState ¶
type DataIssuerAttributes ¶
type DataIssuerAttributes struct {
// contains filtered or unexported fields
}
func (DataIssuerAttributes) InternalRef ¶
func (i DataIssuerAttributes) InternalRef() (terra.Reference, error)
func (DataIssuerAttributes) InternalTokens ¶
func (i DataIssuerAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataIssuerAttributes) InternalWithRef ¶
func (i DataIssuerAttributes) InternalWithRef(ref terra.Reference) DataIssuerAttributes
func (DataIssuerAttributes) KeyFingerprint ¶
func (i DataIssuerAttributes) KeyFingerprint() terra.StringValue
func (DataIssuerAttributes) Name ¶
func (i DataIssuerAttributes) Name() terra.StringValue
func (DataIssuerAttributes) SignKey ¶
func (i DataIssuerAttributes) SignKey() terra.StringValue
type DataIssuerState ¶
type DataLicenseMetadataAttributes ¶
type DataLicenseMetadataAttributes struct {
// contains filtered or unexported fields
}
func (DataLicenseMetadataAttributes) InternalRef ¶
func (lm DataLicenseMetadataAttributes) InternalRef() (terra.Reference, error)
func (DataLicenseMetadataAttributes) InternalTokens ¶
func (lm DataLicenseMetadataAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataLicenseMetadataAttributes) InternalWithRef ¶
func (lm DataLicenseMetadataAttributes) InternalWithRef(ref terra.Reference) DataLicenseMetadataAttributes
func (DataLicenseMetadataAttributes) Name ¶
func (lm DataLicenseMetadataAttributes) Name() terra.StringValue
func (DataLicenseMetadataAttributes) Value ¶
func (lm DataLicenseMetadataAttributes) Value() terra.StringValue
type DataReceivedMetadataAttributes ¶
type DataReceivedMetadataAttributes struct {
// contains filtered or unexported fields
}
func (DataReceivedMetadataAttributes) AllowedOperations ¶
func (rm DataReceivedMetadataAttributes) AllowedOperations() terra.SetValue[terra.StringValue]
func (DataReceivedMetadataAttributes) InternalRef ¶
func (rm DataReceivedMetadataAttributes) InternalRef() (terra.Reference, error)
func (DataReceivedMetadataAttributes) InternalTokens ¶
func (rm DataReceivedMetadataAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataReceivedMetadataAttributes) InternalWithRef ¶
func (rm DataReceivedMetadataAttributes) InternalWithRef(ref terra.Reference) DataReceivedMetadataAttributes
func (DataReceivedMetadataAttributes) ReceivedStatus ¶
func (rm DataReceivedMetadataAttributes) ReceivedStatus() terra.StringValue
func (DataReceivedMetadataAttributes) ReceivedStatusReason ¶
func (rm DataReceivedMetadataAttributes) ReceivedStatusReason() terra.StringValue
type DataSource ¶
DataSource represents the Terraform data resource aws_licensemanager_received_license.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (alrl *DataSource) Attributes() dataAwsLicensemanagerReceivedLicenseAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (alrl *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (alrl *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (alrl *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataValidityAttributes ¶
type DataValidityAttributes struct {
// contains filtered or unexported fields
}
func (DataValidityAttributes) Begin ¶
func (v DataValidityAttributes) Begin() terra.StringValue
func (DataValidityAttributes) End ¶
func (v DataValidityAttributes) End() terra.StringValue
func (DataValidityAttributes) InternalRef ¶
func (v DataValidityAttributes) InternalRef() (terra.Reference, error)
func (DataValidityAttributes) InternalTokens ¶
func (v DataValidityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataValidityAttributes) InternalWithRef ¶
func (v DataValidityAttributes) InternalWithRef(ref terra.Reference) DataValidityAttributes
type DataValidityState ¶
Click to show internal directories.
Click to hide internal directories.