Documentation
¶
Index ¶
- type Args
- type ClientScopedSubscription
- type ClientScopedSubscriptionAttributes
- func (css ClientScopedSubscriptionAttributes) ClientId() terra.StringValue
- func (css ClientScopedSubscriptionAttributes) InternalRef() (terra.Reference, error)
- func (css ClientScopedSubscriptionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (css ClientScopedSubscriptionAttributes) InternalWithRef(ref terra.Reference) ClientScopedSubscriptionAttributes
- func (css ClientScopedSubscriptionAttributes) IsClientScopedSubscriptionDurable() terra.BoolValue
- func (css ClientScopedSubscriptionAttributes) IsClientScopedSubscriptionShareable() terra.BoolValue
- type ClientScopedSubscriptionState
- type DataArgs
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
- type Resource
- func (ass *Resource) Attributes() azurermServicebusSubscriptionAttributes
- func (ass *Resource) Configuration() interface{}
- func (ass *Resource) DependOn() terra.Reference
- func (ass *Resource) Dependencies() terra.Dependencies
- func (ass *Resource) ImportState(state io.Reader) error
- func (ass *Resource) LifecycleManagement() *terra.Lifecycle
- func (ass *Resource) LocalName() string
- func (ass *Resource) State() (*azurermServicebusSubscriptionState, bool)
- func (ass *Resource) StateMust() *azurermServicebusSubscriptionState
- func (ass *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 { // AutoDeleteOnIdle: string, optional AutoDeleteOnIdle terra.StringValue `hcl:"auto_delete_on_idle,attr"` // ClientScopedSubscriptionEnabled: bool, optional ClientScopedSubscriptionEnabled terra.BoolValue `hcl:"client_scoped_subscription_enabled,attr"` // DeadLetteringOnFilterEvaluationError: bool, optional DeadLetteringOnFilterEvaluationError terra.BoolValue `hcl:"dead_lettering_on_filter_evaluation_error,attr"` // DeadLetteringOnMessageExpiration: bool, optional DeadLetteringOnMessageExpiration terra.BoolValue `hcl:"dead_lettering_on_message_expiration,attr"` // DefaultMessageTtl: string, optional DefaultMessageTtl terra.StringValue `hcl:"default_message_ttl,attr"` // EnableBatchedOperations: bool, optional EnableBatchedOperations terra.BoolValue `hcl:"enable_batched_operations,attr"` // ForwardDeadLetteredMessagesTo: string, optional ForwardDeadLetteredMessagesTo terra.StringValue `hcl:"forward_dead_lettered_messages_to,attr"` // ForwardTo: string, optional ForwardTo terra.StringValue `hcl:"forward_to,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LockDuration: string, optional LockDuration terra.StringValue `hcl:"lock_duration,attr"` // MaxDeliveryCount: number, required MaxDeliveryCount terra.NumberValue `hcl:"max_delivery_count,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // RequiresSession: bool, optional RequiresSession terra.BoolValue `hcl:"requires_session,attr"` // Status: string, optional Status terra.StringValue `hcl:"status,attr"` // TopicId: string, required TopicId terra.StringValue `hcl:"topic_id,attr" validate:"required"` // ClientScopedSubscription: optional ClientScopedSubscription *ClientScopedSubscription `hcl:"client_scoped_subscription,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_servicebus_subscription.
type ClientScopedSubscription ¶
type ClientScopedSubscription struct { // ClientId: string, optional ClientId terra.StringValue `hcl:"client_id,attr"` IsClientScopedSubscriptionShareable terra.BoolValue `hcl:"is_client_scoped_subscription_shareable,attr"` }
type ClientScopedSubscriptionAttributes ¶
type ClientScopedSubscriptionAttributes struct {
// contains filtered or unexported fields
}
func (ClientScopedSubscriptionAttributes) ClientId ¶
func (css ClientScopedSubscriptionAttributes) ClientId() terra.StringValue
func (ClientScopedSubscriptionAttributes) InternalRef ¶
func (css ClientScopedSubscriptionAttributes) InternalRef() (terra.Reference, error)
func (ClientScopedSubscriptionAttributes) InternalTokens ¶
func (css ClientScopedSubscriptionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ClientScopedSubscriptionAttributes) InternalWithRef ¶
func (css ClientScopedSubscriptionAttributes) InternalWithRef(ref terra.Reference) ClientScopedSubscriptionAttributes
func (ClientScopedSubscriptionAttributes) IsClientScopedSubscriptionDurable ¶
func (css ClientScopedSubscriptionAttributes) IsClientScopedSubscriptionDurable() terra.BoolValue
func (ClientScopedSubscriptionAttributes) IsClientScopedSubscriptionShareable ¶
func (css ClientScopedSubscriptionAttributes) IsClientScopedSubscriptionShareable() terra.BoolValue
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // NamespaceName: string, optional NamespaceName terra.StringValue `hcl:"namespace_name,attr"` // ResourceGroupName: string, optional ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr"` // TopicId: string, optional TopicId terra.StringValue `hcl:"topic_id,attr"` // TopicName: string, optional TopicName terra.StringValue `hcl:"topic_name,attr"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azurerm_servicebus_subscription.
type DataSource ¶
DataSource represents the Terraform data resource azurerm_servicebus_subscription.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (ass *DataSource) Attributes() dataAzurermServicebusSubscriptionAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (ass *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (ass *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (ass *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 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_servicebus_subscription.
func (*Resource) Attributes ¶
func (ass *Resource) Attributes() azurermServicebusSubscriptionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (ass *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (ass *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