Represents a {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster google_container_attached_cluster}.
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedCluster(scope: Construct, id: string, config: ContainerAttachedClusterConfig)
Name | Type | Description |
---|---|---|
scope |
constructs.Construct |
The scope in which to define this construct. |
id |
string |
The scoped construct ID. |
config |
ContainerAttachedClusterConfig |
No description. |
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
Name | Description |
---|---|
toString |
Returns a string representation of this construct. |
addOverride |
No description. |
overrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
resetOverrideLogicalId |
Resets a previously passed logical Id to use the auto-generated logical id again. |
toHclTerraform |
No description. |
toMetadata |
No description. |
toTerraform |
Adds this resource to the terraform JSON output. |
addMoveTarget |
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
hasResourceMove |
No description. |
importFrom |
No description. |
interpolationForAttribute |
No description. |
moveFromId |
Move the resource corresponding to "id" to this resource. |
moveTo |
Moves this resource to the target resource given by moveTarget. |
moveToId |
Moves this resource to the resource corresponding to "id". |
putAuthorization |
No description. |
putBinaryAuthorization |
No description. |
putFleet |
No description. |
putLoggingConfig |
No description. |
putMonitoringConfig |
No description. |
putOidcConfig |
No description. |
putProxyConfig |
No description. |
putSecurityPostureConfig |
No description. |
putTimeouts |
No description. |
resetAnnotations |
No description. |
resetAuthorization |
No description. |
resetBinaryAuthorization |
No description. |
resetDeletionPolicy |
No description. |
resetDescription |
No description. |
resetId |
No description. |
resetLoggingConfig |
No description. |
resetMonitoringConfig |
No description. |
resetProject |
No description. |
resetProxyConfig |
No description. |
resetSecurityPostureConfig |
No description. |
resetTimeouts |
No description. |
public toString(): string
Returns a string representation of this construct.
public addOverride(path: string, value: any): void
- Type: string
- Type: any
public overrideLogicalId(newLogicalId: string): void
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
public resetOverrideLogicalId(): void
Resets a previously passed logical Id to use the auto-generated logical id again.
public toHclTerraform(): any
public toMetadata(): any
public toTerraform(): any
Adds this resource to the terraform JSON output.
public addMoveTarget(moveTarget: string): void
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
- Type: string
The string move target that will correspond to this resource.
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById
public importFrom(id: string, provider?: TerraformProvider): void
- Type: string
- Type: cdktf.TerraformProvider
public interpolationForAttribute(terraformAttribute: string): IResolvable
- Type: string
public moveFromId(id: string): void
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.
- Type: string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
public moveTo(moveTarget: string, index?: string | number): void
Moves this resource to the target resource given by moveTarget.
- Type: string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: string | number
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
public moveToId(id: string): void
Moves this resource to the resource corresponding to "id".
- Type: string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
public putAuthorization(value: ContainerAttachedClusterAuthorization): void
public putBinaryAuthorization(value: ContainerAttachedClusterBinaryAuthorization): void
public putFleet(value: ContainerAttachedClusterFleet): void
public putLoggingConfig(value: ContainerAttachedClusterLoggingConfig): void
public putMonitoringConfig(value: ContainerAttachedClusterMonitoringConfig): void
public putOidcConfig(value: ContainerAttachedClusterOidcConfig): void
public putProxyConfig(value: ContainerAttachedClusterProxyConfig): void
public putSecurityPostureConfig(value: ContainerAttachedClusterSecurityPostureConfig): void
public putTimeouts(value: ContainerAttachedClusterTimeouts): void
public resetAnnotations(): void
public resetAuthorization(): void
public resetBinaryAuthorization(): void
public resetDeletionPolicy(): void
public resetDescription(): void
public resetId(): void
public resetLoggingConfig(): void
public resetMonitoringConfig(): void
public resetProject(): void
public resetProxyConfig(): void
public resetSecurityPostureConfig(): void
public resetTimeouts(): void
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
isTerraformElement |
No description. |
isTerraformResource |
No description. |
generateConfigForImport |
Generates CDKTF code for importing a ContainerAttachedCluster resource upon running "cdktf plan ". |
import { containerAttachedCluster } from '@cdktf/provider-google'
containerAttachedCluster.ContainerAttachedCluster.isConstruct(x: any)
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.
- Type: any
Any object.
import { containerAttachedCluster } from '@cdktf/provider-google'
containerAttachedCluster.ContainerAttachedCluster.isTerraformElement(x: any)
- Type: any
import { containerAttachedCluster } from '@cdktf/provider-google'
containerAttachedCluster.ContainerAttachedCluster.isTerraformResource(x: any)
- Type: any
import { containerAttachedCluster } from '@cdktf/provider-google'
containerAttachedCluster.ContainerAttachedCluster.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
Generates CDKTF code for importing a ContainerAttachedCluster resource upon running "cdktf plan ".
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The construct id used in the generated config for the ContainerAttachedCluster to import.
- Type: string
The id of the existing ContainerAttachedCluster that should be imported.
Refer to the {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#import import section} in the documentation of this resource for the id to use
- Type: cdktf.TerraformProvider
? Optional instance of the provider where the ContainerAttachedCluster to import is found.
Name | Type | Description |
---|---|---|
node |
constructs.Node |
The tree node. |
cdktfStack |
cdktf.TerraformStack |
No description. |
fqn |
string |
No description. |
friendlyUniqueId |
string |
No description. |
terraformMetaArguments |
{[ key: string ]: any} |
No description. |
terraformResourceType |
string |
No description. |
terraformGeneratorMetadata |
cdktf.TerraformProviderGeneratorMetadata |
No description. |
connection |
cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection |
No description. |
count |
number | cdktf.TerraformCount |
No description. |
dependsOn |
string[] |
No description. |
forEach |
cdktf.ITerraformIterator |
No description. |
lifecycle |
cdktf.TerraformResourceLifecycle |
No description. |
provider |
cdktf.TerraformProvider |
No description. |
provisioners |
cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] |
No description. |
authorization |
ContainerAttachedClusterAuthorizationOutputReference |
No description. |
binaryAuthorization |
ContainerAttachedClusterBinaryAuthorizationOutputReference |
No description. |
clusterRegion |
string |
No description. |
createTime |
string |
No description. |
effectiveAnnotations |
cdktf.StringMap |
No description. |
errors |
ContainerAttachedClusterErrorsList |
No description. |
fleet |
ContainerAttachedClusterFleetOutputReference |
No description. |
kubernetesVersion |
string |
No description. |
loggingConfig |
ContainerAttachedClusterLoggingConfigOutputReference |
No description. |
monitoringConfig |
ContainerAttachedClusterMonitoringConfigOutputReference |
No description. |
oidcConfig |
ContainerAttachedClusterOidcConfigOutputReference |
No description. |
proxyConfig |
ContainerAttachedClusterProxyConfigOutputReference |
No description. |
reconciling |
cdktf.IResolvable |
No description. |
securityPostureConfig |
ContainerAttachedClusterSecurityPostureConfigOutputReference |
No description. |
state |
string |
No description. |
timeouts |
ContainerAttachedClusterTimeoutsOutputReference |
No description. |
uid |
string |
No description. |
updateTime |
string |
No description. |
workloadIdentityConfig |
ContainerAttachedClusterWorkloadIdentityConfigList |
No description. |
annotationsInput |
{[ key: string ]: string} |
No description. |
authorizationInput |
ContainerAttachedClusterAuthorization |
No description. |
binaryAuthorizationInput |
ContainerAttachedClusterBinaryAuthorization |
No description. |
deletionPolicyInput |
string |
No description. |
descriptionInput |
string |
No description. |
distributionInput |
string |
No description. |
fleetInput |
ContainerAttachedClusterFleet |
No description. |
idInput |
string |
No description. |
locationInput |
string |
No description. |
loggingConfigInput |
ContainerAttachedClusterLoggingConfig |
No description. |
monitoringConfigInput |
ContainerAttachedClusterMonitoringConfig |
No description. |
nameInput |
string |
No description. |
oidcConfigInput |
ContainerAttachedClusterOidcConfig |
No description. |
platformVersionInput |
string |
No description. |
projectInput |
string |
No description. |
proxyConfigInput |
ContainerAttachedClusterProxyConfig |
No description. |
securityPostureConfigInput |
ContainerAttachedClusterSecurityPostureConfig |
No description. |
timeoutsInput |
cdktf.IResolvable | ContainerAttachedClusterTimeouts |
No description. |
annotations |
{[ key: string ]: string} |
No description. |
deletionPolicy |
string |
No description. |
description |
string |
No description. |
distribution |
string |
No description. |
id |
string |
No description. |
location |
string |
No description. |
name |
string |
No description. |
platformVersion |
string |
No description. |
project |
string |
No description. |
public readonly node: Node;
- Type: constructs.Node
The tree node.
public readonly cdktfStack: TerraformStack;
- Type: cdktf.TerraformStack
public readonly fqn: string;
- Type: string
public readonly friendlyUniqueId: string;
- Type: string
public readonly terraformMetaArguments: {[ key: string ]: any};
- Type: {[ key: string ]: any}
public readonly terraformResourceType: string;
- Type: string
public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
- Type: cdktf.TerraformProviderGeneratorMetadata
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: string[];
- Type: string[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly authorization: ContainerAttachedClusterAuthorizationOutputReference;
public readonly binaryAuthorization: ContainerAttachedClusterBinaryAuthorizationOutputReference;
public readonly clusterRegion: string;
- Type: string
public readonly createTime: string;
- Type: string
public readonly effectiveAnnotations: StringMap;
- Type: cdktf.StringMap
public readonly errors: ContainerAttachedClusterErrorsList;
public readonly fleet: ContainerAttachedClusterFleetOutputReference;
public readonly kubernetesVersion: string;
- Type: string
public readonly loggingConfig: ContainerAttachedClusterLoggingConfigOutputReference;
public readonly monitoringConfig: ContainerAttachedClusterMonitoringConfigOutputReference;
public readonly oidcConfig: ContainerAttachedClusterOidcConfigOutputReference;
public readonly proxyConfig: ContainerAttachedClusterProxyConfigOutputReference;
public readonly reconciling: IResolvable;
- Type: cdktf.IResolvable
public readonly securityPostureConfig: ContainerAttachedClusterSecurityPostureConfigOutputReference;
public readonly state: string;
- Type: string
public readonly timeouts: ContainerAttachedClusterTimeoutsOutputReference;
public readonly uid: string;
- Type: string
public readonly updateTime: string;
- Type: string
public readonly workloadIdentityConfig: ContainerAttachedClusterWorkloadIdentityConfigList;
public readonly annotationsInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly authorizationInput: ContainerAttachedClusterAuthorization;
public readonly binaryAuthorizationInput: ContainerAttachedClusterBinaryAuthorization;
public readonly deletionPolicyInput: string;
- Type: string
public readonly descriptionInput: string;
- Type: string
public readonly distributionInput: string;
- Type: string
public readonly fleetInput: ContainerAttachedClusterFleet;
public readonly idInput: string;
- Type: string
public readonly locationInput: string;
- Type: string
public readonly loggingConfigInput: ContainerAttachedClusterLoggingConfig;
public readonly monitoringConfigInput: ContainerAttachedClusterMonitoringConfig;
public readonly nameInput: string;
- Type: string
public readonly oidcConfigInput: ContainerAttachedClusterOidcConfig;
public readonly platformVersionInput: string;
- Type: string
public readonly projectInput: string;
- Type: string
public readonly proxyConfigInput: ContainerAttachedClusterProxyConfig;
public readonly securityPostureConfigInput: ContainerAttachedClusterSecurityPostureConfig;
public readonly timeoutsInput: IResolvable | ContainerAttachedClusterTimeouts;
- Type: cdktf.IResolvable | ContainerAttachedClusterTimeouts
public readonly annotations: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly deletionPolicy: string;
- Type: string
public readonly description: string;
- Type: string
public readonly distribution: string;
- Type: string
public readonly id: string;
- Type: string
public readonly location: string;
- Type: string
public readonly name: string;
- Type: string
public readonly platformVersion: string;
- Type: string
public readonly project: string;
- Type: string
Name | Type | Description |
---|---|---|
tfResourceType |
string |
No description. |
public readonly tfResourceType: string;
- Type: string
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterAuthorization: containerAttachedCluster.ContainerAttachedClusterAuthorization = { ... }
Name | Type | Description |
---|---|---|
adminGroups |
string[] |
Groups that can perform operations as a cluster admin. |
adminUsers |
string[] |
Users that can perform operations as a cluster admin. |
public readonly adminGroups: string[];
- Type: string[]
Groups that can perform operations as a cluster admin.
A managed ClusterRoleBinding will be created to grant the 'cluster-admin' ClusterRole to the groups. Up to ten admin groups can be provided.
For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#admin_groups ContainerAttachedCluster#admin_groups}
public readonly adminUsers: string[];
- Type: string[]
Users that can perform operations as a cluster admin.
A managed ClusterRoleBinding will be created to grant the 'cluster-admin' ClusterRole to the users. Up to ten admin users can be provided.
For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#admin_users ContainerAttachedCluster#admin_users}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterBinaryAuthorization: containerAttachedCluster.ContainerAttachedClusterBinaryAuthorization = { ... }
Name | Type | Description |
---|---|---|
evaluationMode |
string |
Configure Binary Authorization evaluation mode. Possible values: ["DISABLED", "PROJECT_SINGLETON_POLICY_ENFORCE"]. |
public readonly evaluationMode: string;
- Type: string
Configure Binary Authorization evaluation mode. Possible values: ["DISABLED", "PROJECT_SINGLETON_POLICY_ENFORCE"].
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#evaluation_mode ContainerAttachedCluster#evaluation_mode}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterConfig: containerAttachedCluster.ContainerAttachedClusterConfig = { ... }
Name | Type | Description |
---|---|---|
connection |
cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection |
No description. |
count |
number | cdktf.TerraformCount |
No description. |
dependsOn |
cdktf.ITerraformDependable[] |
No description. |
forEach |
cdktf.ITerraformIterator |
No description. |
lifecycle |
cdktf.TerraformResourceLifecycle |
No description. |
provider |
cdktf.TerraformProvider |
No description. |
provisioners |
cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] |
No description. |
distribution |
string |
The Kubernetes distribution of the underlying attached cluster. |
fleet |
ContainerAttachedClusterFleet |
fleet block. |
location |
string |
The location for the resource. |
name |
string |
The name of this resource. |
oidcConfig |
ContainerAttachedClusterOidcConfig |
oidc_config block. |
platformVersion |
string |
The platform version for the cluster (e.g. '1.23.0-gke.1'). |
annotations |
{[ key: string ]: string} |
Optional. |
authorization |
ContainerAttachedClusterAuthorization |
authorization block. |
binaryAuthorization |
ContainerAttachedClusterBinaryAuthorization |
binary_authorization block. |
deletionPolicy |
string |
Policy to determine what flags to send on delete. Possible values: DELETE, DELETE_IGNORE_ERRORS. |
description |
string |
A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes. |
id |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#id ContainerAttachedCluster#id}. |
loggingConfig |
ContainerAttachedClusterLoggingConfig |
logging_config block. |
monitoringConfig |
ContainerAttachedClusterMonitoringConfig |
monitoring_config block. |
project |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#project ContainerAttachedCluster#project}. |
proxyConfig |
ContainerAttachedClusterProxyConfig |
proxy_config block. |
securityPostureConfig |
ContainerAttachedClusterSecurityPostureConfig |
security_posture_config block. |
timeouts |
ContainerAttachedClusterTimeouts |
timeouts block. |
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: ITerraformDependable[];
- Type: cdktf.ITerraformDependable[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly distribution: string;
- Type: string
The Kubernetes distribution of the underlying attached cluster.
Supported values: "eks", "aks", "generic". The generic distribution provides the ability to register or migrate any CNCF conformant cluster.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#distribution ContainerAttachedCluster#distribution}
public readonly fleet: ContainerAttachedClusterFleet;
fleet block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#fleet ContainerAttachedCluster#fleet}
public readonly location: string;
- Type: string
The location for the resource.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#location ContainerAttachedCluster#location}
public readonly name: string;
- Type: string
The name of this resource.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#name ContainerAttachedCluster#name}
public readonly oidcConfig: ContainerAttachedClusterOidcConfig;
oidc_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#oidc_config ContainerAttachedCluster#oidc_config}
public readonly platformVersion: string;
- Type: string
The platform version for the cluster (e.g. '1.23.0-gke.1').
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#platform_version ContainerAttachedCluster#platform_version}
public readonly annotations: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Optional.
Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
Note: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field 'effective_annotations' for all of the annotations present on the resource.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#annotations ContainerAttachedCluster#annotations}
public readonly authorization: ContainerAttachedClusterAuthorization;
authorization block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#authorization ContainerAttachedCluster#authorization}
public readonly binaryAuthorization: ContainerAttachedClusterBinaryAuthorization;
binary_authorization block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#binary_authorization ContainerAttachedCluster#binary_authorization}
public readonly deletionPolicy: string;
- Type: string
Policy to determine what flags to send on delete. Possible values: DELETE, DELETE_IGNORE_ERRORS.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#deletion_policy ContainerAttachedCluster#deletion_policy}
public readonly description: string;
- Type: string
A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#description ContainerAttachedCluster#description}
public readonly id: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#id ContainerAttachedCluster#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.
public readonly loggingConfig: ContainerAttachedClusterLoggingConfig;
logging_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#logging_config ContainerAttachedCluster#logging_config}
public readonly monitoringConfig: ContainerAttachedClusterMonitoringConfig;
monitoring_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#monitoring_config ContainerAttachedCluster#monitoring_config}
public readonly project: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#project ContainerAttachedCluster#project}.
public readonly proxyConfig: ContainerAttachedClusterProxyConfig;
proxy_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#proxy_config ContainerAttachedCluster#proxy_config}
public readonly securityPostureConfig: ContainerAttachedClusterSecurityPostureConfig;
security_posture_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#security_posture_config ContainerAttachedCluster#security_posture_config}
public readonly timeouts: ContainerAttachedClusterTimeouts;
timeouts block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#timeouts ContainerAttachedCluster#timeouts}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterErrors: containerAttachedCluster.ContainerAttachedClusterErrors = { ... }
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterFleet: containerAttachedCluster.ContainerAttachedClusterFleet = { ... }
Name | Type | Description |
---|---|---|
project |
string |
The number of the Fleet host project where this cluster will be registered. |
public readonly project: string;
- Type: string
The number of the Fleet host project where this cluster will be registered.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#project ContainerAttachedCluster#project}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterLoggingConfig: containerAttachedCluster.ContainerAttachedClusterLoggingConfig = { ... }
Name | Type | Description |
---|---|---|
componentConfig |
ContainerAttachedClusterLoggingConfigComponentConfig |
component_config block. |
public readonly componentConfig: ContainerAttachedClusterLoggingConfigComponentConfig;
component_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#component_config ContainerAttachedCluster#component_config}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterLoggingConfigComponentConfig: containerAttachedCluster.ContainerAttachedClusterLoggingConfigComponentConfig = { ... }
Name | Type | Description |
---|---|---|
enableComponents |
string[] |
The components to be enabled. Possible values: ["SYSTEM_COMPONENTS", "WORKLOADS"]. |
public readonly enableComponents: string[];
- Type: string[]
The components to be enabled. Possible values: ["SYSTEM_COMPONENTS", "WORKLOADS"].
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#enable_components ContainerAttachedCluster#enable_components}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterMonitoringConfig: containerAttachedCluster.ContainerAttachedClusterMonitoringConfig = { ... }
Name | Type | Description |
---|---|---|
managedPrometheusConfig |
ContainerAttachedClusterMonitoringConfigManagedPrometheusConfig |
managed_prometheus_config block. |
public readonly managedPrometheusConfig: ContainerAttachedClusterMonitoringConfigManagedPrometheusConfig;
managed_prometheus_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#managed_prometheus_config ContainerAttachedCluster#managed_prometheus_config}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterMonitoringConfigManagedPrometheusConfig: containerAttachedCluster.ContainerAttachedClusterMonitoringConfigManagedPrometheusConfig = { ... }
Name | Type | Description |
---|---|---|
enabled |
boolean | cdktf.IResolvable |
Enable Managed Collection. |
public readonly enabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Enable Managed Collection.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#enabled ContainerAttachedCluster#enabled}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterOidcConfig: containerAttachedCluster.ContainerAttachedClusterOidcConfig = { ... }
Name | Type | Description |
---|---|---|
issuerUrl |
string |
A JSON Web Token (JWT) issuer URI. 'issuer' must start with 'https://'. |
jwks |
string |
OIDC verification keys in JWKS format (RFC 7517). |
public readonly issuerUrl: string;
- Type: string
A JSON Web Token (JWT) issuer URI. 'issuer' must start with 'https://'.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#issuer_url ContainerAttachedCluster#issuer_url}
public readonly jwks: string;
- Type: string
OIDC verification keys in JWKS format (RFC 7517).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#jwks ContainerAttachedCluster#jwks}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterProxyConfig: containerAttachedCluster.ContainerAttachedClusterProxyConfig = { ... }
Name | Type | Description |
---|---|---|
kubernetesSecret |
ContainerAttachedClusterProxyConfigKubernetesSecret |
kubernetes_secret block. |
public readonly kubernetesSecret: ContainerAttachedClusterProxyConfigKubernetesSecret;
kubernetes_secret block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#kubernetes_secret ContainerAttachedCluster#kubernetes_secret}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterProxyConfigKubernetesSecret: containerAttachedCluster.ContainerAttachedClusterProxyConfigKubernetesSecret = { ... }
Name | Type | Description |
---|---|---|
name |
string |
Name of the kubernetes secret containing the proxy config. |
namespace |
string |
Namespace of the kubernetes secret containing the proxy config. |
public readonly name: string;
- Type: string
Name of the kubernetes secret containing the proxy config.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#name ContainerAttachedCluster#name}
public readonly namespace: string;
- Type: string
Namespace of the kubernetes secret containing the proxy config.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#namespace ContainerAttachedCluster#namespace}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterSecurityPostureConfig: containerAttachedCluster.ContainerAttachedClusterSecurityPostureConfig = { ... }
Name | Type | Description |
---|---|---|
vulnerabilityMode |
string |
Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Possible values: ["VULNERABILITY_DISABLED", "VULNERABILITY_ENTERPRISE"]. |
public readonly vulnerabilityMode: string;
- Type: string
Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Possible values: ["VULNERABILITY_DISABLED", "VULNERABILITY_ENTERPRISE"].
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#vulnerability_mode ContainerAttachedCluster#vulnerability_mode}
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterTimeouts: containerAttachedCluster.ContainerAttachedClusterTimeouts = { ... }
Name | Type | Description |
---|---|---|
create |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#create ContainerAttachedCluster#create}. |
delete |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#delete ContainerAttachedCluster#delete}. |
update |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#update ContainerAttachedCluster#update}. |
public readonly create: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#create ContainerAttachedCluster#create}.
public readonly delete: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#delete ContainerAttachedCluster#delete}.
public readonly update: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.35.0/docs/resources/container_attached_cluster#update ContainerAttachedCluster#update}.
import { containerAttachedCluster } from '@cdktf/provider-google'
const containerAttachedClusterWorkloadIdentityConfig: containerAttachedCluster.ContainerAttachedClusterWorkloadIdentityConfig = { ... }
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterAuthorizationOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetAdminGroups |
No description. |
resetAdminUsers |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetAdminGroups(): void
public resetAdminUsers(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
adminGroupsInput |
string[] |
No description. |
adminUsersInput |
string[] |
No description. |
adminGroups |
string[] |
No description. |
adminUsers |
string[] |
No description. |
internalValue |
ContainerAttachedClusterAuthorization |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly adminGroupsInput: string[];
- Type: string[]
public readonly adminUsersInput: string[];
- Type: string[]
public readonly adminGroups: string[];
- Type: string[]
public readonly adminUsers: string[];
- Type: string[]
public readonly internalValue: ContainerAttachedClusterAuthorization;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterBinaryAuthorizationOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetEvaluationMode |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetEvaluationMode(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
evaluationModeInput |
string |
No description. |
evaluationMode |
string |
No description. |
internalValue |
ContainerAttachedClusterBinaryAuthorization |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly evaluationModeInput: string;
- Type: string
public readonly evaluationMode: string;
- Type: string
public readonly internalValue: ContainerAttachedClusterBinaryAuthorization;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterErrorsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
wrapsSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
allWithMapKey |
Creating an iterator for this complex list. |
computeFqn |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
get |
No description. |
public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
Creating an iterator for this complex list.
The list will be converted into a map with the mapKeyAttributeName as the key.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): ContainerAttachedClusterErrorsOutputReference
- Type: number
the index of the item to return.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterErrorsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
complexObjectIndex |
number |
the index of this item in the list. |
complexObjectIsFromSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
message |
string |
No description. |
internalValue |
ContainerAttachedClusterErrors |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly message: string;
- Type: string
public readonly internalValue: ContainerAttachedClusterErrors;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterFleetOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
membership |
string |
No description. |
projectInput |
string |
No description. |
project |
string |
No description. |
internalValue |
ContainerAttachedClusterFleet |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly membership: string;
- Type: string
public readonly projectInput: string;
- Type: string
public readonly project: string;
- Type: string
public readonly internalValue: ContainerAttachedClusterFleet;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterLoggingConfigComponentConfigOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetEnableComponents |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetEnableComponents(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
enableComponentsInput |
string[] |
No description. |
enableComponents |
string[] |
No description. |
internalValue |
ContainerAttachedClusterLoggingConfigComponentConfig |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly enableComponentsInput: string[];
- Type: string[]
public readonly enableComponents: string[];
- Type: string[]
public readonly internalValue: ContainerAttachedClusterLoggingConfigComponentConfig;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterLoggingConfigOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putComponentConfig |
No description. |
resetComponentConfig |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putComponentConfig(value: ContainerAttachedClusterLoggingConfigComponentConfig): void
public resetComponentConfig(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
componentConfig |
ContainerAttachedClusterLoggingConfigComponentConfigOutputReference |
No description. |
componentConfigInput |
ContainerAttachedClusterLoggingConfigComponentConfig |
No description. |
internalValue |
ContainerAttachedClusterLoggingConfig |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly componentConfig: ContainerAttachedClusterLoggingConfigComponentConfigOutputReference;
public readonly componentConfigInput: ContainerAttachedClusterLoggingConfigComponentConfig;
public readonly internalValue: ContainerAttachedClusterLoggingConfig;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterMonitoringConfigManagedPrometheusConfigOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetEnabled |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetEnabled(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
enabledInput |
boolean | cdktf.IResolvable |
No description. |
enabled |
boolean | cdktf.IResolvable |
No description. |
internalValue |
ContainerAttachedClusterMonitoringConfigManagedPrometheusConfig |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly enabledInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly enabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly internalValue: ContainerAttachedClusterMonitoringConfigManagedPrometheusConfig;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterMonitoringConfigOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putManagedPrometheusConfig |
No description. |
resetManagedPrometheusConfig |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putManagedPrometheusConfig(value: ContainerAttachedClusterMonitoringConfigManagedPrometheusConfig): void
public resetManagedPrometheusConfig(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
managedPrometheusConfig |
ContainerAttachedClusterMonitoringConfigManagedPrometheusConfigOutputReference |
No description. |
managedPrometheusConfigInput |
ContainerAttachedClusterMonitoringConfigManagedPrometheusConfig |
No description. |
internalValue |
ContainerAttachedClusterMonitoringConfig |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly managedPrometheusConfig: ContainerAttachedClusterMonitoringConfigManagedPrometheusConfigOutputReference;
public readonly managedPrometheusConfigInput: ContainerAttachedClusterMonitoringConfigManagedPrometheusConfig;
public readonly internalValue: ContainerAttachedClusterMonitoringConfig;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterOidcConfigOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetJwks |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetJwks(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
issuerUrlInput |
string |
No description. |
jwksInput |
string |
No description. |
issuerUrl |
string |
No description. |
jwks |
string |
No description. |
internalValue |
ContainerAttachedClusterOidcConfig |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly issuerUrlInput: string;
- Type: string
public readonly jwksInput: string;
- Type: string
public readonly issuerUrl: string;
- Type: string
public readonly jwks: string;
- Type: string
public readonly internalValue: ContainerAttachedClusterOidcConfig;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterProxyConfigKubernetesSecretOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
nameInput |
string |
No description. |
namespaceInput |
string |
No description. |
name |
string |
No description. |
namespace |
string |
No description. |
internalValue |
ContainerAttachedClusterProxyConfigKubernetesSecret |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly nameInput: string;
- Type: string
public readonly namespaceInput: string;
- Type: string
public readonly name: string;
- Type: string
public readonly namespace: string;
- Type: string
public readonly internalValue: ContainerAttachedClusterProxyConfigKubernetesSecret;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterProxyConfigOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putKubernetesSecret |
No description. |
resetKubernetesSecret |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putKubernetesSecret(value: ContainerAttachedClusterProxyConfigKubernetesSecret): void
public resetKubernetesSecret(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
kubernetesSecret |
ContainerAttachedClusterProxyConfigKubernetesSecretOutputReference |
No description. |
kubernetesSecretInput |
ContainerAttachedClusterProxyConfigKubernetesSecret |
No description. |
internalValue |
ContainerAttachedClusterProxyConfig |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly kubernetesSecret: ContainerAttachedClusterProxyConfigKubernetesSecretOutputReference;
public readonly kubernetesSecretInput: ContainerAttachedClusterProxyConfigKubernetesSecret;
public readonly internalValue: ContainerAttachedClusterProxyConfig;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterSecurityPostureConfigOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
vulnerabilityModeInput |
string |
No description. |
vulnerabilityMode |
string |
No description. |
internalValue |
ContainerAttachedClusterSecurityPostureConfig |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly vulnerabilityModeInput: string;
- Type: string
public readonly vulnerabilityMode: string;
- Type: string
public readonly internalValue: ContainerAttachedClusterSecurityPostureConfig;
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterTimeoutsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetCreate |
No description. |
resetDelete |
No description. |
resetUpdate |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetCreate(): void
public resetDelete(): void
public resetUpdate(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
createInput |
string |
No description. |
deleteInput |
string |
No description. |
updateInput |
string |
No description. |
create |
string |
No description. |
delete |
string |
No description. |
update |
string |
No description. |
internalValue |
cdktf.IResolvable | ContainerAttachedClusterTimeouts |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly createInput: string;
- Type: string
public readonly deleteInput: string;
- Type: string
public readonly updateInput: string;
- Type: string
public readonly create: string;
- Type: string
public readonly delete: string;
- Type: string
public readonly update: string;
- Type: string
public readonly internalValue: IResolvable | ContainerAttachedClusterTimeouts;
- Type: cdktf.IResolvable | ContainerAttachedClusterTimeouts
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterWorkloadIdentityConfigList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
wrapsSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
allWithMapKey |
Creating an iterator for this complex list. |
computeFqn |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
get |
No description. |
public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
Creating an iterator for this complex list.
The list will be converted into a map with the mapKeyAttributeName as the key.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): ContainerAttachedClusterWorkloadIdentityConfigOutputReference
- Type: number
the index of the item to return.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
import { containerAttachedCluster } from '@cdktf/provider-google'
new containerAttachedCluster.ContainerAttachedClusterWorkloadIdentityConfigOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
complexObjectIndex |
number |
the index of this item in the list. |
complexObjectIsFromSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
identityProvider |
string |
No description. |
issuerUri |
string |
No description. |
workloadPool |
string |
No description. |
internalValue |
ContainerAttachedClusterWorkloadIdentityConfig |
No description. |
public readonly creationStack: string[];
- Type: 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.
public readonly fqn: string;
- Type: string
public readonly identityProvider: string;
- Type: string
public readonly issuerUri: string;
- Type: string
public readonly workloadPool: string;
- Type: string
public readonly internalValue: ContainerAttachedClusterWorkloadIdentityConfig;