Documentation ¶
Index ¶
- func NewRedhatOpenshiftClusterApiServerProfileOutputReference_Override(r RedhatOpenshiftClusterApiServerProfileOutputReference, ...)
- func NewRedhatOpenshiftClusterClusterProfileOutputReference_Override(r RedhatOpenshiftClusterClusterProfileOutputReference, ...)
- func NewRedhatOpenshiftClusterIngressProfileOutputReference_Override(r RedhatOpenshiftClusterIngressProfileOutputReference, ...)
- func NewRedhatOpenshiftClusterMainProfileOutputReference_Override(r RedhatOpenshiftClusterMainProfileOutputReference, ...)
- func NewRedhatOpenshiftClusterNetworkProfileOutputReference_Override(r RedhatOpenshiftClusterNetworkProfileOutputReference, ...)
- func NewRedhatOpenshiftClusterServicePrincipalOutputReference_Override(r RedhatOpenshiftClusterServicePrincipalOutputReference, ...)
- func NewRedhatOpenshiftClusterTimeoutsOutputReference_Override(r RedhatOpenshiftClusterTimeoutsOutputReference, ...)
- func NewRedhatOpenshiftClusterWorkerProfileOutputReference_Override(r RedhatOpenshiftClusterWorkerProfileOutputReference, ...)
- func NewRedhatOpenshiftCluster_Override(r RedhatOpenshiftCluster, scope constructs.Construct, id *string, ...)
- func RedhatOpenshiftCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func RedhatOpenshiftCluster_IsConstruct(x interface{}) *bool
- func RedhatOpenshiftCluster_IsTerraformElement(x interface{}) *bool
- func RedhatOpenshiftCluster_IsTerraformResource(x interface{}) *bool
- func RedhatOpenshiftCluster_TfResourceType() *string
- type RedhatOpenshiftCluster
- type RedhatOpenshiftClusterApiServerProfile
- type RedhatOpenshiftClusterApiServerProfileOutputReference
- type RedhatOpenshiftClusterClusterProfile
- type RedhatOpenshiftClusterClusterProfileOutputReference
- type RedhatOpenshiftClusterConfig
- type RedhatOpenshiftClusterIngressProfile
- type RedhatOpenshiftClusterIngressProfileOutputReference
- type RedhatOpenshiftClusterMainProfile
- type RedhatOpenshiftClusterMainProfileOutputReference
- type RedhatOpenshiftClusterNetworkProfile
- type RedhatOpenshiftClusterNetworkProfileOutputReference
- type RedhatOpenshiftClusterServicePrincipal
- type RedhatOpenshiftClusterServicePrincipalOutputReference
- type RedhatOpenshiftClusterTimeouts
- type RedhatOpenshiftClusterTimeoutsOutputReference
- type RedhatOpenshiftClusterWorkerProfile
- type RedhatOpenshiftClusterWorkerProfileOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRedhatOpenshiftClusterApiServerProfileOutputReference_Override ¶
func NewRedhatOpenshiftClusterApiServerProfileOutputReference_Override(r RedhatOpenshiftClusterApiServerProfileOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRedhatOpenshiftClusterClusterProfileOutputReference_Override ¶
func NewRedhatOpenshiftClusterClusterProfileOutputReference_Override(r RedhatOpenshiftClusterClusterProfileOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRedhatOpenshiftClusterIngressProfileOutputReference_Override ¶
func NewRedhatOpenshiftClusterIngressProfileOutputReference_Override(r RedhatOpenshiftClusterIngressProfileOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRedhatOpenshiftClusterMainProfileOutputReference_Override ¶
func NewRedhatOpenshiftClusterMainProfileOutputReference_Override(r RedhatOpenshiftClusterMainProfileOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRedhatOpenshiftClusterNetworkProfileOutputReference_Override ¶
func NewRedhatOpenshiftClusterNetworkProfileOutputReference_Override(r RedhatOpenshiftClusterNetworkProfileOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRedhatOpenshiftClusterServicePrincipalOutputReference_Override ¶
func NewRedhatOpenshiftClusterServicePrincipalOutputReference_Override(r RedhatOpenshiftClusterServicePrincipalOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRedhatOpenshiftClusterTimeoutsOutputReference_Override ¶
func NewRedhatOpenshiftClusterTimeoutsOutputReference_Override(r RedhatOpenshiftClusterTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRedhatOpenshiftClusterWorkerProfileOutputReference_Override ¶
func NewRedhatOpenshiftClusterWorkerProfileOutputReference_Override(r RedhatOpenshiftClusterWorkerProfileOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRedhatOpenshiftCluster_Override ¶
func NewRedhatOpenshiftCluster_Override(r RedhatOpenshiftCluster, scope constructs.Construct, id *string, config *RedhatOpenshiftClusterConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster azurerm_redhat_openshift_cluster} Resource.
func RedhatOpenshiftCluster_GenerateConfigForImport ¶
func RedhatOpenshiftCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a RedhatOpenshiftCluster resource upon running "cdktf plan <stack-name>".
func RedhatOpenshiftCluster_IsConstruct ¶
func RedhatOpenshiftCluster_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 RedhatOpenshiftCluster_IsTerraformElement ¶
func RedhatOpenshiftCluster_IsTerraformElement(x interface{}) *bool
Experimental.
func RedhatOpenshiftCluster_IsTerraformResource ¶
func RedhatOpenshiftCluster_IsTerraformResource(x interface{}) *bool
Experimental.
func RedhatOpenshiftCluster_TfResourceType ¶
func RedhatOpenshiftCluster_TfResourceType() *string
Types ¶
type RedhatOpenshiftCluster ¶
type RedhatOpenshiftCluster interface { cdktf.TerraformResource ApiServerProfile() RedhatOpenshiftClusterApiServerProfileOutputReference ApiServerProfileInput() *RedhatOpenshiftClusterApiServerProfile // Experimental. CdktfStack() cdktf.TerraformStack ClusterProfile() RedhatOpenshiftClusterClusterProfileOutputReference ClusterProfileInput() *RedhatOpenshiftClusterClusterProfile // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) ConsoleUrl() *string // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // 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 IngressProfile() RedhatOpenshiftClusterIngressProfileOutputReference IngressProfileInput() *RedhatOpenshiftClusterIngressProfile // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string MainProfile() RedhatOpenshiftClusterMainProfileOutputReference MainProfileInput() *RedhatOpenshiftClusterMainProfile Name() *string SetName(val *string) NameInput() *string NetworkProfile() RedhatOpenshiftClusterNetworkProfileOutputReference NetworkProfileInput() *RedhatOpenshiftClusterNetworkProfile // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string ServicePrincipal() RedhatOpenshiftClusterServicePrincipalOutputReference ServicePrincipalInput() *RedhatOpenshiftClusterServicePrincipal 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 Timeouts() RedhatOpenshiftClusterTimeoutsOutputReference TimeoutsInput() interface{} WorkerProfile() RedhatOpenshiftClusterWorkerProfileOutputReference WorkerProfileInput() *RedhatOpenshiftClusterWorkerProfile // 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) PutApiServerProfile(value *RedhatOpenshiftClusterApiServerProfile) PutClusterProfile(value *RedhatOpenshiftClusterClusterProfile) PutIngressProfile(value *RedhatOpenshiftClusterIngressProfile) PutMainProfile(value *RedhatOpenshiftClusterMainProfile) PutNetworkProfile(value *RedhatOpenshiftClusterNetworkProfile) PutServicePrincipal(value *RedhatOpenshiftClusterServicePrincipal) PutTimeouts(value *RedhatOpenshiftClusterTimeouts) PutWorkerProfile(value *RedhatOpenshiftClusterWorkerProfile) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTags() ResetTimeouts() 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/azurerm/3.116.0/docs/resources/redhat_openshift_cluster azurerm_redhat_openshift_cluster}.
func NewRedhatOpenshiftCluster ¶
func NewRedhatOpenshiftCluster(scope constructs.Construct, id *string, config *RedhatOpenshiftClusterConfig) RedhatOpenshiftCluster
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster azurerm_redhat_openshift_cluster} Resource.
type RedhatOpenshiftClusterApiServerProfile ¶
type RedhatOpenshiftClusterApiServerProfile struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#visibility RedhatOpenshiftCluster#visibility}. Visibility *string `field:"required" json:"visibility" yaml:"visibility"` }
type RedhatOpenshiftClusterApiServerProfileOutputReference ¶
type RedhatOpenshiftClusterApiServerProfileOutputReference 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() *RedhatOpenshiftClusterApiServerProfile SetInternalValue(val *RedhatOpenshiftClusterApiServerProfile) IpAddress() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Url() *string Visibility() *string SetVisibility(val *string) VisibilityInput() *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 NewRedhatOpenshiftClusterApiServerProfileOutputReference ¶
func NewRedhatOpenshiftClusterApiServerProfileOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RedhatOpenshiftClusterApiServerProfileOutputReference
type RedhatOpenshiftClusterClusterProfile ¶
type RedhatOpenshiftClusterClusterProfile struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#domain RedhatOpenshiftCluster#domain}. Domain *string `field:"required" json:"domain" yaml:"domain"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#version RedhatOpenshiftCluster#version}. Version *string `field:"required" json:"version" yaml:"version"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#fips_enabled RedhatOpenshiftCluster#fips_enabled}. FipsEnabled interface{} `field:"optional" json:"fipsEnabled" yaml:"fipsEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#managed_resource_group_name RedhatOpenshiftCluster#managed_resource_group_name}. ManagedResourceGroupName *string `field:"optional" json:"managedResourceGroupName" yaml:"managedResourceGroupName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#pull_secret RedhatOpenshiftCluster#pull_secret}. PullSecret *string `field:"optional" json:"pullSecret" yaml:"pullSecret"` }
type RedhatOpenshiftClusterClusterProfileOutputReference ¶
type RedhatOpenshiftClusterClusterProfileOutputReference 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 Domain() *string SetDomain(val *string) DomainInput() *string FipsEnabled() interface{} SetFipsEnabled(val interface{}) FipsEnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *RedhatOpenshiftClusterClusterProfile SetInternalValue(val *RedhatOpenshiftClusterClusterProfile) ManagedResourceGroupName() *string SetManagedResourceGroupName(val *string) ManagedResourceGroupNameInput() *string PullSecret() *string SetPullSecret(val *string) PullSecretInput() *string ResourceGroupId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Version() *string SetVersion(val *string) VersionInput() *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 ResetFipsEnabled() ResetManagedResourceGroupName() ResetPullSecret() // 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 NewRedhatOpenshiftClusterClusterProfileOutputReference ¶
func NewRedhatOpenshiftClusterClusterProfileOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RedhatOpenshiftClusterClusterProfileOutputReference
type RedhatOpenshiftClusterConfig ¶
type RedhatOpenshiftClusterConfig 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"` // api_server_profile block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#api_server_profile RedhatOpenshiftCluster#api_server_profile} ApiServerProfile *RedhatOpenshiftClusterApiServerProfile `field:"required" json:"apiServerProfile" yaml:"apiServerProfile"` // cluster_profile block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#cluster_profile RedhatOpenshiftCluster#cluster_profile} ClusterProfile *RedhatOpenshiftClusterClusterProfile `field:"required" json:"clusterProfile" yaml:"clusterProfile"` // ingress_profile block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#ingress_profile RedhatOpenshiftCluster#ingress_profile} IngressProfile *RedhatOpenshiftClusterIngressProfile `field:"required" json:"ingressProfile" yaml:"ingressProfile"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#location RedhatOpenshiftCluster#location}. Location *string `field:"required" json:"location" yaml:"location"` // main_profile block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#main_profile RedhatOpenshiftCluster#main_profile} MainProfile *RedhatOpenshiftClusterMainProfile `field:"required" json:"mainProfile" yaml:"mainProfile"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#name RedhatOpenshiftCluster#name}. Name *string `field:"required" json:"name" yaml:"name"` // network_profile block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#network_profile RedhatOpenshiftCluster#network_profile} NetworkProfile *RedhatOpenshiftClusterNetworkProfile `field:"required" json:"networkProfile" yaml:"networkProfile"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#resource_group_name RedhatOpenshiftCluster#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // service_principal block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#service_principal RedhatOpenshiftCluster#service_principal} ServicePrincipal *RedhatOpenshiftClusterServicePrincipal `field:"required" json:"servicePrincipal" yaml:"servicePrincipal"` // worker_profile block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#worker_profile RedhatOpenshiftCluster#worker_profile} WorkerProfile *RedhatOpenshiftClusterWorkerProfile `field:"required" json:"workerProfile" yaml:"workerProfile"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#id RedhatOpenshiftCluster#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#tags RedhatOpenshiftCluster#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#timeouts RedhatOpenshiftCluster#timeouts} Timeouts *RedhatOpenshiftClusterTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type RedhatOpenshiftClusterIngressProfile ¶
type RedhatOpenshiftClusterIngressProfile struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#visibility RedhatOpenshiftCluster#visibility}. Visibility *string `field:"required" json:"visibility" yaml:"visibility"` }
type RedhatOpenshiftClusterIngressProfileOutputReference ¶
type RedhatOpenshiftClusterIngressProfileOutputReference 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() *RedhatOpenshiftClusterIngressProfile SetInternalValue(val *RedhatOpenshiftClusterIngressProfile) IpAddress() *string Name() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Visibility() *string SetVisibility(val *string) VisibilityInput() *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 NewRedhatOpenshiftClusterIngressProfileOutputReference ¶
func NewRedhatOpenshiftClusterIngressProfileOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RedhatOpenshiftClusterIngressProfileOutputReference
type RedhatOpenshiftClusterMainProfile ¶
type RedhatOpenshiftClusterMainProfile struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#subnet_id RedhatOpenshiftCluster#subnet_id}. SubnetId *string `field:"required" json:"subnetId" yaml:"subnetId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#vm_size RedhatOpenshiftCluster#vm_size}. VmSize *string `field:"required" json:"vmSize" yaml:"vmSize"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#disk_encryption_set_id RedhatOpenshiftCluster#disk_encryption_set_id}. DiskEncryptionSetId *string `field:"optional" json:"diskEncryptionSetId" yaml:"diskEncryptionSetId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#encryption_at_host_enabled RedhatOpenshiftCluster#encryption_at_host_enabled}. EncryptionAtHostEnabled interface{} `field:"optional" json:"encryptionAtHostEnabled" yaml:"encryptionAtHostEnabled"` }
type RedhatOpenshiftClusterMainProfileOutputReference ¶
type RedhatOpenshiftClusterMainProfileOutputReference 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 DiskEncryptionSetId() *string SetDiskEncryptionSetId(val *string) DiskEncryptionSetIdInput() *string EncryptionAtHostEnabled() interface{} SetEncryptionAtHostEnabled(val interface{}) EncryptionAtHostEnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *RedhatOpenshiftClusterMainProfile SetInternalValue(val *RedhatOpenshiftClusterMainProfile) SubnetId() *string SetSubnetId(val *string) SubnetIdInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VmSize() *string SetVmSize(val *string) VmSizeInput() *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 ResetDiskEncryptionSetId() ResetEncryptionAtHostEnabled() // 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 NewRedhatOpenshiftClusterMainProfileOutputReference ¶
func NewRedhatOpenshiftClusterMainProfileOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RedhatOpenshiftClusterMainProfileOutputReference
type RedhatOpenshiftClusterNetworkProfile ¶
type RedhatOpenshiftClusterNetworkProfile struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#pod_cidr RedhatOpenshiftCluster#pod_cidr}. PodCidr *string `field:"required" json:"podCidr" yaml:"podCidr"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#service_cidr RedhatOpenshiftCluster#service_cidr}. ServiceCidr *string `field:"required" json:"serviceCidr" yaml:"serviceCidr"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#outbound_type RedhatOpenshiftCluster#outbound_type}. OutboundType *string `field:"optional" json:"outboundType" yaml:"outboundType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#preconfigured_network_security_group_enabled RedhatOpenshiftCluster#preconfigured_network_security_group_enabled}. PreconfiguredNetworkSecurityGroupEnabled interface{} `field:"optional" json:"preconfiguredNetworkSecurityGroupEnabled" yaml:"preconfiguredNetworkSecurityGroupEnabled"` }
type RedhatOpenshiftClusterNetworkProfileOutputReference ¶
type RedhatOpenshiftClusterNetworkProfileOutputReference 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() *RedhatOpenshiftClusterNetworkProfile SetInternalValue(val *RedhatOpenshiftClusterNetworkProfile) OutboundType() *string SetOutboundType(val *string) OutboundTypeInput() *string PodCidr() *string SetPodCidr(val *string) PodCidrInput() *string PreconfiguredNetworkSecurityGroupEnabled() interface{} SetPreconfiguredNetworkSecurityGroupEnabled(val interface{}) PreconfiguredNetworkSecurityGroupEnabledInput() interface{} ServiceCidr() *string SetServiceCidr(val *string) ServiceCidrInput() *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 ResetOutboundType() ResetPreconfiguredNetworkSecurityGroupEnabled() // 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 NewRedhatOpenshiftClusterNetworkProfileOutputReference ¶
func NewRedhatOpenshiftClusterNetworkProfileOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RedhatOpenshiftClusterNetworkProfileOutputReference
type RedhatOpenshiftClusterServicePrincipal ¶
type RedhatOpenshiftClusterServicePrincipal struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#client_id RedhatOpenshiftCluster#client_id}. ClientId *string `field:"required" json:"clientId" yaml:"clientId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#client_secret RedhatOpenshiftCluster#client_secret}. ClientSecret *string `field:"required" json:"clientSecret" yaml:"clientSecret"` }
type RedhatOpenshiftClusterServicePrincipalOutputReference ¶
type RedhatOpenshiftClusterServicePrincipalOutputReference interface { cdktf.ComplexObject ClientId() *string SetClientId(val *string) ClientIdInput() *string ClientSecret() *string SetClientSecret(val *string) ClientSecretInput() *string // 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() *RedhatOpenshiftClusterServicePrincipal SetInternalValue(val *RedhatOpenshiftClusterServicePrincipal) // 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 NewRedhatOpenshiftClusterServicePrincipalOutputReference ¶
func NewRedhatOpenshiftClusterServicePrincipalOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RedhatOpenshiftClusterServicePrincipalOutputReference
type RedhatOpenshiftClusterTimeouts ¶
type RedhatOpenshiftClusterTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#create RedhatOpenshiftCluster#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#delete RedhatOpenshiftCluster#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#read RedhatOpenshiftCluster#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#update RedhatOpenshiftCluster#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type RedhatOpenshiftClusterTimeoutsOutputReference ¶
type RedhatOpenshiftClusterTimeoutsOutputReference 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{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *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 ResetCreate() ResetDelete() ResetRead() ResetUpdate() // 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 NewRedhatOpenshiftClusterTimeoutsOutputReference ¶
func NewRedhatOpenshiftClusterTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RedhatOpenshiftClusterTimeoutsOutputReference
type RedhatOpenshiftClusterWorkerProfile ¶
type RedhatOpenshiftClusterWorkerProfile struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#disk_size_gb RedhatOpenshiftCluster#disk_size_gb}. DiskSizeGb *float64 `field:"required" json:"diskSizeGb" yaml:"diskSizeGb"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#node_count RedhatOpenshiftCluster#node_count}. NodeCount *float64 `field:"required" json:"nodeCount" yaml:"nodeCount"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#subnet_id RedhatOpenshiftCluster#subnet_id}. SubnetId *string `field:"required" json:"subnetId" yaml:"subnetId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#vm_size RedhatOpenshiftCluster#vm_size}. VmSize *string `field:"required" json:"vmSize" yaml:"vmSize"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#disk_encryption_set_id RedhatOpenshiftCluster#disk_encryption_set_id}. DiskEncryptionSetId *string `field:"optional" json:"diskEncryptionSetId" yaml:"diskEncryptionSetId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/redhat_openshift_cluster#encryption_at_host_enabled RedhatOpenshiftCluster#encryption_at_host_enabled}. EncryptionAtHostEnabled interface{} `field:"optional" json:"encryptionAtHostEnabled" yaml:"encryptionAtHostEnabled"` }
type RedhatOpenshiftClusterWorkerProfileOutputReference ¶
type RedhatOpenshiftClusterWorkerProfileOutputReference 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 DiskEncryptionSetId() *string SetDiskEncryptionSetId(val *string) DiskEncryptionSetIdInput() *string DiskSizeGb() *float64 SetDiskSizeGb(val *float64) DiskSizeGbInput() *float64 EncryptionAtHostEnabled() interface{} SetEncryptionAtHostEnabled(val interface{}) EncryptionAtHostEnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *RedhatOpenshiftClusterWorkerProfile SetInternalValue(val *RedhatOpenshiftClusterWorkerProfile) NodeCount() *float64 SetNodeCount(val *float64) NodeCountInput() *float64 SubnetId() *string SetSubnetId(val *string) SubnetIdInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VmSize() *string SetVmSize(val *string) VmSizeInput() *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 ResetDiskEncryptionSetId() ResetEncryptionAtHostEnabled() // 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 NewRedhatOpenshiftClusterWorkerProfileOutputReference ¶
func NewRedhatOpenshiftClusterWorkerProfileOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) RedhatOpenshiftClusterWorkerProfileOutputReference
Source Files ¶
- RedhatOpenshiftCluster.go
- RedhatOpenshiftClusterApiServerProfile.go
- RedhatOpenshiftClusterApiServerProfileOutputReference.go
- RedhatOpenshiftClusterApiServerProfileOutputReference__checks.go
- RedhatOpenshiftClusterClusterProfile.go
- RedhatOpenshiftClusterClusterProfileOutputReference.go
- RedhatOpenshiftClusterClusterProfileOutputReference__checks.go
- RedhatOpenshiftClusterConfig.go
- RedhatOpenshiftClusterIngressProfile.go
- RedhatOpenshiftClusterIngressProfileOutputReference.go
- RedhatOpenshiftClusterIngressProfileOutputReference__checks.go
- RedhatOpenshiftClusterMainProfile.go
- RedhatOpenshiftClusterMainProfileOutputReference.go
- RedhatOpenshiftClusterMainProfileOutputReference__checks.go
- RedhatOpenshiftClusterNetworkProfile.go
- RedhatOpenshiftClusterNetworkProfileOutputReference.go
- RedhatOpenshiftClusterNetworkProfileOutputReference__checks.go
- RedhatOpenshiftClusterServicePrincipal.go
- RedhatOpenshiftClusterServicePrincipalOutputReference.go
- RedhatOpenshiftClusterServicePrincipalOutputReference__checks.go
- RedhatOpenshiftClusterTimeouts.go
- RedhatOpenshiftClusterTimeoutsOutputReference.go
- RedhatOpenshiftClusterTimeoutsOutputReference__checks.go
- RedhatOpenshiftClusterWorkerProfile.go
- RedhatOpenshiftClusterWorkerProfileOutputReference.go
- RedhatOpenshiftClusterWorkerProfileOutputReference__checks.go
- RedhatOpenshiftCluster__checks.go
- main.go