Documentation
¶
Index ¶
- func DremioInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DremioInstance_IsConstruct(x interface{}) *bool
- func DremioInstance_IsTerraformElement(x interface{}) *bool
- func DremioInstance_IsTerraformResource(x interface{}) *bool
- func DremioInstance_TfResourceType() *string
- func NewDremioInstanceAuthenticationAzureadOutputReference_Override(d DremioInstanceAuthenticationAzureadOutputReference, ...)
- func NewDremioInstanceAuthenticationOauthJwtClaimsOutputReference_Override(d DremioInstanceAuthenticationOauthJwtClaimsOutputReference, ...)
- func NewDremioInstanceAuthenticationOauthOutputReference_Override(d DremioInstanceAuthenticationOauthOutputReference, ...)
- func NewDremioInstanceAuthenticationOauthParametersList_Override(d DremioInstanceAuthenticationOauthParametersList, ...)
- func NewDremioInstanceAuthenticationOauthParametersOutputReference_Override(d DremioInstanceAuthenticationOauthParametersOutputReference, ...)
- func NewDremioInstanceAuthenticationOutputReference_Override(d DremioInstanceAuthenticationOutputReference, ...)
- func NewDremioInstanceEndpointsOutputReference_Override(d DremioInstanceEndpointsOutputReference, ...)
- func NewDremioInstanceTimeoutsOutputReference_Override(d DremioInstanceTimeoutsOutputReference, ...)
- func NewDremioInstance_Override(d DremioInstance, scope constructs.Construct, id *string, ...)
- type DremioInstance
- type DremioInstanceAuthentication
- type DremioInstanceAuthenticationAzuread
- type DremioInstanceAuthenticationAzureadOutputReference
- type DremioInstanceAuthenticationOauth
- type DremioInstanceAuthenticationOauthJwtClaims
- type DremioInstanceAuthenticationOauthJwtClaimsOutputReference
- type DremioInstanceAuthenticationOauthOutputReference
- type DremioInstanceAuthenticationOauthParameters
- type DremioInstanceAuthenticationOauthParametersList
- type DremioInstanceAuthenticationOauthParametersOutputReference
- type DremioInstanceAuthenticationOutputReference
- type DremioInstanceConfig
- type DremioInstanceEndpoints
- type DremioInstanceEndpointsOutputReference
- type DremioInstanceTimeouts
- type DremioInstanceTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DremioInstance_GenerateConfigForImport ¶
func DremioInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DremioInstance resource upon running "cdktf plan <stack-name>".
func DremioInstance_IsConstruct ¶
func DremioInstance_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func DremioInstance_IsTerraformElement ¶
func DremioInstance_IsTerraformElement(x interface{}) *bool
Experimental.
func DremioInstance_IsTerraformResource ¶
func DremioInstance_IsTerraformResource(x interface{}) *bool
Experimental.
func DremioInstance_TfResourceType ¶
func DremioInstance_TfResourceType() *string
func NewDremioInstanceAuthenticationAzureadOutputReference_Override ¶
func NewDremioInstanceAuthenticationAzureadOutputReference_Override(d DremioInstanceAuthenticationAzureadOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDremioInstanceAuthenticationOauthJwtClaimsOutputReference_Override ¶
func NewDremioInstanceAuthenticationOauthJwtClaimsOutputReference_Override(d DremioInstanceAuthenticationOauthJwtClaimsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDremioInstanceAuthenticationOauthOutputReference_Override ¶
func NewDremioInstanceAuthenticationOauthOutputReference_Override(d DremioInstanceAuthenticationOauthOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDremioInstanceAuthenticationOauthParametersList_Override ¶
func NewDremioInstanceAuthenticationOauthParametersList_Override(d DremioInstanceAuthenticationOauthParametersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDremioInstanceAuthenticationOauthParametersOutputReference_Override ¶
func NewDremioInstanceAuthenticationOauthParametersOutputReference_Override(d DremioInstanceAuthenticationOauthParametersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDremioInstanceAuthenticationOutputReference_Override ¶
func NewDremioInstanceAuthenticationOutputReference_Override(d DremioInstanceAuthenticationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDremioInstanceEndpointsOutputReference_Override ¶
func NewDremioInstanceEndpointsOutputReference_Override(d DremioInstanceEndpointsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDremioInstanceTimeoutsOutputReference_Override ¶
func NewDremioInstanceTimeoutsOutputReference_Override(d DremioInstanceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDremioInstance_Override ¶
func NewDremioInstance_Override(d DremioInstance, scope constructs.Construct, id *string, config *DremioInstanceConfig)
Create a new {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance stackit_dremio_instance} Resource.
Types ¶
type DremioInstance ¶
type DremioInstance interface {
cdktf.TerraformResource
Authentication() DremioInstanceAuthenticationOutputReference
AuthenticationInput() interface{}
// Experimental.
CdktfStack() cdktf.TerraformStack
// Experimental.
Connection() interface{}
// Experimental.
SetConnection(val interface{})
// Experimental.
ConstructNodeMetadata() *map[string]interface{}
// Experimental.
Count() interface{}
// Experimental.
SetCount(val interface{})
// Experimental.
DependsOn() *[]*string
// Experimental.
SetDependsOn(val *[]*string)
Description() *string
SetDescription(val *string)
DescriptionInput() *string
DisplayName() *string
SetDisplayName(val *string)
DisplayNameInput() *string
Endpoints() DremioInstanceEndpointsOutputReference
// Experimental.
ForEach() cdktf.ITerraformIterator
// Experimental.
SetForEach(val cdktf.ITerraformIterator)
// Experimental.
Fqn() *string
// Experimental.
FriendlyUniqueId() *string
Id() *string
InstanceId() *string
// Experimental.
Lifecycle() *cdktf.TerraformResourceLifecycle
// Experimental.
SetLifecycle(val *cdktf.TerraformResourceLifecycle)
// The tree node.
Node() constructs.Node
ProjectId() *string
SetProjectId(val *string)
ProjectIdInput() *string
// Experimental.
Provider() cdktf.TerraformProvider
// Experimental.
SetProvider(val cdktf.TerraformProvider)
// Experimental.
Provisioners() *[]interface{}
// Experimental.
SetProvisioners(val *[]interface{})
// Experimental.
RawOverrides() interface{}
Region() *string
SetRegion(val *string)
RegionInput() *string
// Experimental.
TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
// Experimental.
TerraformMetaArguments() *map[string]interface{}
// Experimental.
TerraformResourceType() *string
Timeouts() DremioInstanceTimeoutsOutputReference
TimeoutsInput() interface{}
// Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
// Experimental.
AddMoveTarget(moveTarget *string)
// Experimental.
AddOverride(path *string, value interface{})
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
HasResourceMove() interface{}
// Experimental.
ImportFrom(id *string, provider cdktf.TerraformProvider)
// Experimental.
InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable
// Move the resource corresponding to "id" to this resource.
//
// Note that the resource being moved from must be marked as moved using it's instance function.
// Experimental.
MoveFromId(id *string)
// Moves this resource to the target resource given by moveTarget.
// Experimental.
MoveTo(moveTarget *string, index interface{})
// Moves this resource to the resource corresponding to "id".
// Experimental.
MoveToId(id *string)
// Overrides the auto-generated logical ID with a specific ID.
// Experimental.
OverrideLogicalId(newLogicalId *string)
PutAuthentication(value *DremioInstanceAuthentication)
PutTimeouts(value *DremioInstanceTimeouts)
ResetDescription()
// Resets a previously passed logical Id to use the auto-generated logical id again.
// Experimental.
ResetOverrideLogicalId()
ResetRegion()
ResetTimeouts()
SynthesizeAttributes() *map[string]interface{}
SynthesizeHclAttributes() *map[string]interface{}
// Experimental.
ToHclTerraform() interface{}
// Experimental.
ToMetadata() interface{}
// Returns a string representation of this construct.
ToString() *string
// Adds this resource to the terraform JSON output.
// Experimental.
ToTerraform() interface{}
}
Represents a {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance stackit_dremio_instance}.
func NewDremioInstance ¶
func NewDremioInstance(scope constructs.Construct, id *string, config *DremioInstanceConfig) DremioInstance
Create a new {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance stackit_dremio_instance} Resource.
type DremioInstanceAuthentication ¶
type DremioInstanceAuthentication struct {
// Type of authentication (local-only, azuread, oauth).
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#type DremioInstance#type}
Type *string `field:"required" json:"type" yaml:"type"`
// Azure Active Directory authentication configuration.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#azuread DremioInstance#azuread}
Azuread *DremioInstanceAuthenticationAzuread `field:"optional" json:"azuread" yaml:"azuread"`
// OIDC authentication configuration.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#oauth DremioInstance#oauth}
Oauth *DremioInstanceAuthenticationOauth `field:"optional" json:"oauth" yaml:"oauth"`
}
type DremioInstanceAuthenticationAzuread ¶
type DremioInstanceAuthenticationAzuread struct {
// The Azure AD authority URL.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#authority_url DremioInstance#authority_url}
AuthorityUrl *string `field:"required" json:"authorityUrl" yaml:"authorityUrl"`
// The Azure AD client ID.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#client_id DremioInstance#client_id}
ClientId *string `field:"required" json:"clientId" yaml:"clientId"`
// The Azure AD client secret.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#client_secret DremioInstance#client_secret}
ClientSecret *string `field:"required" json:"clientSecret" yaml:"clientSecret"`
}
type DremioInstanceAuthenticationAzureadOutputReference ¶
type DremioInstanceAuthenticationAzureadOutputReference interface {
cdktf.ComplexObject
AuthorityUrl() *string
SetAuthorityUrl(val *string)
AuthorityUrlInput() *string
ClientId() *string
SetClientId(val *string)
ClientIdInput() *string
ClientSecret() *string
SetClientSecret(val *string)
ClientSecretInput() *string
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
RedirectUrl() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDremioInstanceAuthenticationAzureadOutputReference ¶
func NewDremioInstanceAuthenticationAzureadOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DremioInstanceAuthenticationAzureadOutputReference
type DremioInstanceAuthenticationOauth ¶
type DremioInstanceAuthenticationOauth struct {
// The Issuer location URI, where the OIDC provider configuration can be found.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#authority_url DremioInstance#authority_url}
AuthorityUrl *string `field:"required" json:"authorityUrl" yaml:"authorityUrl"`
// The client ID assigned by the Identity Provider.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#client_id DremioInstance#client_id}
ClientId *string `field:"required" json:"clientId" yaml:"clientId"`
// The client secret generated by the Identity Provider.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#client_secret DremioInstance#client_secret}
ClientSecret *string `field:"required" json:"clientSecret" yaml:"clientSecret"`
// Maps fields from the JWT token to fields Dremio requires.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#jwt_claims DremioInstance#jwt_claims}
JwtClaims *DremioInstanceAuthenticationOauthJwtClaims `field:"required" json:"jwtClaims" yaml:"jwtClaims"`
// Any additional parameters the Identity Provider requires.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#parameters DremioInstance#parameters}
Parameters interface{} `field:"optional" json:"parameters" yaml:"parameters"`
// A list of space-separated scopes. The `openid` scope is always required; other scopes can vary by provider.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#scope DremioInstance#scope}
Scope *string `field:"optional" json:"scope" yaml:"scope"`
}
type DremioInstanceAuthenticationOauthJwtClaims ¶
type DremioInstanceAuthenticationOauthJwtClaims struct {
// Mapped user name claim (e.g. email).
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#user_name DremioInstance#user_name}
UserName *string `field:"required" json:"userName" yaml:"userName"`
}
type DremioInstanceAuthenticationOauthJwtClaimsOutputReference ¶
type DremioInstanceAuthenticationOauthJwtClaimsOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
UserName() *string
SetUserName(val *string)
UserNameInput() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDremioInstanceAuthenticationOauthJwtClaimsOutputReference ¶
func NewDremioInstanceAuthenticationOauthJwtClaimsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DremioInstanceAuthenticationOauthJwtClaimsOutputReference
type DremioInstanceAuthenticationOauthOutputReference ¶
type DremioInstanceAuthenticationOauthOutputReference interface {
cdktf.ComplexObject
AuthorityUrl() *string
SetAuthorityUrl(val *string)
AuthorityUrlInput() *string
ClientId() *string
SetClientId(val *string)
ClientIdInput() *string
ClientSecret() *string
SetClientSecret(val *string)
ClientSecretInput() *string
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
JwtClaims() DremioInstanceAuthenticationOauthJwtClaimsOutputReference
JwtClaimsInput() interface{}
Parameters() DremioInstanceAuthenticationOauthParametersList
ParametersInput() interface{}
RedirectUrl() *string
Scope() *string
SetScope(val *string)
ScopeInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
PutJwtClaims(value *DremioInstanceAuthenticationOauthJwtClaims)
PutParameters(value interface{})
ResetParameters()
ResetScope()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDremioInstanceAuthenticationOauthOutputReference ¶
func NewDremioInstanceAuthenticationOauthOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DremioInstanceAuthenticationOauthOutputReference
type DremioInstanceAuthenticationOauthParameters ¶
type DremioInstanceAuthenticationOauthParameters struct {
// Parameter name.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#name DremioInstance#name}
Name *string `field:"required" json:"name" yaml:"name"`
// Parameter value.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#value DremioInstance#value}
Value *string `field:"required" json:"value" yaml:"value"`
}
type DremioInstanceAuthenticationOauthParametersList ¶
type DremioInstanceAuthenticationOauthParametersList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) DremioInstanceAuthenticationOauthParametersOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDremioInstanceAuthenticationOauthParametersList ¶
func NewDremioInstanceAuthenticationOauthParametersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DremioInstanceAuthenticationOauthParametersList
type DremioInstanceAuthenticationOauthParametersOutputReference ¶
type DremioInstanceAuthenticationOauthParametersOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
Name() *string
SetName(val *string)
NameInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Value() *string
SetValue(val *string)
ValueInput() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDremioInstanceAuthenticationOauthParametersOutputReference ¶
func NewDremioInstanceAuthenticationOauthParametersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DremioInstanceAuthenticationOauthParametersOutputReference
type DremioInstanceAuthenticationOutputReference ¶
type DremioInstanceAuthenticationOutputReference interface {
cdktf.ComplexObject
Azuread() DremioInstanceAuthenticationAzureadOutputReference
AzureadInput() interface{}
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
Oauth() DremioInstanceAuthenticationOauthOutputReference
OauthInput() interface{}
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Type() *string
SetType(val *string)
TypeInput() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
PutAzuread(value *DremioInstanceAuthenticationAzuread)
PutOauth(value *DremioInstanceAuthenticationOauth)
ResetAzuread()
ResetOauth()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDremioInstanceAuthenticationOutputReference ¶
func NewDremioInstanceAuthenticationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DremioInstanceAuthenticationOutputReference
type DremioInstanceConfig ¶
type DremioInstanceConfig struct {
// Experimental.
Connection interface{} `field:"optional" json:"connection" yaml:"connection"`
// Experimental.
Count interface{} `field:"optional" json:"count" yaml:"count"`
// Experimental.
DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"`
// Experimental.
ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"`
// Experimental.
Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"`
// Experimental.
Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"`
// Experimental.
Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"`
// Dremio instance authentication settings. A change here triggers a Dremio restart and will incur downtime.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#authentication DremioInstance#authentication}
Authentication *DremioInstanceAuthentication `field:"required" json:"authentication" yaml:"authentication"`
// The display name is a short name chosen by the user to identify the resource.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#display_name DremioInstance#display_name}
DisplayName *string `field:"required" json:"displayName" yaml:"displayName"`
// STACKIT Project ID to which the resource is associated.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#project_id DremioInstance#project_id}
ProjectId *string `field:"required" json:"projectId" yaml:"projectId"`
// The description is a longer text chosen by the user to provide more context for the resource.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#description DremioInstance#description}
Description *string `field:"optional" json:"description" yaml:"description"`
// The STACKIT region name the resource is located in. If not defined, the provider region is used.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#region DremioInstance#region}
Region *string `field:"optional" json:"region" yaml:"region"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#timeouts DremioInstance#timeouts}.
Timeouts *DremioInstanceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"`
}
type DremioInstanceEndpoints ¶
type DremioInstanceEndpoints struct {
}
type DremioInstanceEndpointsOutputReference ¶
type DremioInstanceEndpointsOutputReference interface {
cdktf.ComplexObject
ArrowFlight() *string
Catalog() *string
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *DremioInstanceEndpoints
SetInternalValue(val *DremioInstanceEndpoints)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Ui() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDremioInstanceEndpointsOutputReference ¶
func NewDremioInstanceEndpointsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DremioInstanceEndpointsOutputReference
type DremioInstanceTimeouts ¶
type DremioInstanceTimeouts struct {
// A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#create DremioInstance#create}
Create *string `field:"optional" json:"create" yaml:"create"`
// A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#delete DremioInstance#delete}
Delete *string `field:"optional" json:"delete" yaml:"delete"`
// A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#read DremioInstance#read}
Read *string `field:"optional" json:"read" yaml:"read"`
// A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/stackitcloud/stackit/0.106.0/docs/resources/dremio_instance#update DremioInstance#update}
Update *string `field:"optional" json:"update" yaml:"update"`
}
type DremioInstanceTimeoutsOutputReference ¶
type DremioInstanceTimeoutsOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
Create() *string
SetCreate(val *string)
CreateInput() *string
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
Delete() *string
SetDelete(val *string)
DeleteInput() *string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
Read() *string
SetRead(val *string)
ReadInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Update() *string
SetUpdate(val *string)
UpdateInput() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetCreate()
ResetDelete()
ResetRead()
ResetUpdate()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDremioInstanceTimeoutsOutputReference ¶
func NewDremioInstanceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DremioInstanceTimeoutsOutputReference
Source Files
¶
- DremioInstance.go
- DremioInstanceAuthentication.go
- DremioInstanceAuthenticationAzuread.go
- DremioInstanceAuthenticationAzureadOutputReference.go
- DremioInstanceAuthenticationAzureadOutputReference__checks.go
- DremioInstanceAuthenticationOauth.go
- DremioInstanceAuthenticationOauthJwtClaims.go
- DremioInstanceAuthenticationOauthJwtClaimsOutputReference.go
- DremioInstanceAuthenticationOauthJwtClaimsOutputReference__checks.go
- DremioInstanceAuthenticationOauthOutputReference.go
- DremioInstanceAuthenticationOauthOutputReference__checks.go
- DremioInstanceAuthenticationOauthParameters.go
- DremioInstanceAuthenticationOauthParametersList.go
- DremioInstanceAuthenticationOauthParametersList__checks.go
- DremioInstanceAuthenticationOauthParametersOutputReference.go
- DremioInstanceAuthenticationOauthParametersOutputReference__checks.go
- DremioInstanceAuthenticationOutputReference.go
- DremioInstanceAuthenticationOutputReference__checks.go
- DremioInstanceConfig.go
- DremioInstanceEndpoints.go
- DremioInstanceEndpointsOutputReference.go
- DremioInstanceEndpointsOutputReference__checks.go
- DremioInstanceTimeouts.go
- DremioInstanceTimeoutsOutputReference.go
- DremioInstanceTimeoutsOutputReference__checks.go
- DremioInstance__checks.go
- main.go