Documentation ¶
Index ¶
- func MemorystoreInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func MemorystoreInstance_IsConstruct(x interface{}) *bool
- func MemorystoreInstance_IsTerraformElement(x interface{}) *bool
- func MemorystoreInstance_IsTerraformResource(x interface{}) *bool
- func MemorystoreInstance_TfResourceType() *string
- func NewMemorystoreInstanceDesiredPscAutoConnectionsList_Override(m MemorystoreInstanceDesiredPscAutoConnectionsList, ...)
- func NewMemorystoreInstanceDesiredPscAutoConnectionsOutputReference_Override(m MemorystoreInstanceDesiredPscAutoConnectionsOutputReference, ...)
- func NewMemorystoreInstanceDiscoveryEndpointsList_Override(m MemorystoreInstanceDiscoveryEndpointsList, ...)
- func NewMemorystoreInstanceDiscoveryEndpointsOutputReference_Override(m MemorystoreInstanceDiscoveryEndpointsOutputReference, ...)
- func NewMemorystoreInstanceNodeConfigList_Override(m MemorystoreInstanceNodeConfigList, ...)
- func NewMemorystoreInstanceNodeConfigOutputReference_Override(m MemorystoreInstanceNodeConfigOutputReference, ...)
- func NewMemorystoreInstancePersistenceConfigAofConfigOutputReference_Override(m MemorystoreInstancePersistenceConfigAofConfigOutputReference, ...)
- func NewMemorystoreInstancePersistenceConfigOutputReference_Override(m MemorystoreInstancePersistenceConfigOutputReference, ...)
- func NewMemorystoreInstancePersistenceConfigRdbConfigOutputReference_Override(m MemorystoreInstancePersistenceConfigRdbConfigOutputReference, ...)
- func NewMemorystoreInstancePscAutoConnectionsList_Override(m MemorystoreInstancePscAutoConnectionsList, ...)
- func NewMemorystoreInstancePscAutoConnectionsOutputReference_Override(m MemorystoreInstancePscAutoConnectionsOutputReference, ...)
- func NewMemorystoreInstanceStateInfoList_Override(m MemorystoreInstanceStateInfoList, ...)
- func NewMemorystoreInstanceStateInfoOutputReference_Override(m MemorystoreInstanceStateInfoOutputReference, ...)
- func NewMemorystoreInstanceStateInfoUpdateInfoList_Override(m MemorystoreInstanceStateInfoUpdateInfoList, ...)
- func NewMemorystoreInstanceStateInfoUpdateInfoOutputReference_Override(m MemorystoreInstanceStateInfoUpdateInfoOutputReference, ...)
- func NewMemorystoreInstanceTimeoutsOutputReference_Override(m MemorystoreInstanceTimeoutsOutputReference, ...)
- func NewMemorystoreInstanceZoneDistributionConfigOutputReference_Override(m MemorystoreInstanceZoneDistributionConfigOutputReference, ...)
- func NewMemorystoreInstance_Override(m MemorystoreInstance, scope constructs.Construct, id *string, ...)
- type MemorystoreInstance
- type MemorystoreInstanceConfig
- type MemorystoreInstanceDesiredPscAutoConnections
- type MemorystoreInstanceDesiredPscAutoConnectionsList
- type MemorystoreInstanceDesiredPscAutoConnectionsOutputReference
- type MemorystoreInstanceDiscoveryEndpoints
- type MemorystoreInstanceDiscoveryEndpointsList
- type MemorystoreInstanceDiscoveryEndpointsOutputReference
- type MemorystoreInstanceNodeConfig
- type MemorystoreInstanceNodeConfigList
- type MemorystoreInstanceNodeConfigOutputReference
- type MemorystoreInstancePersistenceConfig
- type MemorystoreInstancePersistenceConfigAofConfig
- type MemorystoreInstancePersistenceConfigAofConfigOutputReference
- type MemorystoreInstancePersistenceConfigOutputReference
- type MemorystoreInstancePersistenceConfigRdbConfig
- type MemorystoreInstancePersistenceConfigRdbConfigOutputReference
- type MemorystoreInstancePscAutoConnections
- type MemorystoreInstancePscAutoConnectionsList
- type MemorystoreInstancePscAutoConnectionsOutputReference
- type MemorystoreInstanceStateInfo
- type MemorystoreInstanceStateInfoList
- type MemorystoreInstanceStateInfoOutputReference
- type MemorystoreInstanceStateInfoUpdateInfo
- type MemorystoreInstanceStateInfoUpdateInfoList
- type MemorystoreInstanceStateInfoUpdateInfoOutputReference
- type MemorystoreInstanceTimeouts
- type MemorystoreInstanceTimeoutsOutputReference
- type MemorystoreInstanceZoneDistributionConfig
- type MemorystoreInstanceZoneDistributionConfigOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MemorystoreInstance_GenerateConfigForImport ¶
func MemorystoreInstance_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a MemorystoreInstance resource upon running "cdktf plan <stack-name>".
func MemorystoreInstance_IsConstruct ¶
func MemorystoreInstance_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 MemorystoreInstance_IsTerraformElement ¶
func MemorystoreInstance_IsTerraformElement(x interface{}) *bool
Experimental.
func MemorystoreInstance_IsTerraformResource ¶
func MemorystoreInstance_IsTerraformResource(x interface{}) *bool
Experimental.
func MemorystoreInstance_TfResourceType ¶
func MemorystoreInstance_TfResourceType() *string
func NewMemorystoreInstanceDesiredPscAutoConnectionsList_Override ¶
func NewMemorystoreInstanceDesiredPscAutoConnectionsList_Override(m MemorystoreInstanceDesiredPscAutoConnectionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMemorystoreInstanceDesiredPscAutoConnectionsOutputReference_Override ¶
func NewMemorystoreInstanceDesiredPscAutoConnectionsOutputReference_Override(m MemorystoreInstanceDesiredPscAutoConnectionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMemorystoreInstanceDiscoveryEndpointsList_Override ¶
func NewMemorystoreInstanceDiscoveryEndpointsList_Override(m MemorystoreInstanceDiscoveryEndpointsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMemorystoreInstanceDiscoveryEndpointsOutputReference_Override ¶
func NewMemorystoreInstanceDiscoveryEndpointsOutputReference_Override(m MemorystoreInstanceDiscoveryEndpointsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMemorystoreInstanceNodeConfigList_Override ¶
func NewMemorystoreInstanceNodeConfigList_Override(m MemorystoreInstanceNodeConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMemorystoreInstanceNodeConfigOutputReference_Override ¶
func NewMemorystoreInstanceNodeConfigOutputReference_Override(m MemorystoreInstanceNodeConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMemorystoreInstancePersistenceConfigAofConfigOutputReference_Override ¶
func NewMemorystoreInstancePersistenceConfigAofConfigOutputReference_Override(m MemorystoreInstancePersistenceConfigAofConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMemorystoreInstancePersistenceConfigOutputReference_Override ¶
func NewMemorystoreInstancePersistenceConfigOutputReference_Override(m MemorystoreInstancePersistenceConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMemorystoreInstancePersistenceConfigRdbConfigOutputReference_Override ¶
func NewMemorystoreInstancePersistenceConfigRdbConfigOutputReference_Override(m MemorystoreInstancePersistenceConfigRdbConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMemorystoreInstancePscAutoConnectionsList_Override ¶
func NewMemorystoreInstancePscAutoConnectionsList_Override(m MemorystoreInstancePscAutoConnectionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMemorystoreInstancePscAutoConnectionsOutputReference_Override ¶
func NewMemorystoreInstancePscAutoConnectionsOutputReference_Override(m MemorystoreInstancePscAutoConnectionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMemorystoreInstanceStateInfoList_Override ¶
func NewMemorystoreInstanceStateInfoList_Override(m MemorystoreInstanceStateInfoList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMemorystoreInstanceStateInfoOutputReference_Override ¶
func NewMemorystoreInstanceStateInfoOutputReference_Override(m MemorystoreInstanceStateInfoOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMemorystoreInstanceStateInfoUpdateInfoList_Override ¶
func NewMemorystoreInstanceStateInfoUpdateInfoList_Override(m MemorystoreInstanceStateInfoUpdateInfoList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMemorystoreInstanceStateInfoUpdateInfoOutputReference_Override ¶
func NewMemorystoreInstanceStateInfoUpdateInfoOutputReference_Override(m MemorystoreInstanceStateInfoUpdateInfoOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMemorystoreInstanceTimeoutsOutputReference_Override ¶
func NewMemorystoreInstanceTimeoutsOutputReference_Override(m MemorystoreInstanceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMemorystoreInstanceZoneDistributionConfigOutputReference_Override ¶
func NewMemorystoreInstanceZoneDistributionConfigOutputReference_Override(m MemorystoreInstanceZoneDistributionConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMemorystoreInstance_Override ¶
func NewMemorystoreInstance_Override(m MemorystoreInstance, scope constructs.Construct, id *string, config *MemorystoreInstanceConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance google_memorystore_instance} Resource.
Types ¶
type MemorystoreInstance ¶
type MemorystoreInstance interface { cdktf.TerraformResource AuthorizationMode() *string SetAuthorizationMode(val *string) AuthorizationModeInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string DeletionProtectionEnabled() interface{} SetDeletionProtectionEnabled(val interface{}) DeletionProtectionEnabledInput() interface{} // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DesiredPscAutoConnections() MemorystoreInstanceDesiredPscAutoConnectionsList DesiredPscAutoConnectionsInput() interface{} DiscoveryEndpoints() MemorystoreInstanceDiscoveryEndpointsList EffectiveLabels() cdktf.StringMap Endpoints() cdktf.StringListList EngineConfigs() *map[string]*string SetEngineConfigs(val *map[string]*string) EngineConfigsInput() *map[string]*string EngineVersion() *string SetEngineVersion(val *string) EngineVersionInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string InstanceId() *string SetInstanceId(val *string) InstanceIdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Mode() *string SetMode(val *string) ModeInput() *string Name() *string // The tree node. Node() constructs.Node NodeConfig() MemorystoreInstanceNodeConfigList NodeType() *string SetNodeType(val *string) NodeTypeInput() *string PersistenceConfig() MemorystoreInstancePersistenceConfigOutputReference PersistenceConfigInput() *MemorystoreInstancePersistenceConfig Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PscAutoConnections() MemorystoreInstancePscAutoConnectionsList // Experimental. RawOverrides() interface{} ReplicaCount() *float64 SetReplicaCount(val *float64) ReplicaCountInput() *float64 ShardCount() *float64 SetShardCount(val *float64) ShardCountInput() *float64 State() *string StateInfo() MemorystoreInstanceStateInfoList // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() MemorystoreInstanceTimeoutsOutputReference TimeoutsInput() interface{} TransitEncryptionMode() *string SetTransitEncryptionMode(val *string) TransitEncryptionModeInput() *string Uid() *string UpdateTime() *string ZoneDistributionConfig() MemorystoreInstanceZoneDistributionConfigOutputReference ZoneDistributionConfigInput() *MemorystoreInstanceZoneDistributionConfig // 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) PutDesiredPscAutoConnections(value interface{}) PutPersistenceConfig(value *MemorystoreInstancePersistenceConfig) PutTimeouts(value *MemorystoreInstanceTimeouts) PutZoneDistributionConfig(value *MemorystoreInstanceZoneDistributionConfig) ResetAuthorizationMode() ResetDeletionProtectionEnabled() ResetEngineConfigs() ResetEngineVersion() ResetId() ResetLabels() ResetMode() ResetNodeType() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPersistenceConfig() ResetProject() ResetReplicaCount() ResetTimeouts() ResetTransitEncryptionMode() ResetZoneDistributionConfig() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance google_memorystore_instance}.
func NewMemorystoreInstance ¶
func NewMemorystoreInstance(scope constructs.Construct, id *string, config *MemorystoreInstanceConfig) MemorystoreInstance
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance google_memorystore_instance} Resource.
type MemorystoreInstanceConfig ¶
type MemorystoreInstanceConfig 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"` // desired_psc_auto_connections block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#desired_psc_auto_connections MemorystoreInstance#desired_psc_auto_connections} DesiredPscAutoConnections interface{} `field:"required" json:"desiredPscAutoConnections" yaml:"desiredPscAutoConnections"` // Required. The ID to use for the instance, which will become the final component of the instance's resource name. // // This value is subject to the following restrictions: // // * Must be 4-63 characters in length // * Must begin with a letter or digit // * Must contain only lowercase letters, digits, and hyphens // * Must not end with a hyphen // * Must be unique within a location // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#instance_id MemorystoreInstance#instance_id} InstanceId *string `field:"required" json:"instanceId" yaml:"instanceId"` // Resource ID segment making up resource 'name'. // // It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type 'memorystore.googleapis.com/CertificateAuthority'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#location MemorystoreInstance#location} Location *string `field:"required" json:"location" yaml:"location"` // Required. Number of shards for the instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#shard_count MemorystoreInstance#shard_count} ShardCount *float64 `field:"required" json:"shardCount" yaml:"shardCount"` // Optional. Immutable. Authorization mode of the instance. Possible values: AUTH_DISABLED IAM_AUTH. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#authorization_mode MemorystoreInstance#authorization_mode} AuthorizationMode *string `field:"optional" json:"authorizationMode" yaml:"authorizationMode"` // Optional. If set to true deletion of the instance will fail. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#deletion_protection_enabled MemorystoreInstance#deletion_protection_enabled} DeletionProtectionEnabled interface{} `field:"optional" json:"deletionProtectionEnabled" yaml:"deletionProtectionEnabled"` // Optional. User-provided engine configurations for the instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#engine_configs MemorystoreInstance#engine_configs} EngineConfigs *map[string]*string `field:"optional" json:"engineConfigs" yaml:"engineConfigs"` // Optional. Immutable. Engine version of the instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#engine_version MemorystoreInstance#engine_version} EngineVersion *string `field:"optional" json:"engineVersion" yaml:"engineVersion"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#id MemorystoreInstance#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Optional. Labels to represent user-provided metadata. // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#labels MemorystoreInstance#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Optional. Standalone or cluster. Possible values: CLUSTER STANDALONE Possible values: ["CLUSTER", "STANDALONE"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#mode MemorystoreInstance#mode} Mode *string `field:"optional" json:"mode" yaml:"mode"` // Optional. Immutable. Machine type for individual nodes of the instance. Possible values: SHARED_CORE_NANO HIGHMEM_MEDIUM HIGHMEM_XLARGE STANDARD_SMALL. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#node_type MemorystoreInstance#node_type} NodeType *string `field:"optional" json:"nodeType" yaml:"nodeType"` // persistence_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#persistence_config MemorystoreInstance#persistence_config} PersistenceConfig *MemorystoreInstancePersistenceConfig `field:"optional" json:"persistenceConfig" yaml:"persistenceConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#project MemorystoreInstance#project}. Project *string `field:"optional" json:"project" yaml:"project"` // Optional. Number of replica nodes per shard. If omitted the default is 0 replicas. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#replica_count MemorystoreInstance#replica_count} ReplicaCount *float64 `field:"optional" json:"replicaCount" yaml:"replicaCount"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#timeouts MemorystoreInstance#timeouts} Timeouts *MemorystoreInstanceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Optional. Immutable. In-transit encryption mode of the instance. Possible values: TRANSIT_ENCRYPTION_DISABLED SERVER_AUTHENTICATION. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#transit_encryption_mode MemorystoreInstance#transit_encryption_mode} TransitEncryptionMode *string `field:"optional" json:"transitEncryptionMode" yaml:"transitEncryptionMode"` // zone_distribution_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#zone_distribution_config MemorystoreInstance#zone_distribution_config} ZoneDistributionConfig *MemorystoreInstanceZoneDistributionConfig `field:"optional" json:"zoneDistributionConfig" yaml:"zoneDistributionConfig"` }
type MemorystoreInstanceDesiredPscAutoConnections ¶
type MemorystoreInstanceDesiredPscAutoConnections struct { // Required. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#network MemorystoreInstance#network} Network *string `field:"required" json:"network" yaml:"network"` // Required. The consumer project_id where the forwarding rule is created from. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#project_id MemorystoreInstance#project_id} ProjectId *string `field:"required" json:"projectId" yaml:"projectId"` }
type MemorystoreInstanceDesiredPscAutoConnectionsList ¶
type MemorystoreInstanceDesiredPscAutoConnectionsList 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) MemorystoreInstanceDesiredPscAutoConnectionsOutputReference // 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 NewMemorystoreInstanceDesiredPscAutoConnectionsList ¶
func NewMemorystoreInstanceDesiredPscAutoConnectionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MemorystoreInstanceDesiredPscAutoConnectionsList
type MemorystoreInstanceDesiredPscAutoConnectionsOutputReference ¶
type MemorystoreInstanceDesiredPscAutoConnectionsOutputReference 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{}) Network() *string SetNetwork(val *string) NetworkInput() *string ProjectId() *string SetProjectId(val *string) ProjectIdInput() *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 NewMemorystoreInstanceDesiredPscAutoConnectionsOutputReference ¶
func NewMemorystoreInstanceDesiredPscAutoConnectionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MemorystoreInstanceDesiredPscAutoConnectionsOutputReference
type MemorystoreInstanceDiscoveryEndpoints ¶
type MemorystoreInstanceDiscoveryEndpoints struct { }
type MemorystoreInstanceDiscoveryEndpointsList ¶
type MemorystoreInstanceDiscoveryEndpointsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) MemorystoreInstanceDiscoveryEndpointsOutputReference // 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 NewMemorystoreInstanceDiscoveryEndpointsList ¶
func NewMemorystoreInstanceDiscoveryEndpointsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MemorystoreInstanceDiscoveryEndpointsList
type MemorystoreInstanceDiscoveryEndpointsOutputReference ¶
type MemorystoreInstanceDiscoveryEndpointsOutputReference interface { cdktf.ComplexObject Address() *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() *MemorystoreInstanceDiscoveryEndpoints SetInternalValue(val *MemorystoreInstanceDiscoveryEndpoints) Network() *string Port() *float64 // 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 NewMemorystoreInstanceDiscoveryEndpointsOutputReference ¶
func NewMemorystoreInstanceDiscoveryEndpointsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MemorystoreInstanceDiscoveryEndpointsOutputReference
type MemorystoreInstanceNodeConfig ¶
type MemorystoreInstanceNodeConfig struct { }
type MemorystoreInstanceNodeConfigList ¶
type MemorystoreInstanceNodeConfigList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) MemorystoreInstanceNodeConfigOutputReference // 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 NewMemorystoreInstanceNodeConfigList ¶
func NewMemorystoreInstanceNodeConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MemorystoreInstanceNodeConfigList
type MemorystoreInstanceNodeConfigOutputReference ¶
type MemorystoreInstanceNodeConfigOutputReference 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() *MemorystoreInstanceNodeConfig SetInternalValue(val *MemorystoreInstanceNodeConfig) SizeGb() *float64 // 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 NewMemorystoreInstanceNodeConfigOutputReference ¶
func NewMemorystoreInstanceNodeConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MemorystoreInstanceNodeConfigOutputReference
type MemorystoreInstancePersistenceConfig ¶
type MemorystoreInstancePersistenceConfig struct { // aof_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#aof_config MemorystoreInstance#aof_config} AofConfig *MemorystoreInstancePersistenceConfigAofConfig `field:"optional" json:"aofConfig" yaml:"aofConfig"` // Optional. Current persistence mode. Possible values: DISABLED RDB AOF Possible values: ["DISABLED", "RDB", "AOF"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#mode MemorystoreInstance#mode} Mode *string `field:"optional" json:"mode" yaml:"mode"` // rdb_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#rdb_config MemorystoreInstance#rdb_config} RdbConfig *MemorystoreInstancePersistenceConfigRdbConfig `field:"optional" json:"rdbConfig" yaml:"rdbConfig"` }
type MemorystoreInstancePersistenceConfigAofConfig ¶
type MemorystoreInstancePersistenceConfigAofConfig struct { // Optional. The fsync mode. Possible values: NEVER EVERY_SEC ALWAYS. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#append_fsync MemorystoreInstance#append_fsync} AppendFsync *string `field:"optional" json:"appendFsync" yaml:"appendFsync"` }
type MemorystoreInstancePersistenceConfigAofConfigOutputReference ¶
type MemorystoreInstancePersistenceConfigAofConfigOutputReference interface { cdktf.ComplexObject AppendFsync() *string SetAppendFsync(val *string) AppendFsyncInput() *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() *MemorystoreInstancePersistenceConfigAofConfig SetInternalValue(val *MemorystoreInstancePersistenceConfigAofConfig) // 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 ResetAppendFsync() // 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 NewMemorystoreInstancePersistenceConfigAofConfigOutputReference ¶
func NewMemorystoreInstancePersistenceConfigAofConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MemorystoreInstancePersistenceConfigAofConfigOutputReference
type MemorystoreInstancePersistenceConfigOutputReference ¶
type MemorystoreInstancePersistenceConfigOutputReference interface { cdktf.ComplexObject AofConfig() MemorystoreInstancePersistenceConfigAofConfigOutputReference AofConfigInput() *MemorystoreInstancePersistenceConfigAofConfig // 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() *MemorystoreInstancePersistenceConfig SetInternalValue(val *MemorystoreInstancePersistenceConfig) Mode() *string SetMode(val *string) ModeInput() *string RdbConfig() MemorystoreInstancePersistenceConfigRdbConfigOutputReference RdbConfigInput() *MemorystoreInstancePersistenceConfigRdbConfig // 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 PutAofConfig(value *MemorystoreInstancePersistenceConfigAofConfig) PutRdbConfig(value *MemorystoreInstancePersistenceConfigRdbConfig) ResetAofConfig() ResetMode() ResetRdbConfig() // 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 NewMemorystoreInstancePersistenceConfigOutputReference ¶
func NewMemorystoreInstancePersistenceConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MemorystoreInstancePersistenceConfigOutputReference
type MemorystoreInstancePersistenceConfigRdbConfig ¶
type MemorystoreInstancePersistenceConfigRdbConfig struct { // Optional. Period between RDB snapshots. Possible values: ONE_HOUR SIX_HOURS TWELVE_HOURS TWENTY_FOUR_HOURS. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#rdb_snapshot_period MemorystoreInstance#rdb_snapshot_period} RdbSnapshotPeriod *string `field:"optional" json:"rdbSnapshotPeriod" yaml:"rdbSnapshotPeriod"` // Optional. // // Time that the first snapshot was/will be attempted, and to which future // snapshots will be aligned. If not provided, the current time will be // used. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#rdb_snapshot_start_time MemorystoreInstance#rdb_snapshot_start_time} RdbSnapshotStartTime *string `field:"optional" json:"rdbSnapshotStartTime" yaml:"rdbSnapshotStartTime"` }
type MemorystoreInstancePersistenceConfigRdbConfigOutputReference ¶
type MemorystoreInstancePersistenceConfigRdbConfigOutputReference 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() *MemorystoreInstancePersistenceConfigRdbConfig SetInternalValue(val *MemorystoreInstancePersistenceConfigRdbConfig) RdbSnapshotPeriod() *string SetRdbSnapshotPeriod(val *string) RdbSnapshotPeriodInput() *string RdbSnapshotStartTime() *string SetRdbSnapshotStartTime(val *string) RdbSnapshotStartTimeInput() *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 ResetRdbSnapshotPeriod() ResetRdbSnapshotStartTime() // 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 NewMemorystoreInstancePersistenceConfigRdbConfigOutputReference ¶
func NewMemorystoreInstancePersistenceConfigRdbConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MemorystoreInstancePersistenceConfigRdbConfigOutputReference
type MemorystoreInstancePscAutoConnections ¶
type MemorystoreInstancePscAutoConnections struct { }
type MemorystoreInstancePscAutoConnectionsList ¶
type MemorystoreInstancePscAutoConnectionsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) MemorystoreInstancePscAutoConnectionsOutputReference // 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 NewMemorystoreInstancePscAutoConnectionsList ¶
func NewMemorystoreInstancePscAutoConnectionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MemorystoreInstancePscAutoConnectionsList
type MemorystoreInstancePscAutoConnectionsOutputReference ¶
type MemorystoreInstancePscAutoConnectionsOutputReference 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) ConnectionType() *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 ForwardingRule() *string // Experimental. Fqn() *string InternalValue() *MemorystoreInstancePscAutoConnections SetInternalValue(val *MemorystoreInstancePscAutoConnections) IpAddress() *string Network() *string Port() *float64 ProjectId() *string PscConnectionId() *string PscConnectionStatus() *string ServiceAttachment() *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 NewMemorystoreInstancePscAutoConnectionsOutputReference ¶
func NewMemorystoreInstancePscAutoConnectionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MemorystoreInstancePscAutoConnectionsOutputReference
type MemorystoreInstanceStateInfo ¶
type MemorystoreInstanceStateInfo struct { }
type MemorystoreInstanceStateInfoList ¶
type MemorystoreInstanceStateInfoList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) MemorystoreInstanceStateInfoOutputReference // 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 NewMemorystoreInstanceStateInfoList ¶
func NewMemorystoreInstanceStateInfoList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MemorystoreInstanceStateInfoList
type MemorystoreInstanceStateInfoOutputReference ¶
type MemorystoreInstanceStateInfoOutputReference 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() *MemorystoreInstanceStateInfo SetInternalValue(val *MemorystoreInstanceStateInfo) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UpdateInfo() MemorystoreInstanceStateInfoUpdateInfoList // 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 NewMemorystoreInstanceStateInfoOutputReference ¶
func NewMemorystoreInstanceStateInfoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MemorystoreInstanceStateInfoOutputReference
type MemorystoreInstanceStateInfoUpdateInfo ¶
type MemorystoreInstanceStateInfoUpdateInfo struct { }
type MemorystoreInstanceStateInfoUpdateInfoList ¶
type MemorystoreInstanceStateInfoUpdateInfoList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) MemorystoreInstanceStateInfoUpdateInfoOutputReference // 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 NewMemorystoreInstanceStateInfoUpdateInfoList ¶
func NewMemorystoreInstanceStateInfoUpdateInfoList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MemorystoreInstanceStateInfoUpdateInfoList
type MemorystoreInstanceStateInfoUpdateInfoOutputReference ¶
type MemorystoreInstanceStateInfoUpdateInfoOutputReference 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() *MemorystoreInstanceStateInfoUpdateInfo SetInternalValue(val *MemorystoreInstanceStateInfoUpdateInfo) TargetReplicaCount() *float64 TargetShardCount() *float64 // 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 NewMemorystoreInstanceStateInfoUpdateInfoOutputReference ¶
func NewMemorystoreInstanceStateInfoUpdateInfoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MemorystoreInstanceStateInfoUpdateInfoOutputReference
type MemorystoreInstanceTimeouts ¶
type MemorystoreInstanceTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#create MemorystoreInstance#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#delete MemorystoreInstance#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#update MemorystoreInstance#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type MemorystoreInstanceTimeoutsOutputReference ¶
type MemorystoreInstanceTimeoutsOutputReference 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{}) // 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() 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 NewMemorystoreInstanceTimeoutsOutputReference ¶
func NewMemorystoreInstanceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MemorystoreInstanceTimeoutsOutputReference
type MemorystoreInstanceZoneDistributionConfig ¶
type MemorystoreInstanceZoneDistributionConfig struct { // Optional. Current zone distribution mode. Defaults to MULTI_ZONE. Possible values: MULTI_ZONE SINGLE_ZONE Possible values: ["MULTI_ZONE", "SINGLE_ZONE"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#mode MemorystoreInstance#mode} Mode *string `field:"optional" json:"mode" yaml:"mode"` // Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/resources/memorystore_instance#zone MemorystoreInstance#zone} Zone *string `field:"optional" json:"zone" yaml:"zone"` }
type MemorystoreInstanceZoneDistributionConfigOutputReference ¶
type MemorystoreInstanceZoneDistributionConfigOutputReference 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() *MemorystoreInstanceZoneDistributionConfig SetInternalValue(val *MemorystoreInstanceZoneDistributionConfig) Mode() *string SetMode(val *string) ModeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Zone() *string SetZone(val *string) ZoneInput() *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 ResetMode() ResetZone() // 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 NewMemorystoreInstanceZoneDistributionConfigOutputReference ¶
func NewMemorystoreInstanceZoneDistributionConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MemorystoreInstanceZoneDistributionConfigOutputReference
Source Files ¶
- MemorystoreInstance.go
- MemorystoreInstanceConfig.go
- MemorystoreInstanceDesiredPscAutoConnections.go
- MemorystoreInstanceDesiredPscAutoConnectionsList.go
- MemorystoreInstanceDesiredPscAutoConnectionsList__checks.go
- MemorystoreInstanceDesiredPscAutoConnectionsOutputReference.go
- MemorystoreInstanceDesiredPscAutoConnectionsOutputReference__checks.go
- MemorystoreInstanceDiscoveryEndpoints.go
- MemorystoreInstanceDiscoveryEndpointsList.go
- MemorystoreInstanceDiscoveryEndpointsList__checks.go
- MemorystoreInstanceDiscoveryEndpointsOutputReference.go
- MemorystoreInstanceDiscoveryEndpointsOutputReference__checks.go
- MemorystoreInstanceNodeConfig.go
- MemorystoreInstanceNodeConfigList.go
- MemorystoreInstanceNodeConfigList__checks.go
- MemorystoreInstanceNodeConfigOutputReference.go
- MemorystoreInstanceNodeConfigOutputReference__checks.go
- MemorystoreInstancePersistenceConfig.go
- MemorystoreInstancePersistenceConfigAofConfig.go
- MemorystoreInstancePersistenceConfigAofConfigOutputReference.go
- MemorystoreInstancePersistenceConfigAofConfigOutputReference__checks.go
- MemorystoreInstancePersistenceConfigOutputReference.go
- MemorystoreInstancePersistenceConfigOutputReference__checks.go
- MemorystoreInstancePersistenceConfigRdbConfig.go
- MemorystoreInstancePersistenceConfigRdbConfigOutputReference.go
- MemorystoreInstancePersistenceConfigRdbConfigOutputReference__checks.go
- MemorystoreInstancePscAutoConnections.go
- MemorystoreInstancePscAutoConnectionsList.go
- MemorystoreInstancePscAutoConnectionsList__checks.go
- MemorystoreInstancePscAutoConnectionsOutputReference.go
- MemorystoreInstancePscAutoConnectionsOutputReference__checks.go
- MemorystoreInstanceStateInfo.go
- MemorystoreInstanceStateInfoList.go
- MemorystoreInstanceStateInfoList__checks.go
- MemorystoreInstanceStateInfoOutputReference.go
- MemorystoreInstanceStateInfoOutputReference__checks.go
- MemorystoreInstanceStateInfoUpdateInfo.go
- MemorystoreInstanceStateInfoUpdateInfoList.go
- MemorystoreInstanceStateInfoUpdateInfoList__checks.go
- MemorystoreInstanceStateInfoUpdateInfoOutputReference.go
- MemorystoreInstanceStateInfoUpdateInfoOutputReference__checks.go
- MemorystoreInstanceTimeouts.go
- MemorystoreInstanceTimeoutsOutputReference.go
- MemorystoreInstanceTimeoutsOutputReference__checks.go
- MemorystoreInstanceZoneDistributionConfig.go
- MemorystoreInstanceZoneDistributionConfigOutputReference.go
- MemorystoreInstanceZoneDistributionConfigOutputReference__checks.go
- MemorystoreInstance__checks.go
- main.go