hdinsight.v1beta1.sparkCluster
"SparkCluster is the Schema for the SparkClusters API. Manages a HDInsight Spark Cluster."
Index
fn new(name)
obj metadata
fn withAnnotations(annotations)
fn withAnnotationsMixin(annotations)
fn withClusterName(clusterName)
fn withCreationTimestamp(creationTimestamp)
fn withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)
fn withDeletionTimestamp(deletionTimestamp)
fn withFinalizers(finalizers)
fn withFinalizersMixin(finalizers)
fn withGenerateName(generateName)
fn withGeneration(generation)
fn withLabels(labels)
fn withLabelsMixin(labels)
fn withName(name)
fn withNamespace(namespace)
fn withOwnerReferences(ownerReferences)
fn withOwnerReferencesMixin(ownerReferences)
fn withResourceVersion(resourceVersion)
fn withSelfLink(selfLink)
fn withUid(uid)
obj spec
fn withDeletionPolicy(deletionPolicy)
obj spec.forProvider
fn withClusterVersion(clusterVersion)
fn withComponentVersion(componentVersion)
fn withComponentVersionMixin(componentVersion)
fn withComputeIsolation(computeIsolation)
fn withComputeIsolationMixin(computeIsolation)
fn withDiskEncryption(diskEncryption)
fn withDiskEncryptionMixin(diskEncryption)
fn withEncryptionInTransitEnabled(encryptionInTransitEnabled)
fn withExtension(extension)
fn withExtensionMixin(extension)
fn withGateway(gateway)
fn withGatewayMixin(gateway)
fn withLocation(location)
fn withMetastores(metastores)
fn withMetastoresMixin(metastores)
fn withMonitor(monitor)
fn withMonitorMixin(monitor)
fn withNetwork(network)
fn withNetworkMixin(network)
fn withResourceGroupName(resourceGroupName)
fn withRoles(roles)
fn withRolesMixin(roles)
fn withSecurityProfile(securityProfile)
fn withSecurityProfileMixin(securityProfile)
fn withStorageAccount(storageAccount)
fn withStorageAccountGen2(storageAccountGen2)
fn withStorageAccountGen2Mixin(storageAccountGen2)
fn withStorageAccountMixin(storageAccount)
fn withTags(tags)
fn withTagsMixin(tags)
fn withTier(tier)
fn withTlsMinVersion(tlsMinVersion)
obj spec.forProvider.componentVersion
obj spec.forProvider.computeIsolation
obj spec.forProvider.diskEncryption
obj spec.forProvider.extension
obj spec.forProvider.gateway
obj spec.forProvider.metastores
obj spec.forProvider.monitor
obj spec.forProvider.network
obj spec.forProvider.resourceGroupNameRef
obj spec.forProvider.resourceGroupNameSelector
obj spec.forProvider.roles
fn withHeadNode(headNode)
fn withHeadNodeMixin(headNode)
fn withWorkerNode(workerNode)
fn withWorkerNodeMixin(workerNode)
fn withZookeeperNode(zookeeperNode)
fn withZookeeperNodeMixin(zookeeperNode)
obj spec.forProvider.roles.headNode
fn withScriptActions(scriptActions)
fn withScriptActionsMixin(scriptActions)
fn withSshKeys(sshKeys)
fn withSshKeysMixin(sshKeys)
fn withSubnetId(subnetId)
fn withUsername(username)
fn withVirtualNetworkId(virtualNetworkId)
fn withVmSize(vmSize)
obj spec.forProvider.roles.headNode.passwordSecretRef
obj spec.forProvider.roles.headNode.scriptActions
obj spec.forProvider.roles.headNode.subnetIdRef
obj spec.forProvider.roles.headNode.subnetIdSelector
obj spec.forProvider.roles.workerNode
fn withAutoscale(autoscale)
fn withAutoscaleMixin(autoscale)
fn withScriptActions(scriptActions)
fn withScriptActionsMixin(scriptActions)
fn withSshKeys(sshKeys)
fn withSshKeysMixin(sshKeys)
fn withSubnetId(subnetId)
fn withTargetInstanceCount(targetInstanceCount)
fn withUsername(username)
fn withVirtualNetworkId(virtualNetworkId)
fn withVmSize(vmSize)
obj spec.forProvider.roles.workerNode.autoscale
obj spec.forProvider.roles.workerNode.passwordSecretRef
obj spec.forProvider.roles.workerNode.scriptActions
obj spec.forProvider.roles.workerNode.subnetIdRef
obj spec.forProvider.roles.workerNode.subnetIdSelector
obj spec.forProvider.roles.zookeeperNode
fn withScriptActions(scriptActions)
fn withScriptActionsMixin(scriptActions)
fn withSshKeys(sshKeys)
fn withSshKeysMixin(sshKeys)
fn withSubnetId(subnetId)
fn withUsername(username)
fn withVirtualNetworkId(virtualNetworkId)
fn withVmSize(vmSize)
obj spec.forProvider.roles.zookeeperNode.passwordSecretRef
obj spec.forProvider.roles.zookeeperNode.scriptActions
obj spec.forProvider.roles.zookeeperNode.subnetIdRef
obj spec.forProvider.roles.zookeeperNode.subnetIdSelector
obj spec.forProvider.securityProfile
fn withAaddsResourceId(aaddsResourceId)
fn withClusterUsersGroupDns(clusterUsersGroupDns)
fn withClusterUsersGroupDnsMixin(clusterUsersGroupDns)
fn withDomainName(domainName)
fn withDomainUsername(domainUsername)
fn withLdapsUrls(ldapsUrls)
fn withLdapsUrlsMixin(ldapsUrls)
fn withMsiResourceId(msiResourceId)
obj spec.forProvider.securityProfile.domainUserPasswordSecretRef
obj spec.forProvider.storageAccount
fn withIsDefault(isDefault)
fn withStorageContainerId(storageContainerId)
fn withStorageResourceId(storageResourceId)
obj spec.forProvider.storageAccount.storageAccountKeySecretRef
obj spec.forProvider.storageAccount.storageContainerIdRef
obj spec.forProvider.storageAccount.storageContainerIdSelector
obj spec.forProvider.storageAccountGen2
obj spec.providerConfigRef
obj spec.providerRef
obj spec.publishConnectionDetailsTo
obj spec.writeConnectionSecretToRef
Fields
fn new
new(name)
new returns an instance of SparkCluster
obj metadata
"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."
fn metadata.withAnnotations
withAnnotations(annotations)
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
fn metadata.withAnnotationsMixin
withAnnotationsMixin(annotations)
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
Note: This function appends passed data to existing values
fn metadata.withClusterName
withClusterName(clusterName)
"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."
fn metadata.withCreationTimestamp
withCreationTimestamp(creationTimestamp)
"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."
fn metadata.withDeletionGracePeriodSeconds
withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)
"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."
fn metadata.withDeletionTimestamp
withDeletionTimestamp(deletionTimestamp)
"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."
fn metadata.withFinalizers
withFinalizers(finalizers)
"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."
fn metadata.withFinalizersMixin
withFinalizersMixin(finalizers)
"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."
Note: This function appends passed data to existing values
fn metadata.withGenerateName
withGenerateName(generateName)
"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency"
fn metadata.withGeneration
withGeneration(generation)
"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."
fn metadata.withLabels
withLabels(labels)
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
fn metadata.withLabelsMixin
withLabelsMixin(labels)
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
Note: This function appends passed data to existing values
fn metadata.withName
withName(name)
"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
fn metadata.withNamespace
withNamespace(namespace)
"Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"
fn metadata.withOwnerReferences
withOwnerReferences(ownerReferences)
"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
fn metadata.withOwnerReferencesMixin
withOwnerReferencesMixin(ownerReferences)
"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
Note: This function appends passed data to existing values
fn metadata.withResourceVersion
withResourceVersion(resourceVersion)
"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency"
fn metadata.withSelfLink
withSelfLink(selfLink)
"SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release."
fn metadata.withUid
withUid(uid)
"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
obj spec
"SparkClusterSpec defines the desired state of SparkCluster"
fn spec.withDeletionPolicy
withDeletionPolicy(deletionPolicy)
"DeletionPolicy specifies what will happen to the underlying external when this managed resource is deleted - either \"Delete\" or \"Orphan\" the external resource."
obj spec.forProvider
fn spec.forProvider.withClusterVersion
withClusterVersion(clusterVersion)
"Specifies the Version of HDInsights which should be used for this Cluster. Changing this forces a new resource to be created."
fn spec.forProvider.withComponentVersion
withComponentVersion(componentVersion)
"A component_version block as defined below."
fn spec.forProvider.withComponentVersionMixin
withComponentVersionMixin(componentVersion)
"A component_version block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withComputeIsolation
withComputeIsolation(computeIsolation)
"A compute_isolation block as defined below."
fn spec.forProvider.withComputeIsolationMixin
withComputeIsolationMixin(computeIsolation)
"A compute_isolation block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withDiskEncryption
withDiskEncryption(diskEncryption)
"One or more disk_encryption block as defined below."
fn spec.forProvider.withDiskEncryptionMixin
withDiskEncryptionMixin(diskEncryption)
"One or more disk_encryption block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withEncryptionInTransitEnabled
withEncryptionInTransitEnabled(encryptionInTransitEnabled)
"Whether encryption in transit is enabled for this Cluster. Changing this forces a new resource to be created."
fn spec.forProvider.withExtension
withExtension(extension)
"An extension block as defined below."
fn spec.forProvider.withExtensionMixin
withExtensionMixin(extension)
"An extension block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withGateway
withGateway(gateway)
"A gateway block as defined below."
fn spec.forProvider.withGatewayMixin
withGatewayMixin(gateway)
"A gateway block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withLocation
withLocation(location)
"Specifies the Azure Region which this HDInsight Spark Cluster should exist. Changing this forces a new resource to be created."
fn spec.forProvider.withMetastores
withMetastores(metastores)
"A metastores block as defined below."
fn spec.forProvider.withMetastoresMixin
withMetastoresMixin(metastores)
"A metastores block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withMonitor
withMonitor(monitor)
"A monitor block as defined below."
fn spec.forProvider.withMonitorMixin
withMonitorMixin(monitor)
"A monitor block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withNetwork
withNetwork(network)
"A network block as defined below."
fn spec.forProvider.withNetworkMixin
withNetworkMixin(network)
"A network block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withResourceGroupName
withResourceGroupName(resourceGroupName)
"Specifies the name of the Resource Group in which this HDInsight Spark Cluster should exist. Changing this forces a new resource to be created."
fn spec.forProvider.withRoles
withRoles(roles)
"A roles block as defined below."
fn spec.forProvider.withRolesMixin
withRolesMixin(roles)
"A roles block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withSecurityProfile
withSecurityProfile(securityProfile)
"A security_profile block as defined below. Changing this forces a new resource to be created."
fn spec.forProvider.withSecurityProfileMixin
withSecurityProfileMixin(securityProfile)
"A security_profile block as defined below. Changing this forces a new resource to be created."
Note: This function appends passed data to existing values
fn spec.forProvider.withStorageAccount
withStorageAccount(storageAccount)
"One or more storage_account block as defined below."
fn spec.forProvider.withStorageAccountGen2
withStorageAccountGen2(storageAccountGen2)
"A storage_account_gen2 block as defined below."
fn spec.forProvider.withStorageAccountGen2Mixin
withStorageAccountGen2Mixin(storageAccountGen2)
"A storage_account_gen2 block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withStorageAccountMixin
withStorageAccountMixin(storageAccount)
"One or more storage_account block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.withTags
withTags(tags)
"A map of Tags which should be assigned to this HDInsight Spark Cluster."
fn spec.forProvider.withTagsMixin
withTagsMixin(tags)
"A map of Tags which should be assigned to this HDInsight Spark Cluster."
Note: This function appends passed data to existing values
fn spec.forProvider.withTier
withTier(tier)
"Specifies the Tier which should be used for this HDInsight Spark Cluster. Possible values are Standard or Premium. Changing this forces a new resource to be created."
fn spec.forProvider.withTlsMinVersion
withTlsMinVersion(tlsMinVersion)
"The minimal supported TLS version. Possible values are 1.0, 1.1 or 1.2. Changing this forces a new resource to be created."
obj spec.forProvider.componentVersion
"A component_version block as defined below."
fn spec.forProvider.componentVersion.withSpark
withSpark(spark)
"The version of Spark which should be used for this HDInsight Spark Cluster. Changing this forces a new resource to be created."
obj spec.forProvider.computeIsolation
"A compute_isolation block as defined below."
fn spec.forProvider.computeIsolation.withComputeIsolationEnabled
withComputeIsolationEnabled(computeIsolationEnabled)
"This field indicates whether enable compute isolation or not. Possible values are true or false."
fn spec.forProvider.computeIsolation.withHostSku
withHostSku(hostSku)
"The name of the host SKU."
obj spec.forProvider.diskEncryption
"One or more disk_encryption block as defined below."
fn spec.forProvider.diskEncryption.withEncryptionAlgorithm
withEncryptionAlgorithm(encryptionAlgorithm)
"This is an algorithm identifier for encryption. Possible values are RSA1_5, RSA-OAEP, RSA-OAEP-256."
fn spec.forProvider.diskEncryption.withEncryptionAtHostEnabled
withEncryptionAtHostEnabled(encryptionAtHostEnabled)
"This is indicator to show whether resource disk encryption is enabled."
fn spec.forProvider.diskEncryption.withKeyVaultKeyId
withKeyVaultKeyId(keyVaultKeyId)
"The ID of the key vault key."
fn spec.forProvider.diskEncryption.withKeyVaultManagedIdentityId
withKeyVaultManagedIdentityId(keyVaultManagedIdentityId)
"This is the resource ID of Managed Identity used to access the key vault."
obj spec.forProvider.extension
"An extension block as defined below."
fn spec.forProvider.extension.withLogAnalyticsWorkspaceId
withLogAnalyticsWorkspaceId(logAnalyticsWorkspaceId)
"The workspace ID of the log analytics extension."
obj spec.forProvider.extension.primaryKeySecretRef
"The workspace key of the log analytics extension."
fn spec.forProvider.extension.primaryKeySecretRef.withKey
withKey(key)
"The key to select."
fn spec.forProvider.extension.primaryKeySecretRef.withName
withName(name)
"Name of the secret."
fn spec.forProvider.extension.primaryKeySecretRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."
obj spec.forProvider.gateway
"A gateway block as defined below."
fn spec.forProvider.gateway.withUsername
withUsername(username)
"The username used for the Ambari Portal. Changing this forces a new resource to be created."
obj spec.forProvider.gateway.passwordSecretRef
"The password used for the Ambari Portal."
fn spec.forProvider.gateway.passwordSecretRef.withKey
withKey(key)
"The key to select."
fn spec.forProvider.gateway.passwordSecretRef.withName
withName(name)
"Name of the secret."
fn spec.forProvider.gateway.passwordSecretRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."
obj spec.forProvider.metastores
"A metastores block as defined below."
fn spec.forProvider.metastores.withAmbari
withAmbari(ambari)
"An ambari block as defined below."
fn spec.forProvider.metastores.withAmbariMixin
withAmbariMixin(ambari)
"An ambari block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.metastores.withHive
withHive(hive)
"A hive block as defined below."
fn spec.forProvider.metastores.withHiveMixin
withHiveMixin(hive)
"A hive block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.metastores.withOozie
withOozie(oozie)
"An oozie block as defined below."
fn spec.forProvider.metastores.withOozieMixin
withOozieMixin(oozie)
"An oozie block as defined below."
Note: This function appends passed data to existing values
obj spec.forProvider.metastores.ambari
"An ambari block as defined below."
fn spec.forProvider.metastores.ambari.withDatabaseName
withDatabaseName(databaseName)
"The external Oozie metastore's existing SQL database. Changing this forces a new resource to be created."
fn spec.forProvider.metastores.ambari.withServer
withServer(server)
"The fully-qualified domain name (FQDN) of the SQL server to use for the external Oozie metastore. Changing this forces a new resource to be created."
fn spec.forProvider.metastores.ambari.withUsername
withUsername(username)
"The Username of the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
obj spec.forProvider.metastores.ambari.passwordSecretRef
"The Password associated with the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.metastores.ambari.passwordSecretRef.withKey
withKey(key)
"The key to select."
fn spec.forProvider.metastores.ambari.passwordSecretRef.withName
withName(name)
"Name of the secret."
fn spec.forProvider.metastores.ambari.passwordSecretRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."
obj spec.forProvider.metastores.hive
"A hive block as defined below."
fn spec.forProvider.metastores.hive.withDatabaseName
withDatabaseName(databaseName)
"The external Oozie metastore's existing SQL database. Changing this forces a new resource to be created."
fn spec.forProvider.metastores.hive.withServer
withServer(server)
"The fully-qualified domain name (FQDN) of the SQL server to use for the external Oozie metastore. Changing this forces a new resource to be created."
fn spec.forProvider.metastores.hive.withUsername
withUsername(username)
"The Username of the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
obj spec.forProvider.metastores.hive.passwordSecretRef
"The Password associated with the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.metastores.hive.passwordSecretRef.withKey
withKey(key)
"The key to select."
fn spec.forProvider.metastores.hive.passwordSecretRef.withName
withName(name)
"Name of the secret."
fn spec.forProvider.metastores.hive.passwordSecretRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."
obj spec.forProvider.metastores.oozie
"An oozie block as defined below."
fn spec.forProvider.metastores.oozie.withDatabaseName
withDatabaseName(databaseName)
"The external Oozie metastore's existing SQL database. Changing this forces a new resource to be created."
fn spec.forProvider.metastores.oozie.withServer
withServer(server)
"The fully-qualified domain name (FQDN) of the SQL server to use for the external Oozie metastore. Changing this forces a new resource to be created."
fn spec.forProvider.metastores.oozie.withUsername
withUsername(username)
"The Username of the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
obj spec.forProvider.metastores.oozie.passwordSecretRef
"The Password associated with the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.metastores.oozie.passwordSecretRef.withKey
withKey(key)
"The key to select."
fn spec.forProvider.metastores.oozie.passwordSecretRef.withName
withName(name)
"Name of the secret."
fn spec.forProvider.metastores.oozie.passwordSecretRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."
obj spec.forProvider.monitor
"A monitor block as defined below."
fn spec.forProvider.monitor.withLogAnalyticsWorkspaceId
withLogAnalyticsWorkspaceId(logAnalyticsWorkspaceId)
"The Operations Management Suite (OMS) workspace ID."
obj spec.forProvider.monitor.primaryKeySecretRef
"The Operations Management Suite (OMS) workspace key."
fn spec.forProvider.monitor.primaryKeySecretRef.withKey
withKey(key)
"The key to select."
fn spec.forProvider.monitor.primaryKeySecretRef.withName
withName(name)
"Name of the secret."
fn spec.forProvider.monitor.primaryKeySecretRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."
obj spec.forProvider.network
"A network block as defined below."
fn spec.forProvider.network.withConnectionDirection
withConnectionDirection(connectionDirection)
"The direction of the resource provider connection. Possible values include Inbound or Outbound. Defaults to Inbound. Changing this forces a new resource to be created."
fn spec.forProvider.network.withPrivateLinkEnabled
withPrivateLinkEnabled(privateLinkEnabled)
"Is the private link enabled? Possible values include True or False. Defaults to False. Changing this forces a new resource to be created."
obj spec.forProvider.resourceGroupNameRef
"Reference to a ResourceGroup in azure to populate resourceGroupName."
fn spec.forProvider.resourceGroupNameRef.withName
withName(name)
"Name of the referenced object."
obj spec.forProvider.resourceGroupNameRef.policy
"Policies for referencing."
fn spec.forProvider.resourceGroupNameRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.resourceGroupNameRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.resourceGroupNameSelector
"Selector for a ResourceGroup in azure to populate resourceGroupName."
fn spec.forProvider.resourceGroupNameSelector.withMatchControllerRef
withMatchControllerRef(matchControllerRef)
"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."
fn spec.forProvider.resourceGroupNameSelector.withMatchLabels
withMatchLabels(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
fn spec.forProvider.resourceGroupNameSelector.withMatchLabelsMixin
withMatchLabelsMixin(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
Note: This function appends passed data to existing values
obj spec.forProvider.resourceGroupNameSelector.policy
"Policies for selection."
fn spec.forProvider.resourceGroupNameSelector.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.resourceGroupNameSelector.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.roles
"A roles block as defined below."
fn spec.forProvider.roles.withHeadNode
withHeadNode(headNode)
"A head_node block as defined above."
fn spec.forProvider.roles.withHeadNodeMixin
withHeadNodeMixin(headNode)
"A head_node block as defined above."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.withWorkerNode
withWorkerNode(workerNode)
"A worker_node block as defined below."
fn spec.forProvider.roles.withWorkerNodeMixin
withWorkerNodeMixin(workerNode)
"A worker_node block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.withZookeeperNode
withZookeeperNode(zookeeperNode)
"A zookeeper_node block as defined below."
fn spec.forProvider.roles.withZookeeperNodeMixin
withZookeeperNodeMixin(zookeeperNode)
"A zookeeper_node block as defined below."
Note: This function appends passed data to existing values
obj spec.forProvider.roles.headNode
"A head_node block as defined above."
fn spec.forProvider.roles.headNode.withScriptActions
withScriptActions(scriptActions)
"The script action which will run on the cluster. Changing this forces a new resource to be created."
fn spec.forProvider.roles.headNode.withScriptActionsMixin
withScriptActionsMixin(scriptActions)
"The script action which will run on the cluster. Changing this forces a new resource to be created."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.headNode.withSshKeys
withSshKeys(sshKeys)
"A list of SSH Keys which should be used for the local administrator on the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.roles.headNode.withSshKeysMixin
withSshKeysMixin(sshKeys)
"A list of SSH Keys which should be used for the local administrator on the Zookeeper Nodes. Changing this forces a new resource to be created."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.headNode.withSubnetId
withSubnetId(subnetId)
"The ID of the Subnet within the Virtual Network where the Zookeeper Nodes should be provisioned within. Changing this forces a new resource to be created."
fn spec.forProvider.roles.headNode.withUsername
withUsername(username)
"The Username of the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.roles.headNode.withVirtualNetworkId
withVirtualNetworkId(virtualNetworkId)
"The ID of the Virtual Network where the Zookeeper Nodes should be provisioned within. Changing this forces a new resource to be created."
fn spec.forProvider.roles.headNode.withVmSize
withVmSize(vmSize)
"The Size of the Virtual Machine which should be used as the Zookeeper Nodes. Possible values are ExtraSmall, Small, Medium, Large, ExtraLarge, A5, A6, A7, A8, A9, A10, A11, Standard_A1_V2, Standard_A2_V2, Standard_A2m_V2, Standard_A3, Standard_A4_V2, Standard_A4m_V2, Standard_A8_V2, Standard_A8m_V2, Standard_D1, Standard_D2, Standard_D3, Standard_D4, Standard_D11, Standard_D12, Standard_D13, Standard_D14, Standard_D1_V2, Standard_D2_V2, Standard_D3_V2, Standard_D4_V2, Standard_D5_V2, Standard_D11_V2, Standard_D12_V2, Standard_D13_V2, Standard_D14_V2, Standard_DS1_V2, Standard_DS2_V2, Standard_DS3_V2, Standard_DS4_V2, Standard_DS5_V2, Standard_DS11_V2, Standard_DS12_V2, Standard_DS13_V2, Standard_DS14_V2, Standard_E2_V3, Standard_E4_V3, Standard_E8_V3, Standard_E16_V3, Standard_E20_V3, Standard_E32_V3, Standard_E64_V3, Standard_E64i_V3, Standard_E2s_V3, Standard_E4s_V3, Standard_E8s_V3, Standard_E16s_V3, Standard_E20s_V3, Standard_E32s_V3, Standard_E64s_V3, Standard_E64is_V3, Standard_D2a_V4, Standard_D4a_V4, Standard_D8a_V4, Standard_D16a_V4, Standard_D32a_V4, Standard_D48a_V4, Standard_D64a_V4, Standard_D96a_V4, Standard_E2a_V4, Standard_E4a_V4, Standard_E8a_V4, Standard_E16a_V4, Standard_E20a_V4, Standard_E32a_V4, Standard_E48a_V4, Standard_E64a_V4, Standard_E96a_V4, Standard_G1, Standard_G2, Standard_G3, Standard_G4, Standard_G5, Standard_F2s_V2, Standard_F4s_V2, Standard_F8s_V2, Standard_F16s_V2, Standard_F32s_V2, Standard_F64s_V2, Standard_F72s_V2, Standard_GS1, Standard_GS2, Standard_GS3, Standard_GS4, Standard_GS5 and Standard_NC24. Changing this forces a new resource to be created."
obj spec.forProvider.roles.headNode.passwordSecretRef
"The Password associated with the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.roles.headNode.passwordSecretRef.withKey
withKey(key)
"The key to select."
fn spec.forProvider.roles.headNode.passwordSecretRef.withName
withName(name)
"Name of the secret."
fn spec.forProvider.roles.headNode.passwordSecretRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."
obj spec.forProvider.roles.headNode.scriptActions
"The script action which will run on the cluster. Changing this forces a new resource to be created."
fn spec.forProvider.roles.headNode.scriptActions.withName
withName(name)
"The name of the script action."
fn spec.forProvider.roles.headNode.scriptActions.withParameters
withParameters(parameters)
"The parameters for the script provided."
fn spec.forProvider.roles.headNode.scriptActions.withUri
withUri(uri)
"The URI to the script."
obj spec.forProvider.roles.headNode.subnetIdRef
"Reference to a Subnet in network to populate subnetId."
fn spec.forProvider.roles.headNode.subnetIdRef.withName
withName(name)
"Name of the referenced object."
obj spec.forProvider.roles.headNode.subnetIdRef.policy
"Policies for referencing."
fn spec.forProvider.roles.headNode.subnetIdRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.roles.headNode.subnetIdRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.roles.headNode.subnetIdSelector
"Selector for a Subnet in network to populate subnetId."
fn spec.forProvider.roles.headNode.subnetIdSelector.withMatchControllerRef
withMatchControllerRef(matchControllerRef)
"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."
fn spec.forProvider.roles.headNode.subnetIdSelector.withMatchLabels
withMatchLabels(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
fn spec.forProvider.roles.headNode.subnetIdSelector.withMatchLabelsMixin
withMatchLabelsMixin(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
Note: This function appends passed data to existing values
obj spec.forProvider.roles.headNode.subnetIdSelector.policy
"Policies for selection."
fn spec.forProvider.roles.headNode.subnetIdSelector.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.roles.headNode.subnetIdSelector.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.roles.workerNode
"A worker_node block as defined below."
fn spec.forProvider.roles.workerNode.withAutoscale
withAutoscale(autoscale)
"A autoscale block as defined below."
fn spec.forProvider.roles.workerNode.withAutoscaleMixin
withAutoscaleMixin(autoscale)
"A autoscale block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.workerNode.withScriptActions
withScriptActions(scriptActions)
"The script action which will run on the cluster. Changing this forces a new resource to be created."
fn spec.forProvider.roles.workerNode.withScriptActionsMixin
withScriptActionsMixin(scriptActions)
"The script action which will run on the cluster. Changing this forces a new resource to be created."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.workerNode.withSshKeys
withSshKeys(sshKeys)
"A list of SSH Keys which should be used for the local administrator on the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.roles.workerNode.withSshKeysMixin
withSshKeysMixin(sshKeys)
"A list of SSH Keys which should be used for the local administrator on the Zookeeper Nodes. Changing this forces a new resource to be created."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.workerNode.withSubnetId
withSubnetId(subnetId)
"The ID of the Subnet within the Virtual Network where the Zookeeper Nodes should be provisioned within. Changing this forces a new resource to be created."
fn spec.forProvider.roles.workerNode.withTargetInstanceCount
withTargetInstanceCount(targetInstanceCount)
"The number of instances which should be run for the Worker Nodes."
fn spec.forProvider.roles.workerNode.withUsername
withUsername(username)
"The Username of the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.roles.workerNode.withVirtualNetworkId
withVirtualNetworkId(virtualNetworkId)
"The ID of the Virtual Network where the Zookeeper Nodes should be provisioned within. Changing this forces a new resource to be created."
fn spec.forProvider.roles.workerNode.withVmSize
withVmSize(vmSize)
"The Size of the Virtual Machine which should be used as the Zookeeper Nodes. Possible values are ExtraSmall, Small, Medium, Large, ExtraLarge, A5, A6, A7, A8, A9, A10, A11, Standard_A1_V2, Standard_A2_V2, Standard_A2m_V2, Standard_A3, Standard_A4_V2, Standard_A4m_V2, Standard_A8_V2, Standard_A8m_V2, Standard_D1, Standard_D2, Standard_D3, Standard_D4, Standard_D11, Standard_D12, Standard_D13, Standard_D14, Standard_D1_V2, Standard_D2_V2, Standard_D3_V2, Standard_D4_V2, Standard_D5_V2, Standard_D11_V2, Standard_D12_V2, Standard_D13_V2, Standard_D14_V2, Standard_DS1_V2, Standard_DS2_V2, Standard_DS3_V2, Standard_DS4_V2, Standard_DS5_V2, Standard_DS11_V2, Standard_DS12_V2, Standard_DS13_V2, Standard_DS14_V2, Standard_E2_V3, Standard_E4_V3, Standard_E8_V3, Standard_E16_V3, Standard_E20_V3, Standard_E32_V3, Standard_E64_V3, Standard_E64i_V3, Standard_E2s_V3, Standard_E4s_V3, Standard_E8s_V3, Standard_E16s_V3, Standard_E20s_V3, Standard_E32s_V3, Standard_E64s_V3, Standard_E64is_V3, Standard_D2a_V4, Standard_D4a_V4, Standard_D8a_V4, Standard_D16a_V4, Standard_D32a_V4, Standard_D48a_V4, Standard_D64a_V4, Standard_D96a_V4, Standard_E2a_V4, Standard_E4a_V4, Standard_E8a_V4, Standard_E16a_V4, Standard_E20a_V4, Standard_E32a_V4, Standard_E48a_V4, Standard_E64a_V4, Standard_E96a_V4, Standard_G1, Standard_G2, Standard_G3, Standard_G4, Standard_G5, Standard_F2s_V2, Standard_F4s_V2, Standard_F8s_V2, Standard_F16s_V2, Standard_F32s_V2, Standard_F64s_V2, Standard_F72s_V2, Standard_GS1, Standard_GS2, Standard_GS3, Standard_GS4, Standard_GS5 and Standard_NC24. Changing this forces a new resource to be created."
obj spec.forProvider.roles.workerNode.autoscale
"A autoscale block as defined below."
fn spec.forProvider.roles.workerNode.autoscale.withCapacity
withCapacity(capacity)
"A capacity block as defined below."
fn spec.forProvider.roles.workerNode.autoscale.withCapacityMixin
withCapacityMixin(capacity)
"A capacity block as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.workerNode.autoscale.withRecurrence
withRecurrence(recurrence)
"A recurrence block as defined below."
fn spec.forProvider.roles.workerNode.autoscale.withRecurrenceMixin
withRecurrenceMixin(recurrence)
"A recurrence block as defined below."
Note: This function appends passed data to existing values
obj spec.forProvider.roles.workerNode.autoscale.capacity
"A capacity block as defined below."
fn spec.forProvider.roles.workerNode.autoscale.capacity.withMaxInstanceCount
withMaxInstanceCount(maxInstanceCount)
"The maximum number of worker nodes to autoscale to based on the cluster's activity."
fn spec.forProvider.roles.workerNode.autoscale.capacity.withMinInstanceCount
withMinInstanceCount(minInstanceCount)
"The minimum number of worker nodes to autoscale to based on the cluster's activity."
obj spec.forProvider.roles.workerNode.autoscale.recurrence
"A recurrence block as defined below."
fn spec.forProvider.roles.workerNode.autoscale.recurrence.withSchedule
withSchedule(schedule)
"A list of schedule blocks as defined below."
fn spec.forProvider.roles.workerNode.autoscale.recurrence.withScheduleMixin
withScheduleMixin(schedule)
"A list of schedule blocks as defined below."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.workerNode.autoscale.recurrence.withTimezone
withTimezone(timezone)
"The time zone for the autoscale schedule times."
obj spec.forProvider.roles.workerNode.autoscale.recurrence.schedule
"A list of schedule blocks as defined below."
fn spec.forProvider.roles.workerNode.autoscale.recurrence.schedule.withDays
withDays(days)
"The days of the week to perform autoscale. Possible values are Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday."
fn spec.forProvider.roles.workerNode.autoscale.recurrence.schedule.withDaysMixin
withDaysMixin(days)
"The days of the week to perform autoscale. Possible values are Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.workerNode.autoscale.recurrence.schedule.withTargetInstanceCount
withTargetInstanceCount(targetInstanceCount)
"The number of instances which should be run for the Worker Nodes."
fn spec.forProvider.roles.workerNode.autoscale.recurrence.schedule.withTime
withTime(time)
"The time of day to perform the autoscale in 24hour format."
obj spec.forProvider.roles.workerNode.passwordSecretRef
"The Password associated with the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.roles.workerNode.passwordSecretRef.withKey
withKey(key)
"The key to select."
fn spec.forProvider.roles.workerNode.passwordSecretRef.withName
withName(name)
"Name of the secret."
fn spec.forProvider.roles.workerNode.passwordSecretRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."
obj spec.forProvider.roles.workerNode.scriptActions
"The script action which will run on the cluster. Changing this forces a new resource to be created."
fn spec.forProvider.roles.workerNode.scriptActions.withName
withName(name)
"The name of the script action."
fn spec.forProvider.roles.workerNode.scriptActions.withParameters
withParameters(parameters)
"The parameters for the script provided."
fn spec.forProvider.roles.workerNode.scriptActions.withUri
withUri(uri)
"The URI to the script."
obj spec.forProvider.roles.workerNode.subnetIdRef
"Reference to a Subnet in network to populate subnetId."
fn spec.forProvider.roles.workerNode.subnetIdRef.withName
withName(name)
"Name of the referenced object."
obj spec.forProvider.roles.workerNode.subnetIdRef.policy
"Policies for referencing."
fn spec.forProvider.roles.workerNode.subnetIdRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.roles.workerNode.subnetIdRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.roles.workerNode.subnetIdSelector
"Selector for a Subnet in network to populate subnetId."
fn spec.forProvider.roles.workerNode.subnetIdSelector.withMatchControllerRef
withMatchControllerRef(matchControllerRef)
"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."
fn spec.forProvider.roles.workerNode.subnetIdSelector.withMatchLabels
withMatchLabels(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
fn spec.forProvider.roles.workerNode.subnetIdSelector.withMatchLabelsMixin
withMatchLabelsMixin(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
Note: This function appends passed data to existing values
obj spec.forProvider.roles.workerNode.subnetIdSelector.policy
"Policies for selection."
fn spec.forProvider.roles.workerNode.subnetIdSelector.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.roles.workerNode.subnetIdSelector.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.roles.zookeeperNode
"A zookeeper_node block as defined below."
fn spec.forProvider.roles.zookeeperNode.withScriptActions
withScriptActions(scriptActions)
"The script action which will run on the cluster. Changing this forces a new resource to be created."
fn spec.forProvider.roles.zookeeperNode.withScriptActionsMixin
withScriptActionsMixin(scriptActions)
"The script action which will run on the cluster. Changing this forces a new resource to be created."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.zookeeperNode.withSshKeys
withSshKeys(sshKeys)
"A list of SSH Keys which should be used for the local administrator on the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.roles.zookeeperNode.withSshKeysMixin
withSshKeysMixin(sshKeys)
"A list of SSH Keys which should be used for the local administrator on the Zookeeper Nodes. Changing this forces a new resource to be created."
Note: This function appends passed data to existing values
fn spec.forProvider.roles.zookeeperNode.withSubnetId
withSubnetId(subnetId)
"The ID of the Subnet within the Virtual Network where the Zookeeper Nodes should be provisioned within. Changing this forces a new resource to be created."
fn spec.forProvider.roles.zookeeperNode.withUsername
withUsername(username)
"The Username of the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.roles.zookeeperNode.withVirtualNetworkId
withVirtualNetworkId(virtualNetworkId)
"The ID of the Virtual Network where the Zookeeper Nodes should be provisioned within. Changing this forces a new resource to be created."
fn spec.forProvider.roles.zookeeperNode.withVmSize
withVmSize(vmSize)
"The Size of the Virtual Machine which should be used as the Zookeeper Nodes. Possible values are ExtraSmall, Small, Medium, Large, ExtraLarge, A5, A6, A7, A8, A9, A10, A11, Standard_A1_V2, Standard_A2_V2, Standard_A2m_V2, Standard_A3, Standard_A4_V2, Standard_A4m_V2, Standard_A8_V2, Standard_A8m_V2, Standard_D1, Standard_D2, Standard_D3, Standard_D4, Standard_D11, Standard_D12, Standard_D13, Standard_D14, Standard_D1_V2, Standard_D2_V2, Standard_D3_V2, Standard_D4_V2, Standard_D5_V2, Standard_D11_V2, Standard_D12_V2, Standard_D13_V2, Standard_D14_V2, Standard_DS1_V2, Standard_DS2_V2, Standard_DS3_V2, Standard_DS4_V2, Standard_DS5_V2, Standard_DS11_V2, Standard_DS12_V2, Standard_DS13_V2, Standard_DS14_V2, Standard_E2_V3, Standard_E4_V3, Standard_E8_V3, Standard_E16_V3, Standard_E20_V3, Standard_E32_V3, Standard_E64_V3, Standard_E64i_V3, Standard_E2s_V3, Standard_E4s_V3, Standard_E8s_V3, Standard_E16s_V3, Standard_E20s_V3, Standard_E32s_V3, Standard_E64s_V3, Standard_E64is_V3, Standard_D2a_V4, Standard_D4a_V4, Standard_D8a_V4, Standard_D16a_V4, Standard_D32a_V4, Standard_D48a_V4, Standard_D64a_V4, Standard_D96a_V4, Standard_E2a_V4, Standard_E4a_V4, Standard_E8a_V4, Standard_E16a_V4, Standard_E20a_V4, Standard_E32a_V4, Standard_E48a_V4, Standard_E64a_V4, Standard_E96a_V4, Standard_G1, Standard_G2, Standard_G3, Standard_G4, Standard_G5, Standard_F2s_V2, Standard_F4s_V2, Standard_F8s_V2, Standard_F16s_V2, Standard_F32s_V2, Standard_F64s_V2, Standard_F72s_V2, Standard_GS1, Standard_GS2, Standard_GS3, Standard_GS4, Standard_GS5 and Standard_NC24. Changing this forces a new resource to be created."
obj spec.forProvider.roles.zookeeperNode.passwordSecretRef
"The Password associated with the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created."
fn spec.forProvider.roles.zookeeperNode.passwordSecretRef.withKey
withKey(key)
"The key to select."
fn spec.forProvider.roles.zookeeperNode.passwordSecretRef.withName
withName(name)
"Name of the secret."
fn spec.forProvider.roles.zookeeperNode.passwordSecretRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."
obj spec.forProvider.roles.zookeeperNode.scriptActions
"The script action which will run on the cluster. Changing this forces a new resource to be created."
fn spec.forProvider.roles.zookeeperNode.scriptActions.withName
withName(name)
"The name of the script action."
fn spec.forProvider.roles.zookeeperNode.scriptActions.withParameters
withParameters(parameters)
"The parameters for the script provided."
fn spec.forProvider.roles.zookeeperNode.scriptActions.withUri
withUri(uri)
"The URI to the script."
obj spec.forProvider.roles.zookeeperNode.subnetIdRef
"Reference to a Subnet in network to populate subnetId."
fn spec.forProvider.roles.zookeeperNode.subnetIdRef.withName
withName(name)
"Name of the referenced object."
obj spec.forProvider.roles.zookeeperNode.subnetIdRef.policy
"Policies for referencing."
fn spec.forProvider.roles.zookeeperNode.subnetIdRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.roles.zookeeperNode.subnetIdRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.roles.zookeeperNode.subnetIdSelector
"Selector for a Subnet in network to populate subnetId."
fn spec.forProvider.roles.zookeeperNode.subnetIdSelector.withMatchControllerRef
withMatchControllerRef(matchControllerRef)
"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."
fn spec.forProvider.roles.zookeeperNode.subnetIdSelector.withMatchLabels
withMatchLabels(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
fn spec.forProvider.roles.zookeeperNode.subnetIdSelector.withMatchLabelsMixin
withMatchLabelsMixin(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
Note: This function appends passed data to existing values
obj spec.forProvider.roles.zookeeperNode.subnetIdSelector.policy
"Policies for selection."
fn spec.forProvider.roles.zookeeperNode.subnetIdSelector.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.roles.zookeeperNode.subnetIdSelector.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.securityProfile
"A security_profile block as defined below. Changing this forces a new resource to be created."
fn spec.forProvider.securityProfile.withAaddsResourceId
withAaddsResourceId(aaddsResourceId)
"The resource ID of the Azure Active Directory Domain Service. Changing this forces a new resource to be created."
fn spec.forProvider.securityProfile.withClusterUsersGroupDns
withClusterUsersGroupDns(clusterUsersGroupDns)
"A list of the distinguished names for the cluster user groups. Changing this forces a new resource to be created."
fn spec.forProvider.securityProfile.withClusterUsersGroupDnsMixin
withClusterUsersGroupDnsMixin(clusterUsersGroupDns)
"A list of the distinguished names for the cluster user groups. Changing this forces a new resource to be created."
Note: This function appends passed data to existing values
fn spec.forProvider.securityProfile.withDomainName
withDomainName(domainName)
"The name of the Azure Active Directory Domain. Changing this forces a new resource to be created."
fn spec.forProvider.securityProfile.withDomainUsername
withDomainUsername(domainUsername)
"The username of the Azure Active Directory Domain. Changing this forces a new resource to be created."
fn spec.forProvider.securityProfile.withLdapsUrls
withLdapsUrls(ldapsUrls)
"A list of the LDAPS URLs to communicate with the Azure Active Directory. Changing this forces a new resource to be created."
fn spec.forProvider.securityProfile.withLdapsUrlsMixin
withLdapsUrlsMixin(ldapsUrls)
"A list of the LDAPS URLs to communicate with the Azure Active Directory. Changing this forces a new resource to be created."
Note: This function appends passed data to existing values
fn spec.forProvider.securityProfile.withMsiResourceId
withMsiResourceId(msiResourceId)
"The User Assigned Identity for the HDInsight Cluster. Changing this forces a new resource to be created."
obj spec.forProvider.securityProfile.domainUserPasswordSecretRef
"The user password of the Azure Active Directory Domain. Changing this forces a new resource to be created."
fn spec.forProvider.securityProfile.domainUserPasswordSecretRef.withKey
withKey(key)
"The key to select."
fn spec.forProvider.securityProfile.domainUserPasswordSecretRef.withName
withName(name)
"Name of the secret."
fn spec.forProvider.securityProfile.domainUserPasswordSecretRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."
obj spec.forProvider.storageAccount
"One or more storage_account block as defined below."
fn spec.forProvider.storageAccount.withIsDefault
withIsDefault(isDefault)
"Is this the Default Storage Account for the HDInsight Hadoop Cluster? Changing this forces a new resource to be created."
fn spec.forProvider.storageAccount.withStorageContainerId
withStorageContainerId(storageContainerId)
"The ID of the Storage Container. Changing this forces a new resource to be created."
fn spec.forProvider.storageAccount.withStorageResourceId
withStorageResourceId(storageResourceId)
"The ID of the Storage Account. Changing this forces a new resource to be created."
obj spec.forProvider.storageAccount.storageAccountKeySecretRef
"The Access Key which should be used to connect to the Storage Account. Changing this forces a new resource to be created."
fn spec.forProvider.storageAccount.storageAccountKeySecretRef.withKey
withKey(key)
"The key to select."
fn spec.forProvider.storageAccount.storageAccountKeySecretRef.withName
withName(name)
"Name of the secret."
fn spec.forProvider.storageAccount.storageAccountKeySecretRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."
obj spec.forProvider.storageAccount.storageContainerIdRef
"Reference to a Container in storage to populate storageContainerId."
fn spec.forProvider.storageAccount.storageContainerIdRef.withName
withName(name)
"Name of the referenced object."
obj spec.forProvider.storageAccount.storageContainerIdRef.policy
"Policies for referencing."
fn spec.forProvider.storageAccount.storageContainerIdRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.storageAccount.storageContainerIdRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.storageAccount.storageContainerIdSelector
"Selector for a Container in storage to populate storageContainerId."
fn spec.forProvider.storageAccount.storageContainerIdSelector.withMatchControllerRef
withMatchControllerRef(matchControllerRef)
"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."
fn spec.forProvider.storageAccount.storageContainerIdSelector.withMatchLabels
withMatchLabels(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
fn spec.forProvider.storageAccount.storageContainerIdSelector.withMatchLabelsMixin
withMatchLabelsMixin(matchLabels)
"MatchLabels ensures an object with matching labels is selected."
Note: This function appends passed data to existing values
obj spec.forProvider.storageAccount.storageContainerIdSelector.policy
"Policies for selection."
fn spec.forProvider.storageAccount.storageContainerIdSelector.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.forProvider.storageAccount.storageContainerIdSelector.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.forProvider.storageAccountGen2
"A storage_account_gen2 block as defined below."
fn spec.forProvider.storageAccountGen2.withFilesystemId
withFilesystemId(filesystemId)
"The ID of the Gen2 Filesystem. Changing this forces a new resource to be created."
fn spec.forProvider.storageAccountGen2.withIsDefault
withIsDefault(isDefault)
"Is this the Default Storage Account for the HDInsight Hadoop Cluster? Changing this forces a new resource to be created."
fn spec.forProvider.storageAccountGen2.withManagedIdentityResourceId
withManagedIdentityResourceId(managedIdentityResourceId)
"The ID of Managed Identity to use for accessing the Gen2 filesystem. Changing this forces a new resource to be created."
fn spec.forProvider.storageAccountGen2.withStorageResourceId
withStorageResourceId(storageResourceId)
"The ID of the Storage Account. Changing this forces a new resource to be created."
obj spec.providerConfigRef
"ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured."
fn spec.providerConfigRef.withName
withName(name)
"Name of the referenced object."
obj spec.providerConfigRef.policy
"Policies for referencing."
fn spec.providerConfigRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.providerConfigRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.providerRef
"ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
"
fn spec.providerRef.withName
withName(name)
"Name of the referenced object."
obj spec.providerRef.policy
"Policies for referencing."
fn spec.providerRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.providerRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.publishConnectionDetailsTo
"PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource."
fn spec.publishConnectionDetailsTo.withName
withName(name)
"Name is the name of the connection secret."
obj spec.publishConnectionDetailsTo.configRef
"SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret."
fn spec.publishConnectionDetailsTo.configRef.withName
withName(name)
"Name of the referenced object."
obj spec.publishConnectionDetailsTo.configRef.policy
"Policies for referencing."
fn spec.publishConnectionDetailsTo.configRef.policy.withResolution
withResolution(resolution)
"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
fn spec.publishConnectionDetailsTo.configRef.policy.withResolve
withResolve(resolve)
"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
obj spec.publishConnectionDetailsTo.metadata
"Metadata is the metadata for connection secret."
fn spec.publishConnectionDetailsTo.metadata.withAnnotations
withAnnotations(annotations)
"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."
fn spec.publishConnectionDetailsTo.metadata.withAnnotationsMixin
withAnnotationsMixin(annotations)
"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."
Note: This function appends passed data to existing values
fn spec.publishConnectionDetailsTo.metadata.withLabels
withLabels(labels)
"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."
fn spec.publishConnectionDetailsTo.metadata.withLabelsMixin
withLabelsMixin(labels)
"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."
Note: This function appends passed data to existing values
fn spec.publishConnectionDetailsTo.metadata.withType
withType(type)
"Type is the SecretType for the connection secret. - Only valid for Kubernetes Secret Stores."
obj spec.writeConnectionSecretToRef
"WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other."
fn spec.writeConnectionSecretToRef.withName
withName(name)
"Name of the secret."
fn spec.writeConnectionSecretToRef.withNamespace
withNamespace(namespace)
"Namespace of the secret."