Documentation
¶
Index ¶
- func CodebuildFleet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func CodebuildFleet_IsConstruct(x interface{}) *bool
- func CodebuildFleet_IsTerraformElement(x interface{}) *bool
- func CodebuildFleet_IsTerraformResource(x interface{}) *bool
- func CodebuildFleet_TfResourceType() *string
- func NewCodebuildFleetScalingConfigurationOutputReference_Override(c CodebuildFleetScalingConfigurationOutputReference, ...)
- func NewCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList_Override(c CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList, ...)
- func NewCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference_Override(...)
- func NewCodebuildFleetStatusList_Override(c CodebuildFleetStatusList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewCodebuildFleetStatusOutputReference_Override(c CodebuildFleetStatusOutputReference, ...)
- func NewCodebuildFleetVpcConfigList_Override(c CodebuildFleetVpcConfigList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewCodebuildFleetVpcConfigOutputReference_Override(c CodebuildFleetVpcConfigOutputReference, ...)
- func NewCodebuildFleet_Override(c CodebuildFleet, scope constructs.Construct, id *string, ...)
- type CodebuildFleet
- type CodebuildFleetConfig
- type CodebuildFleetScalingConfiguration
- type CodebuildFleetScalingConfigurationOutputReference
- type CodebuildFleetScalingConfigurationTargetTrackingScalingConfigs
- type CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList
- type CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference
- type CodebuildFleetStatus
- type CodebuildFleetStatusList
- type CodebuildFleetStatusOutputReference
- type CodebuildFleetVpcConfig
- type CodebuildFleetVpcConfigList
- type CodebuildFleetVpcConfigOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CodebuildFleet_GenerateConfigForImport ¶
func CodebuildFleet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a CodebuildFleet resource upon running "cdktf plan <stack-name>".
func CodebuildFleet_IsConstruct ¶
func CodebuildFleet_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 CodebuildFleet_IsTerraformElement ¶
func CodebuildFleet_IsTerraformElement(x interface{}) *bool
Experimental.
func CodebuildFleet_IsTerraformResource ¶
func CodebuildFleet_IsTerraformResource(x interface{}) *bool
Experimental.
func CodebuildFleet_TfResourceType ¶
func CodebuildFleet_TfResourceType() *string
func NewCodebuildFleetScalingConfigurationOutputReference_Override ¶
func NewCodebuildFleetScalingConfigurationOutputReference_Override(c CodebuildFleetScalingConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList_Override ¶
func NewCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList_Override(c CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference_Override ¶
func NewCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference_Override(c CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCodebuildFleetStatusList_Override ¶
func NewCodebuildFleetStatusList_Override(c CodebuildFleetStatusList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCodebuildFleetStatusOutputReference_Override ¶
func NewCodebuildFleetStatusOutputReference_Override(c CodebuildFleetStatusOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCodebuildFleetVpcConfigList_Override ¶
func NewCodebuildFleetVpcConfigList_Override(c CodebuildFleetVpcConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCodebuildFleetVpcConfigOutputReference_Override ¶
func NewCodebuildFleetVpcConfigOutputReference_Override(c CodebuildFleetVpcConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCodebuildFleet_Override ¶
func NewCodebuildFleet_Override(c CodebuildFleet, scope constructs.Construct, id *string, config *CodebuildFleetConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet aws_codebuild_fleet} Resource.
Types ¶
type CodebuildFleet ¶
type CodebuildFleet interface { cdktf.TerraformResource Arn() *string BaseCapacity() *float64 SetBaseCapacity(val *float64) BaseCapacityInput() *float64 // Experimental. CdktfStack() cdktf.TerraformStack ComputeType() *string SetComputeType(val *string) ComputeTypeInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) Created() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EnvironmentType() *string SetEnvironmentType(val *string) EnvironmentTypeInput() *string FleetServiceRole() *string SetFleetServiceRole(val *string) FleetServiceRoleInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string ImageId() *string SetImageId(val *string) ImageIdInput() *string LastModified() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node OverflowBehavior() *string SetOverflowBehavior(val *string) OverflowBehaviorInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ScalingConfiguration() CodebuildFleetScalingConfigurationOutputReference ScalingConfigurationInput() *CodebuildFleetScalingConfiguration Status() CodebuildFleetStatusList Tags() *map[string]*string SetTags(val *map[string]*string) TagsAll() *map[string]*string SetTagsAll(val *map[string]*string) TagsAllInput() *map[string]*string TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string VpcConfig() CodebuildFleetVpcConfigList VpcConfigInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // 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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutScalingConfiguration(value *CodebuildFleetScalingConfiguration) PutVpcConfig(value interface{}) ResetFleetServiceRole() ResetImageId() ResetOverflowBehavior() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetScalingConfiguration() ResetTags() ResetTagsAll() ResetVpcConfig() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/aws/5.75.0/docs/resources/codebuild_fleet aws_codebuild_fleet}.
func NewCodebuildFleet ¶
func NewCodebuildFleet(scope constructs.Construct, id *string, config *CodebuildFleetConfig) CodebuildFleet
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet aws_codebuild_fleet} Resource.
type CodebuildFleetConfig ¶
type CodebuildFleetConfig 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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#base_capacity CodebuildFleet#base_capacity}. BaseCapacity *float64 `field:"required" json:"baseCapacity" yaml:"baseCapacity"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#compute_type CodebuildFleet#compute_type}. ComputeType *string `field:"required" json:"computeType" yaml:"computeType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#environment_type CodebuildFleet#environment_type}. EnvironmentType *string `field:"required" json:"environmentType" yaml:"environmentType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#name CodebuildFleet#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#fleet_service_role CodebuildFleet#fleet_service_role}. FleetServiceRole *string `field:"optional" json:"fleetServiceRole" yaml:"fleetServiceRole"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#image_id CodebuildFleet#image_id}. ImageId *string `field:"optional" json:"imageId" yaml:"imageId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#overflow_behavior CodebuildFleet#overflow_behavior}. OverflowBehavior *string `field:"optional" json:"overflowBehavior" yaml:"overflowBehavior"` // scaling_configuration block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#scaling_configuration CodebuildFleet#scaling_configuration} ScalingConfiguration *CodebuildFleetScalingConfiguration `field:"optional" json:"scalingConfiguration" yaml:"scalingConfiguration"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#tags CodebuildFleet#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#tags_all CodebuildFleet#tags_all}. TagsAll *map[string]*string `field:"optional" json:"tagsAll" yaml:"tagsAll"` // vpc_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#vpc_config CodebuildFleet#vpc_config} VpcConfig interface{} `field:"optional" json:"vpcConfig" yaml:"vpcConfig"` }
type CodebuildFleetScalingConfiguration ¶
type CodebuildFleetScalingConfiguration struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#max_capacity CodebuildFleet#max_capacity}. MaxCapacity *float64 `field:"optional" json:"maxCapacity" yaml:"maxCapacity"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#scaling_type CodebuildFleet#scaling_type}. ScalingType *string `field:"optional" json:"scalingType" yaml:"scalingType"` // target_tracking_scaling_configs block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#target_tracking_scaling_configs CodebuildFleet#target_tracking_scaling_configs} TargetTrackingScalingConfigs interface{} `field:"optional" json:"targetTrackingScalingConfigs" yaml:"targetTrackingScalingConfigs"` }
type CodebuildFleetScalingConfigurationOutputReference ¶
type CodebuildFleetScalingConfigurationOutputReference 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 DesiredCapacity() *float64 // Experimental. Fqn() *string InternalValue() *CodebuildFleetScalingConfiguration SetInternalValue(val *CodebuildFleetScalingConfiguration) MaxCapacity() *float64 SetMaxCapacity(val *float64) MaxCapacityInput() *float64 ScalingType() *string SetScalingType(val *string) ScalingTypeInput() *string TargetTrackingScalingConfigs() CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList TargetTrackingScalingConfigsInput() 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 PutTargetTrackingScalingConfigs(value interface{}) ResetMaxCapacity() ResetScalingType() ResetTargetTrackingScalingConfigs() // 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 NewCodebuildFleetScalingConfigurationOutputReference ¶
func NewCodebuildFleetScalingConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CodebuildFleetScalingConfigurationOutputReference
type CodebuildFleetScalingConfigurationTargetTrackingScalingConfigs ¶
type CodebuildFleetScalingConfigurationTargetTrackingScalingConfigs struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#metric_type CodebuildFleet#metric_type}. MetricType *string `field:"optional" json:"metricType" yaml:"metricType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#target_value CodebuildFleet#target_value}. TargetValue *float64 `field:"optional" json:"targetValue" yaml:"targetValue"` }
type CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList ¶
type CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference // 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 NewCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList ¶
func NewCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList
type CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference ¶
type CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference 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{}) MetricType() *string SetMetricType(val *string) MetricTypeInput() *string TargetValue() *float64 SetTargetValue(val *float64) TargetValueInput() *float64 // 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 ResetMetricType() ResetTargetValue() // 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 NewCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference ¶
func NewCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference
type CodebuildFleetStatus ¶
type CodebuildFleetStatus struct { }
type CodebuildFleetStatusList ¶
type CodebuildFleetStatusList 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 // 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) CodebuildFleetStatusOutputReference // 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 NewCodebuildFleetStatusList ¶
func NewCodebuildFleetStatusList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CodebuildFleetStatusList
type CodebuildFleetStatusOutputReference ¶
type CodebuildFleetStatusOutputReference 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) Context() *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 // Experimental. Fqn() *string InternalValue() *CodebuildFleetStatus SetInternalValue(val *CodebuildFleetStatus) Message() *string StatusCode() *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 // 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 NewCodebuildFleetStatusOutputReference ¶
func NewCodebuildFleetStatusOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CodebuildFleetStatusOutputReference
type CodebuildFleetVpcConfig ¶
type CodebuildFleetVpcConfig struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#security_group_ids CodebuildFleet#security_group_ids}. SecurityGroupIds *[]*string `field:"required" json:"securityGroupIds" yaml:"securityGroupIds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#subnets CodebuildFleet#subnets}. Subnets *[]*string `field:"required" json:"subnets" yaml:"subnets"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.75.0/docs/resources/codebuild_fleet#vpc_id CodebuildFleet#vpc_id}. VpcId *string `field:"required" json:"vpcId" yaml:"vpcId"` }
type CodebuildFleetVpcConfigList ¶
type CodebuildFleetVpcConfigList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) CodebuildFleetVpcConfigOutputReference // 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 NewCodebuildFleetVpcConfigList ¶
func NewCodebuildFleetVpcConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CodebuildFleetVpcConfigList
type CodebuildFleetVpcConfigOutputReference ¶
type CodebuildFleetVpcConfigOutputReference 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{}) SecurityGroupIds() *[]*string SetSecurityGroupIds(val *[]*string) SecurityGroupIdsInput() *[]*string Subnets() *[]*string SetSubnets(val *[]*string) SubnetsInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VpcId() *string SetVpcId(val *string) VpcIdInput() *string // 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 // 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 NewCodebuildFleetVpcConfigOutputReference ¶
func NewCodebuildFleetVpcConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CodebuildFleetVpcConfigOutputReference
Source Files
¶
- CodebuildFleet.go
- CodebuildFleetConfig.go
- CodebuildFleetScalingConfiguration.go
- CodebuildFleetScalingConfigurationOutputReference.go
- CodebuildFleetScalingConfigurationOutputReference__checks.go
- CodebuildFleetScalingConfigurationTargetTrackingScalingConfigs.go
- CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList.go
- CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList__checks.go
- CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference.go
- CodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference__checks.go
- CodebuildFleetStatus.go
- CodebuildFleetStatusList.go
- CodebuildFleetStatusList__checks.go
- CodebuildFleetStatusOutputReference.go
- CodebuildFleetStatusOutputReference__checks.go
- CodebuildFleetVpcConfig.go
- CodebuildFleetVpcConfigList.go
- CodebuildFleetVpcConfigList__checks.go
- CodebuildFleetVpcConfigOutputReference.go
- CodebuildFleetVpcConfigOutputReference__checks.go
- CodebuildFleet__checks.go
- main.go