Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataMediaConcurrenciesAttributes
- func (mc DataMediaConcurrenciesAttributes) Channel() terra.StringValue
- func (mc DataMediaConcurrenciesAttributes) Concurrency() terra.NumberValue
- func (mc DataMediaConcurrenciesAttributes) InternalRef() (terra.Reference, error)
- func (mc DataMediaConcurrenciesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mc DataMediaConcurrenciesAttributes) InternalWithRef(ref terra.Reference) DataMediaConcurrenciesAttributes
- type DataMediaConcurrenciesState
- type DataQueueConfigsAttributes
- func (qc DataQueueConfigsAttributes) Channel() terra.StringValue
- func (qc DataQueueConfigsAttributes) Delay() terra.NumberValue
- func (qc DataQueueConfigsAttributes) InternalRef() (terra.Reference, error)
- func (qc DataQueueConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (qc DataQueueConfigsAttributes) InternalWithRef(ref terra.Reference) DataQueueConfigsAttributes
- func (qc DataQueueConfigsAttributes) Priority() terra.NumberValue
- func (qc DataQueueConfigsAttributes) QueueArn() terra.StringValue
- func (qc DataQueueConfigsAttributes) QueueId() terra.StringValue
- func (qc DataQueueConfigsAttributes) QueueName() terra.StringValue
- type DataQueueConfigsState
- type DataSource
- type MediaConcurrencies
- type MediaConcurrenciesAttributes
- func (mc MediaConcurrenciesAttributes) Channel() terra.StringValue
- func (mc MediaConcurrenciesAttributes) Concurrency() terra.NumberValue
- func (mc MediaConcurrenciesAttributes) InternalRef() (terra.Reference, error)
- func (mc MediaConcurrenciesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mc MediaConcurrenciesAttributes) InternalWithRef(ref terra.Reference) MediaConcurrenciesAttributes
- type MediaConcurrenciesState
- type QueueConfigs
- type QueueConfigsAssociatedAttributes
- func (qca QueueConfigsAssociatedAttributes) Channel() terra.StringValue
- func (qca QueueConfigsAssociatedAttributes) Delay() terra.NumberValue
- func (qca QueueConfigsAssociatedAttributes) InternalRef() (terra.Reference, error)
- func (qca QueueConfigsAssociatedAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (qca QueueConfigsAssociatedAttributes) InternalWithRef(ref terra.Reference) QueueConfigsAssociatedAttributes
- func (qca QueueConfigsAssociatedAttributes) Priority() terra.NumberValue
- func (qca QueueConfigsAssociatedAttributes) QueueArn() terra.StringValue
- func (qca QueueConfigsAssociatedAttributes) QueueId() terra.StringValue
- func (qca QueueConfigsAssociatedAttributes) QueueName() terra.StringValue
- type QueueConfigsAssociatedState
- type QueueConfigsAttributes
- func (qc QueueConfigsAttributes) Channel() terra.StringValue
- func (qc QueueConfigsAttributes) Delay() terra.NumberValue
- func (qc QueueConfigsAttributes) InternalRef() (terra.Reference, error)
- func (qc QueueConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (qc QueueConfigsAttributes) InternalWithRef(ref terra.Reference) QueueConfigsAttributes
- func (qc QueueConfigsAttributes) Priority() terra.NumberValue
- func (qc QueueConfigsAttributes) QueueArn() terra.StringValue
- func (qc QueueConfigsAttributes) QueueId() terra.StringValue
- func (qc QueueConfigsAttributes) QueueName() terra.StringValue
- type QueueConfigsState
- type Resource
- func (acrp *Resource) Attributes() awsConnectRoutingProfileAttributes
- func (acrp *Resource) Configuration() interface{}
- func (acrp *Resource) DependOn() terra.Reference
- func (acrp *Resource) Dependencies() terra.Dependencies
- func (acrp *Resource) ImportState(state io.Reader) error
- func (acrp *Resource) LifecycleManagement() *terra.Lifecycle
- func (acrp *Resource) LocalName() string
- func (acrp *Resource) State() (*awsConnectRoutingProfileState, bool)
- func (acrp *Resource) StateMust() *awsConnectRoutingProfileState
- func (acrp *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // DefaultOutboundQueueId: string, required DefaultOutboundQueueId terra.StringValue `hcl:"default_outbound_queue_id,attr" validate:"required"` // Description: string, required Description terra.StringValue `hcl:"description,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // InstanceId: string, required InstanceId terra.StringValue `hcl:"instance_id,attr" validate:"required"` // 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"` // MediaConcurrencies: min=1 MediaConcurrencies []MediaConcurrencies `hcl:"media_concurrencies,block" validate:"min=1"` // QueueConfigs: min=0,max=10 QueueConfigs []QueueConfigs `hcl:"queue_configs,block" validate:"min=0,max=10"` }
Args contains the configurations for aws_connect_routing_profile.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // InstanceId: string, required InstanceId terra.StringValue `hcl:"instance_id,attr" validate:"required"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // RoutingProfileId: string, optional RoutingProfileId terra.StringValue `hcl:"routing_profile_id,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` }
DataArgs contains the configurations for aws_connect_routing_profile.
type DataMediaConcurrenciesAttributes ¶
type DataMediaConcurrenciesAttributes struct {
// contains filtered or unexported fields
}
func (DataMediaConcurrenciesAttributes) Channel ¶
func (mc DataMediaConcurrenciesAttributes) Channel() terra.StringValue
func (DataMediaConcurrenciesAttributes) Concurrency ¶
func (mc DataMediaConcurrenciesAttributes) Concurrency() terra.NumberValue
func (DataMediaConcurrenciesAttributes) InternalRef ¶
func (mc DataMediaConcurrenciesAttributes) InternalRef() (terra.Reference, error)
func (DataMediaConcurrenciesAttributes) InternalTokens ¶
func (mc DataMediaConcurrenciesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataMediaConcurrenciesAttributes) InternalWithRef ¶
func (mc DataMediaConcurrenciesAttributes) InternalWithRef(ref terra.Reference) DataMediaConcurrenciesAttributes
type DataQueueConfigsAttributes ¶
type DataQueueConfigsAttributes struct {
// contains filtered or unexported fields
}
func (DataQueueConfigsAttributes) Channel ¶
func (qc DataQueueConfigsAttributes) Channel() terra.StringValue
func (DataQueueConfigsAttributes) Delay ¶
func (qc DataQueueConfigsAttributes) Delay() terra.NumberValue
func (DataQueueConfigsAttributes) InternalRef ¶
func (qc DataQueueConfigsAttributes) InternalRef() (terra.Reference, error)
func (DataQueueConfigsAttributes) InternalTokens ¶
func (qc DataQueueConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataQueueConfigsAttributes) InternalWithRef ¶
func (qc DataQueueConfigsAttributes) InternalWithRef(ref terra.Reference) DataQueueConfigsAttributes
func (DataQueueConfigsAttributes) Priority ¶
func (qc DataQueueConfigsAttributes) Priority() terra.NumberValue
func (DataQueueConfigsAttributes) QueueArn ¶
func (qc DataQueueConfigsAttributes) QueueArn() terra.StringValue
func (DataQueueConfigsAttributes) QueueId ¶
func (qc DataQueueConfigsAttributes) QueueId() terra.StringValue
func (DataQueueConfigsAttributes) QueueName ¶
func (qc DataQueueConfigsAttributes) QueueName() terra.StringValue
type DataQueueConfigsState ¶
type DataSource ¶
DataSource represents the Terraform data resource aws_connect_routing_profile.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (acrp *DataSource) Attributes() dataAwsConnectRoutingProfileAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (acrp *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (acrp *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (acrp *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type MediaConcurrencies ¶
type MediaConcurrencies struct { // Channel: string, required Channel terra.StringValue `hcl:"channel,attr" validate:"required"` // Concurrency: number, required Concurrency terra.NumberValue `hcl:"concurrency,attr" validate:"required"` }
type MediaConcurrenciesAttributes ¶
type MediaConcurrenciesAttributes struct {
// contains filtered or unexported fields
}
func (MediaConcurrenciesAttributes) Channel ¶
func (mc MediaConcurrenciesAttributes) Channel() terra.StringValue
func (MediaConcurrenciesAttributes) Concurrency ¶
func (mc MediaConcurrenciesAttributes) Concurrency() terra.NumberValue
func (MediaConcurrenciesAttributes) InternalRef ¶
func (mc MediaConcurrenciesAttributes) InternalRef() (terra.Reference, error)
func (MediaConcurrenciesAttributes) InternalTokens ¶
func (mc MediaConcurrenciesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MediaConcurrenciesAttributes) InternalWithRef ¶
func (mc MediaConcurrenciesAttributes) InternalWithRef(ref terra.Reference) MediaConcurrenciesAttributes
type MediaConcurrenciesState ¶
type QueueConfigs ¶
type QueueConfigs struct { // Channel: string, required Channel terra.StringValue `hcl:"channel,attr" validate:"required"` // Delay: number, required Delay terra.NumberValue `hcl:"delay,attr" validate:"required"` // Priority: number, required Priority terra.NumberValue `hcl:"priority,attr" validate:"required"` // QueueId: string, required QueueId terra.StringValue `hcl:"queue_id,attr" validate:"required"` }
type QueueConfigsAssociatedAttributes ¶
type QueueConfigsAssociatedAttributes struct {
// contains filtered or unexported fields
}
func (QueueConfigsAssociatedAttributes) Channel ¶
func (qca QueueConfigsAssociatedAttributes) Channel() terra.StringValue
func (QueueConfigsAssociatedAttributes) Delay ¶
func (qca QueueConfigsAssociatedAttributes) Delay() terra.NumberValue
func (QueueConfigsAssociatedAttributes) InternalRef ¶
func (qca QueueConfigsAssociatedAttributes) InternalRef() (terra.Reference, error)
func (QueueConfigsAssociatedAttributes) InternalTokens ¶
func (qca QueueConfigsAssociatedAttributes) InternalTokens() (hclwrite.Tokens, error)
func (QueueConfigsAssociatedAttributes) InternalWithRef ¶
func (qca QueueConfigsAssociatedAttributes) InternalWithRef(ref terra.Reference) QueueConfigsAssociatedAttributes
func (QueueConfigsAssociatedAttributes) Priority ¶
func (qca QueueConfigsAssociatedAttributes) Priority() terra.NumberValue
func (QueueConfigsAssociatedAttributes) QueueArn ¶
func (qca QueueConfigsAssociatedAttributes) QueueArn() terra.StringValue
func (QueueConfigsAssociatedAttributes) QueueId ¶
func (qca QueueConfigsAssociatedAttributes) QueueId() terra.StringValue
func (QueueConfigsAssociatedAttributes) QueueName ¶
func (qca QueueConfigsAssociatedAttributes) QueueName() terra.StringValue
type QueueConfigsAttributes ¶
type QueueConfigsAttributes struct {
// contains filtered or unexported fields
}
func (QueueConfigsAttributes) Channel ¶
func (qc QueueConfigsAttributes) Channel() terra.StringValue
func (QueueConfigsAttributes) Delay ¶
func (qc QueueConfigsAttributes) Delay() terra.NumberValue
func (QueueConfigsAttributes) InternalRef ¶
func (qc QueueConfigsAttributes) InternalRef() (terra.Reference, error)
func (QueueConfigsAttributes) InternalTokens ¶
func (qc QueueConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (QueueConfigsAttributes) InternalWithRef ¶
func (qc QueueConfigsAttributes) InternalWithRef(ref terra.Reference) QueueConfigsAttributes
func (QueueConfigsAttributes) Priority ¶
func (qc QueueConfigsAttributes) Priority() terra.NumberValue
func (QueueConfigsAttributes) QueueArn ¶
func (qc QueueConfigsAttributes) QueueArn() terra.StringValue
func (QueueConfigsAttributes) QueueId ¶
func (qc QueueConfigsAttributes) QueueId() terra.StringValue
func (QueueConfigsAttributes) QueueName ¶
func (qc QueueConfigsAttributes) QueueName() terra.StringValue
type QueueConfigsState ¶
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_connect_routing_profile.
func (*Resource) Attributes ¶
func (acrp *Resource) Attributes() awsConnectRoutingProfileAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acrp *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acrp *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.