Documentation
¶
Index ¶
- func DataAwsCodebuildFleet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataAwsCodebuildFleet_IsConstruct(x interface{}) *bool
- func DataAwsCodebuildFleet_IsTerraformDataSource(x interface{}) *bool
- func DataAwsCodebuildFleet_IsTerraformElement(x interface{}) *bool
- func DataAwsCodebuildFleet_TfResourceType() *string
- func NewDataAwsCodebuildFleetScalingConfigurationList_Override(d DataAwsCodebuildFleetScalingConfigurationList, ...)
- func NewDataAwsCodebuildFleetScalingConfigurationOutputReference_Override(d DataAwsCodebuildFleetScalingConfigurationOutputReference, ...)
- func NewDataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList_Override(d DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList, ...)
- func NewDataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference_Override(...)
- func NewDataAwsCodebuildFleetStatusList_Override(d DataAwsCodebuildFleetStatusList, ...)
- func NewDataAwsCodebuildFleetStatusOutputReference_Override(d DataAwsCodebuildFleetStatusOutputReference, ...)
- func NewDataAwsCodebuildFleetVpcConfigList_Override(d DataAwsCodebuildFleetVpcConfigList, ...)
- func NewDataAwsCodebuildFleetVpcConfigOutputReference_Override(d DataAwsCodebuildFleetVpcConfigOutputReference, ...)
- func NewDataAwsCodebuildFleet_Override(d DataAwsCodebuildFleet, scope constructs.Construct, id *string, ...)
- type DataAwsCodebuildFleet
- type DataAwsCodebuildFleetConfig
- type DataAwsCodebuildFleetScalingConfiguration
- type DataAwsCodebuildFleetScalingConfigurationList
- type DataAwsCodebuildFleetScalingConfigurationOutputReference
- type DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigs
- type DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList
- type DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference
- type DataAwsCodebuildFleetStatus
- type DataAwsCodebuildFleetStatusList
- type DataAwsCodebuildFleetStatusOutputReference
- type DataAwsCodebuildFleetVpcConfig
- type DataAwsCodebuildFleetVpcConfigList
- type DataAwsCodebuildFleetVpcConfigOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAwsCodebuildFleet_GenerateConfigForImport ¶
func DataAwsCodebuildFleet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataAwsCodebuildFleet resource upon running "cdktf plan <stack-name>".
func DataAwsCodebuildFleet_IsConstruct ¶
func DataAwsCodebuildFleet_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 DataAwsCodebuildFleet_IsTerraformDataSource ¶
func DataAwsCodebuildFleet_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataAwsCodebuildFleet_IsTerraformElement ¶
func DataAwsCodebuildFleet_IsTerraformElement(x interface{}) *bool
Experimental.
func DataAwsCodebuildFleet_TfResourceType ¶
func DataAwsCodebuildFleet_TfResourceType() *string
func NewDataAwsCodebuildFleetScalingConfigurationList_Override ¶
func NewDataAwsCodebuildFleetScalingConfigurationList_Override(d DataAwsCodebuildFleetScalingConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsCodebuildFleetScalingConfigurationOutputReference_Override ¶
func NewDataAwsCodebuildFleetScalingConfigurationOutputReference_Override(d DataAwsCodebuildFleetScalingConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList_Override ¶
func NewDataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList_Override(d DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference_Override ¶
func NewDataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference_Override(d DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsCodebuildFleetStatusList_Override ¶
func NewDataAwsCodebuildFleetStatusList_Override(d DataAwsCodebuildFleetStatusList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsCodebuildFleetStatusOutputReference_Override ¶
func NewDataAwsCodebuildFleetStatusOutputReference_Override(d DataAwsCodebuildFleetStatusOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsCodebuildFleetVpcConfigList_Override ¶
func NewDataAwsCodebuildFleetVpcConfigList_Override(d DataAwsCodebuildFleetVpcConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsCodebuildFleetVpcConfigOutputReference_Override ¶
func NewDataAwsCodebuildFleetVpcConfigOutputReference_Override(d DataAwsCodebuildFleetVpcConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsCodebuildFleet_Override ¶
func NewDataAwsCodebuildFleet_Override(d DataAwsCodebuildFleet, scope constructs.Construct, id *string, config *DataAwsCodebuildFleetConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/data-sources/codebuild_fleet aws_codebuild_fleet} Data Source.
Types ¶
type DataAwsCodebuildFleet ¶
type DataAwsCodebuildFleet interface { cdktf.TerraformDataSource Arn() *string BaseCapacity() *float64 // Experimental. CdktfStack() cdktf.TerraformStack ComputeType() *string // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) Created() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EnvironmentType() *string FleetServiceRole() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string ImageId() *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 // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} ScalingConfiguration() DataAwsCodebuildFleetScalingConfigurationList Status() DataAwsCodebuildFleetStatusList Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string VpcConfig() DataAwsCodebuildFleetVpcConfigList // 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) // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTags() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Adds this resource to the terraform JSON output. // 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.82.2/docs/data-sources/codebuild_fleet aws_codebuild_fleet}.
func NewDataAwsCodebuildFleet ¶
func NewDataAwsCodebuildFleet(scope constructs.Construct, id *string, config *DataAwsCodebuildFleetConfig) DataAwsCodebuildFleet
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/data-sources/codebuild_fleet aws_codebuild_fleet} Data Source.
type DataAwsCodebuildFleetConfig ¶
type DataAwsCodebuildFleetConfig 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.82.2/docs/data-sources/codebuild_fleet#name DataAwsCodebuildFleet#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs/data-sources/codebuild_fleet#tags DataAwsCodebuildFleet#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` }
type DataAwsCodebuildFleetScalingConfiguration ¶
type DataAwsCodebuildFleetScalingConfiguration struct { }
type DataAwsCodebuildFleetScalingConfigurationList ¶
type DataAwsCodebuildFleetScalingConfigurationList 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) DataAwsCodebuildFleetScalingConfigurationOutputReference // 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 NewDataAwsCodebuildFleetScalingConfigurationList ¶
func NewDataAwsCodebuildFleetScalingConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsCodebuildFleetScalingConfigurationList
type DataAwsCodebuildFleetScalingConfigurationOutputReference ¶
type DataAwsCodebuildFleetScalingConfigurationOutputReference 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() *DataAwsCodebuildFleetScalingConfiguration SetInternalValue(val *DataAwsCodebuildFleetScalingConfiguration) MaxCapacity() *float64 ScalingType() *string TargetTrackingScalingConfigs() DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList // 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 NewDataAwsCodebuildFleetScalingConfigurationOutputReference ¶
func NewDataAwsCodebuildFleetScalingConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsCodebuildFleetScalingConfigurationOutputReference
type DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigs ¶
type DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigs struct { }
type DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList ¶
type DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList 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) DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference // 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 NewDataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList ¶
func NewDataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList
type DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference ¶
type DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference 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() *DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigs SetInternalValue(val *DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigs) MetricType() *string TargetValue() *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 // 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 NewDataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference ¶
func NewDataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference
type DataAwsCodebuildFleetStatus ¶
type DataAwsCodebuildFleetStatus struct { }
type DataAwsCodebuildFleetStatusList ¶
type DataAwsCodebuildFleetStatusList 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) DataAwsCodebuildFleetStatusOutputReference // 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 NewDataAwsCodebuildFleetStatusList ¶
func NewDataAwsCodebuildFleetStatusList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsCodebuildFleetStatusList
type DataAwsCodebuildFleetStatusOutputReference ¶
type DataAwsCodebuildFleetStatusOutputReference 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() *DataAwsCodebuildFleetStatus SetInternalValue(val *DataAwsCodebuildFleetStatus) 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 NewDataAwsCodebuildFleetStatusOutputReference ¶
func NewDataAwsCodebuildFleetStatusOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsCodebuildFleetStatusOutputReference
type DataAwsCodebuildFleetVpcConfig ¶
type DataAwsCodebuildFleetVpcConfig struct { }
type DataAwsCodebuildFleetVpcConfigList ¶
type DataAwsCodebuildFleetVpcConfigList 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) DataAwsCodebuildFleetVpcConfigOutputReference // 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 NewDataAwsCodebuildFleetVpcConfigList ¶
func NewDataAwsCodebuildFleetVpcConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsCodebuildFleetVpcConfigList
type DataAwsCodebuildFleetVpcConfigOutputReference ¶
type DataAwsCodebuildFleetVpcConfigOutputReference 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() *DataAwsCodebuildFleetVpcConfig SetInternalValue(val *DataAwsCodebuildFleetVpcConfig) SecurityGroupIds() *[]*string Subnets() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VpcId() *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 NewDataAwsCodebuildFleetVpcConfigOutputReference ¶
func NewDataAwsCodebuildFleetVpcConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsCodebuildFleetVpcConfigOutputReference
Source Files
¶
- DataAwsCodebuildFleet.go
- DataAwsCodebuildFleetConfig.go
- DataAwsCodebuildFleetScalingConfiguration.go
- DataAwsCodebuildFleetScalingConfigurationList.go
- DataAwsCodebuildFleetScalingConfigurationList__checks.go
- DataAwsCodebuildFleetScalingConfigurationOutputReference.go
- DataAwsCodebuildFleetScalingConfigurationOutputReference__checks.go
- DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigs.go
- DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList.go
- DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsList__checks.go
- DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference.go
- DataAwsCodebuildFleetScalingConfigurationTargetTrackingScalingConfigsOutputReference__checks.go
- DataAwsCodebuildFleetStatus.go
- DataAwsCodebuildFleetStatusList.go
- DataAwsCodebuildFleetStatusList__checks.go
- DataAwsCodebuildFleetStatusOutputReference.go
- DataAwsCodebuildFleetStatusOutputReference__checks.go
- DataAwsCodebuildFleetVpcConfig.go
- DataAwsCodebuildFleetVpcConfigList.go
- DataAwsCodebuildFleetVpcConfigList__checks.go
- DataAwsCodebuildFleetVpcConfigOutputReference.go
- DataAwsCodebuildFleetVpcConfigOutputReference__checks.go
- DataAwsCodebuildFleet__checks.go
- main.go