Documentation ¶
Index ¶
- func DataHcpBoundaryCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataHcpBoundaryCluster_IsConstruct(x interface{}) *bool
- func DataHcpBoundaryCluster_IsTerraformDataSource(x interface{}) *bool
- func DataHcpBoundaryCluster_IsTerraformElement(x interface{}) *bool
- func DataHcpBoundaryCluster_TfResourceType() *string
- func NewDataHcpBoundaryClusterMaintenanceWindowConfigList_Override(d DataHcpBoundaryClusterMaintenanceWindowConfigList, ...)
- func NewDataHcpBoundaryClusterMaintenanceWindowConfigOutputReference_Override(d DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference, ...)
- func NewDataHcpBoundaryClusterTimeoutsOutputReference_Override(d DataHcpBoundaryClusterTimeoutsOutputReference, ...)
- func NewDataHcpBoundaryCluster_Override(d DataHcpBoundaryCluster, scope constructs.Construct, id *string, ...)
- type DataHcpBoundaryCluster
- type DataHcpBoundaryClusterConfig
- type DataHcpBoundaryClusterMaintenanceWindowConfig
- type DataHcpBoundaryClusterMaintenanceWindowConfigList
- type DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference
- type DataHcpBoundaryClusterTimeouts
- type DataHcpBoundaryClusterTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataHcpBoundaryCluster_GenerateConfigForImport ¶
func DataHcpBoundaryCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataHcpBoundaryCluster resource upon running "cdktf plan <stack-name>".
func DataHcpBoundaryCluster_IsConstruct ¶
func DataHcpBoundaryCluster_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 DataHcpBoundaryCluster_IsTerraformDataSource ¶
func DataHcpBoundaryCluster_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataHcpBoundaryCluster_IsTerraformElement ¶
func DataHcpBoundaryCluster_IsTerraformElement(x interface{}) *bool
Experimental.
func DataHcpBoundaryCluster_TfResourceType ¶
func DataHcpBoundaryCluster_TfResourceType() *string
func NewDataHcpBoundaryClusterMaintenanceWindowConfigList_Override ¶
func NewDataHcpBoundaryClusterMaintenanceWindowConfigList_Override(d DataHcpBoundaryClusterMaintenanceWindowConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataHcpBoundaryClusterMaintenanceWindowConfigOutputReference_Override ¶
func NewDataHcpBoundaryClusterMaintenanceWindowConfigOutputReference_Override(d DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataHcpBoundaryClusterTimeoutsOutputReference_Override ¶
func NewDataHcpBoundaryClusterTimeoutsOutputReference_Override(d DataHcpBoundaryClusterTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataHcpBoundaryCluster_Override ¶
func NewDataHcpBoundaryCluster_Override(d DataHcpBoundaryCluster, scope constructs.Construct, id *string, config *DataHcpBoundaryClusterConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} Data Source.
Types ¶
type DataHcpBoundaryCluster ¶
type DataHcpBoundaryCluster interface { cdktf.TerraformDataSource // Experimental. CdktfStack() cdktf.TerraformStack ClusterId() *string SetClusterId(val *string) ClusterIdInput() *string ClusterUrl() *string // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreatedAt() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MaintenanceWindowConfig() DataHcpBoundaryClusterMaintenanceWindowConfigList // The tree node. Node() constructs.Node ProjectId() *string SetProjectId(val *string) ProjectIdInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} State() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Tier() *string Timeouts() DataHcpBoundaryClusterTimeoutsOutputReference TimeoutsInput() interface{} Version() *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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutTimeouts(value *DataHcpBoundaryClusterTimeouts) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProjectId() ResetTimeouts() 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/hcp/0.96.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
func NewDataHcpBoundaryCluster ¶
func NewDataHcpBoundaryCluster(scope constructs.Construct, id *string, config *DataHcpBoundaryClusterConfig) DataHcpBoundaryCluster
Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} Data Source.
type DataHcpBoundaryClusterConfig ¶
type DataHcpBoundaryClusterConfig 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"` // The ID of the Boundary cluster. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} ClusterId *string `field:"required" json:"clusterId" yaml:"clusterId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#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 ID of the HCP project where the Boundary cluster is located. // // If not specified, the project configured in the HCP provider config block will be used. // If not specified, the project specified in the HCP Provider config block will be used, if configured. // If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} ProjectId *string `field:"optional" json:"projectId" yaml:"projectId"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} Timeouts *DataHcpBoundaryClusterTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DataHcpBoundaryClusterMaintenanceWindowConfig ¶
type DataHcpBoundaryClusterMaintenanceWindowConfig struct { }
type DataHcpBoundaryClusterMaintenanceWindowConfigList ¶
type DataHcpBoundaryClusterMaintenanceWindowConfigList 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) DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference // 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 NewDataHcpBoundaryClusterMaintenanceWindowConfigList ¶
func NewDataHcpBoundaryClusterMaintenanceWindowConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpBoundaryClusterMaintenanceWindowConfigList
type DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference ¶
type DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference 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 Day() *string End() *float64 // Experimental. Fqn() *string InternalValue() *DataHcpBoundaryClusterMaintenanceWindowConfig SetInternalValue(val *DataHcpBoundaryClusterMaintenanceWindowConfig) Start() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UpgradeType() *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 NewDataHcpBoundaryClusterMaintenanceWindowConfigOutputReference ¶
func NewDataHcpBoundaryClusterMaintenanceWindowConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference
type DataHcpBoundaryClusterTimeouts ¶
type DataHcpBoundaryClusterTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. Default *string `field:"optional" json:"default" yaml:"default"` }
type DataHcpBoundaryClusterTimeoutsOutputReference ¶
type DataHcpBoundaryClusterTimeoutsOutputReference 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 Default() *string SetDefault(val *string) DefaultInput() *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 ResetDefault() // 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 NewDataHcpBoundaryClusterTimeoutsOutputReference ¶
func NewDataHcpBoundaryClusterTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataHcpBoundaryClusterTimeoutsOutputReference
Source Files ¶
- DataHcpBoundaryCluster.go
- DataHcpBoundaryClusterConfig.go
- DataHcpBoundaryClusterMaintenanceWindowConfig.go
- DataHcpBoundaryClusterMaintenanceWindowConfigList.go
- DataHcpBoundaryClusterMaintenanceWindowConfigList__checks.go
- DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference.go
- DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference__checks.go
- DataHcpBoundaryClusterTimeouts.go
- DataHcpBoundaryClusterTimeoutsOutputReference.go
- DataHcpBoundaryClusterTimeoutsOutputReference__checks.go
- DataHcpBoundaryCluster__checks.go
- main.go