Documentation ¶
Index ¶
- func GameServicesGameServerConfig_IsConstruct(x interface{}) *bool
- func GameServicesGameServerConfig_IsTerraformElement(x interface{}) *bool
- func GameServicesGameServerConfig_IsTerraformResource(x interface{}) *bool
- func GameServicesGameServerConfig_TfResourceType() *string
- func NewGameServicesGameServerConfigFleetConfigsList_Override(g GameServicesGameServerConfigFleetConfigsList, ...)
- func NewGameServicesGameServerConfigFleetConfigsOutputReference_Override(g GameServicesGameServerConfigFleetConfigsOutputReference, ...)
- func NewGameServicesGameServerConfigScalingConfigsList_Override(g GameServicesGameServerConfigScalingConfigsList, ...)
- func NewGameServicesGameServerConfigScalingConfigsOutputReference_Override(g GameServicesGameServerConfigScalingConfigsOutputReference, ...)
- func NewGameServicesGameServerConfigScalingConfigsSchedulesList_Override(g GameServicesGameServerConfigScalingConfigsSchedulesList, ...)
- func NewGameServicesGameServerConfigScalingConfigsSchedulesOutputReference_Override(g GameServicesGameServerConfigScalingConfigsSchedulesOutputReference, ...)
- func NewGameServicesGameServerConfigScalingConfigsSelectorsList_Override(g GameServicesGameServerConfigScalingConfigsSelectorsList, ...)
- func NewGameServicesGameServerConfigScalingConfigsSelectorsOutputReference_Override(g GameServicesGameServerConfigScalingConfigsSelectorsOutputReference, ...)
- func NewGameServicesGameServerConfigTimeoutsOutputReference_Override(g GameServicesGameServerConfigTimeoutsOutputReference, ...)
- func NewGameServicesGameServerConfig_Override(g GameServicesGameServerConfig, scope constructs.Construct, id *string, ...)
- type GameServicesGameServerConfig
- type GameServicesGameServerConfigConfig
- type GameServicesGameServerConfigFleetConfigs
- type GameServicesGameServerConfigFleetConfigsList
- type GameServicesGameServerConfigFleetConfigsOutputReference
- type GameServicesGameServerConfigScalingConfigs
- type GameServicesGameServerConfigScalingConfigsList
- type GameServicesGameServerConfigScalingConfigsOutputReference
- type GameServicesGameServerConfigScalingConfigsSchedules
- type GameServicesGameServerConfigScalingConfigsSchedulesList
- type GameServicesGameServerConfigScalingConfigsSchedulesOutputReference
- type GameServicesGameServerConfigScalingConfigsSelectors
- type GameServicesGameServerConfigScalingConfigsSelectorsList
- type GameServicesGameServerConfigScalingConfigsSelectorsOutputReference
- type GameServicesGameServerConfigTimeouts
- type GameServicesGameServerConfigTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GameServicesGameServerConfig_IsConstruct ¶
func GameServicesGameServerConfig_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func GameServicesGameServerConfig_IsTerraformElement ¶
func GameServicesGameServerConfig_IsTerraformElement(x interface{}) *bool
Experimental.
func GameServicesGameServerConfig_IsTerraformResource ¶
func GameServicesGameServerConfig_IsTerraformResource(x interface{}) *bool
Experimental.
func GameServicesGameServerConfig_TfResourceType ¶
func GameServicesGameServerConfig_TfResourceType() *string
func NewGameServicesGameServerConfigFleetConfigsList_Override ¶
func NewGameServicesGameServerConfigFleetConfigsList_Override(g GameServicesGameServerConfigFleetConfigsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGameServicesGameServerConfigFleetConfigsOutputReference_Override ¶
func NewGameServicesGameServerConfigFleetConfigsOutputReference_Override(g GameServicesGameServerConfigFleetConfigsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGameServicesGameServerConfigScalingConfigsList_Override ¶
func NewGameServicesGameServerConfigScalingConfigsList_Override(g GameServicesGameServerConfigScalingConfigsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGameServicesGameServerConfigScalingConfigsOutputReference_Override ¶
func NewGameServicesGameServerConfigScalingConfigsOutputReference_Override(g GameServicesGameServerConfigScalingConfigsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGameServicesGameServerConfigScalingConfigsSchedulesList_Override ¶
func NewGameServicesGameServerConfigScalingConfigsSchedulesList_Override(g GameServicesGameServerConfigScalingConfigsSchedulesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGameServicesGameServerConfigScalingConfigsSchedulesOutputReference_Override ¶
func NewGameServicesGameServerConfigScalingConfigsSchedulesOutputReference_Override(g GameServicesGameServerConfigScalingConfigsSchedulesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGameServicesGameServerConfigScalingConfigsSelectorsList_Override ¶
func NewGameServicesGameServerConfigScalingConfigsSelectorsList_Override(g GameServicesGameServerConfigScalingConfigsSelectorsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGameServicesGameServerConfigScalingConfigsSelectorsOutputReference_Override ¶
func NewGameServicesGameServerConfigScalingConfigsSelectorsOutputReference_Override(g GameServicesGameServerConfigScalingConfigsSelectorsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGameServicesGameServerConfigTimeoutsOutputReference_Override ¶
func NewGameServicesGameServerConfigTimeoutsOutputReference_Override(g GameServicesGameServerConfigTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGameServicesGameServerConfig_Override ¶
func NewGameServicesGameServerConfig_Override(g GameServicesGameServerConfig, scope constructs.Construct, id *string, config *GameServicesGameServerConfigConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config google_game_services_game_server_config} Resource.
Types ¶
type GameServicesGameServerConfig ¶
type GameServicesGameServerConfig interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack ConfigId() *string SetConfigId(val *string) ConfigIdInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DeploymentId() *string SetDeploymentId(val *string) DeploymentIdInput() *string Description() *string SetDescription(val *string) DescriptionInput() *string FleetConfigs() GameServicesGameServerConfigFleetConfigsList FleetConfigsInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ScalingConfigs() GameServicesGameServerConfigScalingConfigsList ScalingConfigsInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GameServicesGameServerConfigTimeoutsOutputReference TimeoutsInput() interface{} // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutFleetConfigs(value interface{}) PutScalingConfigs(value interface{}) PutTimeouts(value *GameServicesGameServerConfigTimeouts) ResetDescription() ResetId() ResetLabels() ResetLocation() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetScalingConfigs() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config google_game_services_game_server_config}.
func NewGameServicesGameServerConfig ¶
func NewGameServicesGameServerConfig(scope constructs.Construct, id *string, config *GameServicesGameServerConfigConfig) GameServicesGameServerConfig
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config google_game_services_game_server_config} Resource.
type GameServicesGameServerConfigConfig ¶
type GameServicesGameServerConfigConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // A unique id for the deployment config. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#config_id GameServicesGameServerConfig#config_id} ConfigId *string `field:"required" json:"configId" yaml:"configId"` // A unique id for the deployment. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#deployment_id GameServicesGameServerConfig#deployment_id} DeploymentId *string `field:"required" json:"deploymentId" yaml:"deploymentId"` // fleet_configs block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#fleet_configs GameServicesGameServerConfig#fleet_configs} FleetConfigs interface{} `field:"required" json:"fleetConfigs" yaml:"fleetConfigs"` // The description of the game server config. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#description GameServicesGameServerConfig#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#id GameServicesGameServerConfig#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // The labels associated with this game server config. Each label is a key-value pair. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#labels GameServicesGameServerConfig#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Location of the Deployment. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#location GameServicesGameServerConfig#location} Location *string `field:"optional" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#project GameServicesGameServerConfig#project}. Project *string `field:"optional" json:"project" yaml:"project"` // scaling_configs block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#scaling_configs GameServicesGameServerConfig#scaling_configs} ScalingConfigs interface{} `field:"optional" json:"scalingConfigs" yaml:"scalingConfigs"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#timeouts GameServicesGameServerConfig#timeouts} Timeouts *GameServicesGameServerConfigTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GameServicesGameServerConfigFleetConfigs ¶
type GameServicesGameServerConfigFleetConfigs struct { // The fleet spec, which is sent to Agones to configure fleet. // // The spec can be passed as inline json but it is recommended to use a file reference // instead. File references can contain the json or yaml format of the fleet spec. Eg: // // fleet_spec = jsonencode(yamldecode(file("fleet_configs.yaml"))) // fleet_spec = file("fleet_configs.json") // // The format of the spec can be found : // 'https://agones.dev/site/docs/reference/fleet/'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#fleet_spec GameServicesGameServerConfig#fleet_spec} FleetSpec *string `field:"required" json:"fleetSpec" yaml:"fleetSpec"` // The name of the FleetConfig. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#name GameServicesGameServerConfig#name} Name *string `field:"optional" json:"name" yaml:"name"` }
type GameServicesGameServerConfigFleetConfigsList ¶
type GameServicesGameServerConfigFleetConfigsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GameServicesGameServerConfigFleetConfigsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGameServicesGameServerConfigFleetConfigsList ¶
func NewGameServicesGameServerConfigFleetConfigsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GameServicesGameServerConfigFleetConfigsList
type GameServicesGameServerConfigFleetConfigsOutputReference ¶
type GameServicesGameServerConfigFleetConfigsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string FleetSpec() *string SetFleetSpec(val *string) FleetSpecInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetName() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGameServicesGameServerConfigFleetConfigsOutputReference ¶
func NewGameServicesGameServerConfigFleetConfigsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GameServicesGameServerConfigFleetConfigsOutputReference
type GameServicesGameServerConfigScalingConfigs ¶
type GameServicesGameServerConfigScalingConfigs struct { // Fleet autoscaler spec, which is sent to Agones. Example spec can be found : https://agones.dev/site/docs/reference/fleetautoscaler/. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#fleet_autoscaler_spec GameServicesGameServerConfig#fleet_autoscaler_spec} FleetAutoscalerSpec *string `field:"required" json:"fleetAutoscalerSpec" yaml:"fleetAutoscalerSpec"` // The name of the ScalingConfig. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#name GameServicesGameServerConfig#name} Name *string `field:"required" json:"name" yaml:"name"` // schedules block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#schedules GameServicesGameServerConfig#schedules} Schedules interface{} `field:"optional" json:"schedules" yaml:"schedules"` // selectors block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#selectors GameServicesGameServerConfig#selectors} Selectors interface{} `field:"optional" json:"selectors" yaml:"selectors"` }
type GameServicesGameServerConfigScalingConfigsList ¶
type GameServicesGameServerConfigScalingConfigsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GameServicesGameServerConfigScalingConfigsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGameServicesGameServerConfigScalingConfigsList ¶
func NewGameServicesGameServerConfigScalingConfigsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GameServicesGameServerConfigScalingConfigsList
type GameServicesGameServerConfigScalingConfigsOutputReference ¶
type GameServicesGameServerConfigScalingConfigsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string FleetAutoscalerSpec() *string SetFleetAutoscalerSpec(val *string) FleetAutoscalerSpecInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string Schedules() GameServicesGameServerConfigScalingConfigsSchedulesList SchedulesInput() interface{} Selectors() GameServicesGameServerConfigScalingConfigsSelectorsList SelectorsInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutSchedules(value interface{}) PutSelectors(value interface{}) ResetSchedules() ResetSelectors() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGameServicesGameServerConfigScalingConfigsOutputReference ¶
func NewGameServicesGameServerConfigScalingConfigsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GameServicesGameServerConfigScalingConfigsOutputReference
type GameServicesGameServerConfigScalingConfigsSchedules ¶
type GameServicesGameServerConfigScalingConfigsSchedules struct { // The duration for the cron job event. The duration of the event is effective after the cron job's start time. // // A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#cron_job_duration GameServicesGameServerConfig#cron_job_duration} CronJobDuration *string `field:"optional" json:"cronJobDuration" yaml:"cronJobDuration"` // The cron definition of the scheduled event. See https://en.wikipedia.org/wiki/Cron. Cron spec specifies the local time as defined by the realm. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#cron_spec GameServicesGameServerConfig#cron_spec} CronSpec *string `field:"optional" json:"cronSpec" yaml:"cronSpec"` // The end time of the event. // // A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#end_time GameServicesGameServerConfig#end_time} EndTime *string `field:"optional" json:"endTime" yaml:"endTime"` // The start time of the event. // // A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#start_time GameServicesGameServerConfig#start_time} StartTime *string `field:"optional" json:"startTime" yaml:"startTime"` }
type GameServicesGameServerConfigScalingConfigsSchedulesList ¶
type GameServicesGameServerConfigScalingConfigsSchedulesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GameServicesGameServerConfigScalingConfigsSchedulesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGameServicesGameServerConfigScalingConfigsSchedulesList ¶
func NewGameServicesGameServerConfigScalingConfigsSchedulesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GameServicesGameServerConfigScalingConfigsSchedulesList
type GameServicesGameServerConfigScalingConfigsSchedulesOutputReference ¶
type GameServicesGameServerConfigScalingConfigsSchedulesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string CronJobDuration() *string SetCronJobDuration(val *string) CronJobDurationInput() *string CronSpec() *string SetCronSpec(val *string) CronSpecInput() *string EndTime() *string SetEndTime(val *string) EndTimeInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) StartTime() *string SetStartTime(val *string) StartTimeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCronJobDuration() ResetCronSpec() ResetEndTime() ResetStartTime() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGameServicesGameServerConfigScalingConfigsSchedulesOutputReference ¶
func NewGameServicesGameServerConfigScalingConfigsSchedulesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GameServicesGameServerConfigScalingConfigsSchedulesOutputReference
type GameServicesGameServerConfigScalingConfigsSelectors ¶
type GameServicesGameServerConfigScalingConfigsSelectors struct { // Set of labels to group by. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#labels GameServicesGameServerConfig#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` }
type GameServicesGameServerConfigScalingConfigsSelectorsList ¶
type GameServicesGameServerConfigScalingConfigsSelectorsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GameServicesGameServerConfigScalingConfigsSelectorsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGameServicesGameServerConfigScalingConfigsSelectorsList ¶
func NewGameServicesGameServerConfigScalingConfigsSelectorsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GameServicesGameServerConfigScalingConfigsSelectorsList
type GameServicesGameServerConfigScalingConfigsSelectorsOutputReference ¶
type GameServicesGameServerConfigScalingConfigsSelectorsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetLabels() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGameServicesGameServerConfigScalingConfigsSelectorsOutputReference ¶
func NewGameServicesGameServerConfigScalingConfigsSelectorsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GameServicesGameServerConfigScalingConfigsSelectorsOutputReference
type GameServicesGameServerConfigTimeouts ¶
type GameServicesGameServerConfigTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#create GameServicesGameServerConfig#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/resources/game_services_game_server_config#delete GameServicesGameServerConfig#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` }
type GameServicesGameServerConfigTimeoutsOutputReference ¶
type GameServicesGameServerConfigTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGameServicesGameServerConfigTimeoutsOutputReference ¶
func NewGameServicesGameServerConfigTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GameServicesGameServerConfigTimeoutsOutputReference
Source Files ¶
- GameServicesGameServerConfig.go
- GameServicesGameServerConfigConfig.go
- GameServicesGameServerConfigFleetConfigs.go
- GameServicesGameServerConfigFleetConfigsList.go
- GameServicesGameServerConfigFleetConfigsList__checks.go
- GameServicesGameServerConfigFleetConfigsOutputReference.go
- GameServicesGameServerConfigFleetConfigsOutputReference__checks.go
- GameServicesGameServerConfigScalingConfigs.go
- GameServicesGameServerConfigScalingConfigsList.go
- GameServicesGameServerConfigScalingConfigsList__checks.go
- GameServicesGameServerConfigScalingConfigsOutputReference.go
- GameServicesGameServerConfigScalingConfigsOutputReference__checks.go
- GameServicesGameServerConfigScalingConfigsSchedules.go
- GameServicesGameServerConfigScalingConfigsSchedulesList.go
- GameServicesGameServerConfigScalingConfigsSchedulesList__checks.go
- GameServicesGameServerConfigScalingConfigsSchedulesOutputReference.go
- GameServicesGameServerConfigScalingConfigsSchedulesOutputReference__checks.go
- GameServicesGameServerConfigScalingConfigsSelectors.go
- GameServicesGameServerConfigScalingConfigsSelectorsList.go
- GameServicesGameServerConfigScalingConfigsSelectorsList__checks.go
- GameServicesGameServerConfigScalingConfigsSelectorsOutputReference.go
- GameServicesGameServerConfigScalingConfigsSelectorsOutputReference__checks.go
- GameServicesGameServerConfigTimeouts.go
- GameServicesGameServerConfigTimeoutsOutputReference.go
- GameServicesGameServerConfigTimeoutsOutputReference__checks.go
- GameServicesGameServerConfig__checks.go
- main.go