Documentation ¶
Index ¶
- type TargetApplications
- type TargetApplicationsAttributes
- func (ta TargetApplicationsAttributes) AwsRegion() terra.StringValue
- func (ta TargetApplicationsAttributes) InternalRef() (terra.Reference, error)
- func (ta TargetApplicationsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ta TargetApplicationsAttributes) InternalWithRef(ref terra.Reference) TargetApplicationsAttributes
- func (ta TargetApplicationsAttributes) Priority() terra.NumberValue
- func (ta TargetApplicationsAttributes) SipMediaApplicationId() terra.StringValue
- type TargetApplicationsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TargetApplications ¶
type TargetApplications struct { // AwsRegion: string, required AwsRegion terra.StringValue `hcl:"aws_region,attr" validate:"required"` // Priority: number, required Priority terra.NumberValue `hcl:"priority,attr" validate:"required"` // SipMediaApplicationId: string, required SipMediaApplicationId terra.StringValue `hcl:"sip_media_application_id,attr" validate:"required"` }
type TargetApplicationsAttributes ¶
type TargetApplicationsAttributes struct {
// contains filtered or unexported fields
}
func (TargetApplicationsAttributes) AwsRegion ¶
func (ta TargetApplicationsAttributes) AwsRegion() terra.StringValue
func (TargetApplicationsAttributes) InternalRef ¶
func (ta TargetApplicationsAttributes) InternalRef() (terra.Reference, error)
func (TargetApplicationsAttributes) InternalTokens ¶
func (ta TargetApplicationsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TargetApplicationsAttributes) InternalWithRef ¶
func (ta TargetApplicationsAttributes) InternalWithRef(ref terra.Reference) TargetApplicationsAttributes
func (TargetApplicationsAttributes) Priority ¶
func (ta TargetApplicationsAttributes) Priority() terra.NumberValue
func (TargetApplicationsAttributes) SipMediaApplicationId ¶
func (ta TargetApplicationsAttributes) SipMediaApplicationId() terra.StringValue
type TargetApplicationsState ¶
Click to show internal directories.
Click to hide internal directories.