Documentation ¶
Index ¶
- func CloudiotDevice_IsConstruct(x interface{}) *bool
- func CloudiotDevice_IsTerraformElement(x interface{}) *bool
- func CloudiotDevice_IsTerraformResource(x interface{}) *bool
- func CloudiotDevice_TfResourceType() *string
- func NewCloudiotDeviceConfigAList_Override(c CloudiotDeviceConfigAList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewCloudiotDeviceConfigAOutputReference_Override(c CloudiotDeviceConfigAOutputReference, ...)
- func NewCloudiotDeviceCredentialsList_Override(c CloudiotDeviceCredentialsList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewCloudiotDeviceCredentialsOutputReference_Override(c CloudiotDeviceCredentialsOutputReference, ...)
- func NewCloudiotDeviceCredentialsPublicKeyOutputReference_Override(c CloudiotDeviceCredentialsPublicKeyOutputReference, ...)
- func NewCloudiotDeviceGatewayConfigOutputReference_Override(c CloudiotDeviceGatewayConfigOutputReference, ...)
- func NewCloudiotDeviceLastErrorStatusList_Override(c CloudiotDeviceLastErrorStatusList, ...)
- func NewCloudiotDeviceLastErrorStatusOutputReference_Override(c CloudiotDeviceLastErrorStatusOutputReference, ...)
- func NewCloudiotDeviceStateList_Override(c CloudiotDeviceStateList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewCloudiotDeviceStateOutputReference_Override(c CloudiotDeviceStateOutputReference, ...)
- func NewCloudiotDeviceTimeoutsOutputReference_Override(c CloudiotDeviceTimeoutsOutputReference, ...)
- func NewCloudiotDevice_Override(c CloudiotDevice, scope constructs.Construct, id *string, ...)
- type CloudiotDevice
- type CloudiotDeviceConfig
- type CloudiotDeviceConfigA
- type CloudiotDeviceConfigAList
- type CloudiotDeviceConfigAOutputReference
- type CloudiotDeviceCredentials
- type CloudiotDeviceCredentialsList
- type CloudiotDeviceCredentialsOutputReference
- type CloudiotDeviceCredentialsPublicKey
- type CloudiotDeviceCredentialsPublicKeyOutputReference
- type CloudiotDeviceGatewayConfig
- type CloudiotDeviceGatewayConfigOutputReference
- type CloudiotDeviceLastErrorStatus
- type CloudiotDeviceLastErrorStatusList
- type CloudiotDeviceLastErrorStatusOutputReference
- type CloudiotDeviceState
- type CloudiotDeviceStateList
- type CloudiotDeviceStateOutputReference
- type CloudiotDeviceTimeouts
- type CloudiotDeviceTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloudiotDevice_IsConstruct ¶
func CloudiotDevice_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 CloudiotDevice_IsTerraformElement ¶
func CloudiotDevice_IsTerraformElement(x interface{}) *bool
Experimental.
func CloudiotDevice_IsTerraformResource ¶
func CloudiotDevice_IsTerraformResource(x interface{}) *bool
Experimental.
func CloudiotDevice_TfResourceType ¶
func CloudiotDevice_TfResourceType() *string
func NewCloudiotDeviceConfigAList_Override ¶
func NewCloudiotDeviceConfigAList_Override(c CloudiotDeviceConfigAList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCloudiotDeviceConfigAOutputReference_Override ¶
func NewCloudiotDeviceConfigAOutputReference_Override(c CloudiotDeviceConfigAOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCloudiotDeviceCredentialsList_Override ¶
func NewCloudiotDeviceCredentialsList_Override(c CloudiotDeviceCredentialsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCloudiotDeviceCredentialsOutputReference_Override ¶
func NewCloudiotDeviceCredentialsOutputReference_Override(c CloudiotDeviceCredentialsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCloudiotDeviceCredentialsPublicKeyOutputReference_Override ¶
func NewCloudiotDeviceCredentialsPublicKeyOutputReference_Override(c CloudiotDeviceCredentialsPublicKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudiotDeviceGatewayConfigOutputReference_Override ¶
func NewCloudiotDeviceGatewayConfigOutputReference_Override(c CloudiotDeviceGatewayConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudiotDeviceLastErrorStatusList_Override ¶
func NewCloudiotDeviceLastErrorStatusList_Override(c CloudiotDeviceLastErrorStatusList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCloudiotDeviceLastErrorStatusOutputReference_Override ¶
func NewCloudiotDeviceLastErrorStatusOutputReference_Override(c CloudiotDeviceLastErrorStatusOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCloudiotDeviceStateList_Override ¶
func NewCloudiotDeviceStateList_Override(c CloudiotDeviceStateList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCloudiotDeviceStateOutputReference_Override ¶
func NewCloudiotDeviceStateOutputReference_Override(c CloudiotDeviceStateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCloudiotDeviceTimeoutsOutputReference_Override ¶
func NewCloudiotDeviceTimeoutsOutputReference_Override(c CloudiotDeviceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudiotDevice_Override ¶
func NewCloudiotDevice_Override(c CloudiotDevice, scope constructs.Construct, id *string, config *CloudiotDeviceConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device google_cloudiot_device} Resource.
Types ¶
type CloudiotDevice ¶
type CloudiotDevice interface { cdktf.TerraformResource Blocked() interface{} SetBlocked(val interface{}) BlockedInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack Config() CloudiotDeviceConfigAList // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) Credentials() CloudiotDeviceCredentialsList CredentialsInput() interface{} // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GatewayConfig() CloudiotDeviceGatewayConfigOutputReference GatewayConfigInput() *CloudiotDeviceGatewayConfig Id() *string SetId(val *string) IdInput() *string LastConfigAckTime() *string LastConfigSendTime() *string LastErrorStatus() CloudiotDeviceLastErrorStatusList LastErrorTime() *string LastEventTime() *string LastHeartbeatTime() *string LastStateTime() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LogLevel() *string SetLogLevel(val *string) LogLevelInput() *string Metadata() *map[string]*string SetMetadata(val *map[string]*string) MetadataInput() *map[string]*string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node NumId() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Registry() *string SetRegistry(val *string) RegistryInput() *string State() CloudiotDeviceStateList // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() CloudiotDeviceTimeoutsOutputReference TimeoutsInput() interface{} // 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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutCredentials(value interface{}) PutGatewayConfig(value *CloudiotDeviceGatewayConfig) PutTimeouts(value *CloudiotDeviceTimeouts) ResetBlocked() ResetCredentials() ResetGatewayConfig() ResetId() ResetLogLevel() ResetMetadata() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTimeouts() SynthesizeAttributes() *map[string]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/4.78.0/docs/resources/cloudiot_device google_cloudiot_device}.
func NewCloudiotDevice ¶
func NewCloudiotDevice(scope constructs.Construct, id *string, config *CloudiotDeviceConfig) CloudiotDevice
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device google_cloudiot_device} Resource.
type CloudiotDeviceConfig ¶
type CloudiotDeviceConfig 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"` // A unique name for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#name CloudiotDevice#name} Name *string `field:"required" json:"name" yaml:"name"` // The name of the device registry where this device should be created. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#registry CloudiotDevice#registry} Registry *string `field:"required" json:"registry" yaml:"registry"` // If a device is blocked, connections or requests from this device will fail. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#blocked CloudiotDevice#blocked} Blocked interface{} `field:"optional" json:"blocked" yaml:"blocked"` // credentials block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#credentials CloudiotDevice#credentials} Credentials interface{} `field:"optional" json:"credentials" yaml:"credentials"` // gateway_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#gateway_config CloudiotDevice#gateway_config} GatewayConfig *CloudiotDeviceGatewayConfig `field:"optional" json:"gatewayConfig" yaml:"gatewayConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#id CloudiotDevice#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"` // The logging verbosity for device activity. Possible values: ["NONE", "ERROR", "INFO", "DEBUG"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#log_level CloudiotDevice#log_level} LogLevel *string `field:"optional" json:"logLevel" yaml:"logLevel"` // The metadata key-value pairs assigned to the device. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#metadata CloudiotDevice#metadata} Metadata *map[string]*string `field:"optional" json:"metadata" yaml:"metadata"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#timeouts CloudiotDevice#timeouts} Timeouts *CloudiotDeviceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type CloudiotDeviceConfigA ¶
type CloudiotDeviceConfigA struct { }
type CloudiotDeviceConfigAList ¶
type CloudiotDeviceConfigAList 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) // Experimental. ComputeFqn() *string Get(index *float64) CloudiotDeviceConfigAOutputReference // 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 NewCloudiotDeviceConfigAList ¶
func NewCloudiotDeviceConfigAList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CloudiotDeviceConfigAList
type CloudiotDeviceConfigAOutputReference ¶
type CloudiotDeviceConfigAOutputReference interface { cdktf.ComplexObject BinaryData() *string CloudUpdateTime() *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 DeviceAckTime() *string // Experimental. Fqn() *string InternalValue() *CloudiotDeviceConfigA SetInternalValue(val *CloudiotDeviceConfigA) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Version() *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 NewCloudiotDeviceConfigAOutputReference ¶
func NewCloudiotDeviceConfigAOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CloudiotDeviceConfigAOutputReference
type CloudiotDeviceCredentials ¶
type CloudiotDeviceCredentials struct { // public_key block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#public_key CloudiotDevice#public_key} PublicKey *CloudiotDeviceCredentialsPublicKey `field:"required" json:"publicKey" yaml:"publicKey"` // The time at which this credential becomes invalid. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#expiration_time CloudiotDevice#expiration_time} ExpirationTime *string `field:"optional" json:"expirationTime" yaml:"expirationTime"` }
type CloudiotDeviceCredentialsList ¶
type CloudiotDeviceCredentialsList 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) // Experimental. ComputeFqn() *string Get(index *float64) CloudiotDeviceCredentialsOutputReference // 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 NewCloudiotDeviceCredentialsList ¶
func NewCloudiotDeviceCredentialsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CloudiotDeviceCredentialsList
type CloudiotDeviceCredentialsOutputReference ¶
type CloudiotDeviceCredentialsOutputReference 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 ExpirationTime() *string SetExpirationTime(val *string) ExpirationTimeInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) PublicKey() CloudiotDeviceCredentialsPublicKeyOutputReference PublicKeyInput() *CloudiotDeviceCredentialsPublicKey // 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 PutPublicKey(value *CloudiotDeviceCredentialsPublicKey) ResetExpirationTime() // 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 NewCloudiotDeviceCredentialsOutputReference ¶
func NewCloudiotDeviceCredentialsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CloudiotDeviceCredentialsOutputReference
type CloudiotDeviceCredentialsPublicKey ¶
type CloudiotDeviceCredentialsPublicKey struct { // The format of the key. Possible values: ["RSA_PEM", "RSA_X509_PEM", "ES256_PEM", "ES256_X509_PEM"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#format CloudiotDevice#format} Format *string `field:"required" json:"format" yaml:"format"` // The key data. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#key CloudiotDevice#key} Key *string `field:"required" json:"key" yaml:"key"` }
type CloudiotDeviceCredentialsPublicKeyOutputReference ¶
type CloudiotDeviceCredentialsPublicKeyOutputReference 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 Format() *string SetFormat(val *string) FormatInput() *string // Experimental. Fqn() *string InternalValue() *CloudiotDeviceCredentialsPublicKey SetInternalValue(val *CloudiotDeviceCredentialsPublicKey) Key() *string SetKey(val *string) KeyInput() *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 NewCloudiotDeviceCredentialsPublicKeyOutputReference ¶
func NewCloudiotDeviceCredentialsPublicKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudiotDeviceCredentialsPublicKeyOutputReference
type CloudiotDeviceGatewayConfig ¶
type CloudiotDeviceGatewayConfig struct { // Indicates whether the device is a gateway. Possible values: ["ASSOCIATION_ONLY", "DEVICE_AUTH_TOKEN_ONLY", "ASSOCIATION_AND_DEVICE_AUTH_TOKEN"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#gateway_auth_method CloudiotDevice#gateway_auth_method} GatewayAuthMethod *string `field:"optional" json:"gatewayAuthMethod" yaml:"gatewayAuthMethod"` // Indicates whether the device is a gateway. Default value: "NON_GATEWAY" Possible values: ["GATEWAY", "NON_GATEWAY"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#gateway_type CloudiotDevice#gateway_type} GatewayType *string `field:"optional" json:"gatewayType" yaml:"gatewayType"` }
type CloudiotDeviceGatewayConfigOutputReference ¶
type CloudiotDeviceGatewayConfigOutputReference 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 GatewayAuthMethod() *string SetGatewayAuthMethod(val *string) GatewayAuthMethodInput() *string GatewayType() *string SetGatewayType(val *string) GatewayTypeInput() *string InternalValue() *CloudiotDeviceGatewayConfig SetInternalValue(val *CloudiotDeviceGatewayConfig) LastAccessedGatewayId() *string LastAccessedGatewayTime() *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 ResetGatewayAuthMethod() ResetGatewayType() // 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 NewCloudiotDeviceGatewayConfigOutputReference ¶
func NewCloudiotDeviceGatewayConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudiotDeviceGatewayConfigOutputReference
type CloudiotDeviceLastErrorStatus ¶
type CloudiotDeviceLastErrorStatus struct { }
type CloudiotDeviceLastErrorStatusList ¶
type CloudiotDeviceLastErrorStatusList 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) // Experimental. ComputeFqn() *string Get(index *float64) CloudiotDeviceLastErrorStatusOutputReference // 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 NewCloudiotDeviceLastErrorStatusList ¶
func NewCloudiotDeviceLastErrorStatusList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CloudiotDeviceLastErrorStatusList
type CloudiotDeviceLastErrorStatusOutputReference ¶
type CloudiotDeviceLastErrorStatusOutputReference 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 Details() cdktf.StringMapList // Experimental. Fqn() *string InternalValue() *CloudiotDeviceLastErrorStatus SetInternalValue(val *CloudiotDeviceLastErrorStatus) Message() *string Number() *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 NewCloudiotDeviceLastErrorStatusOutputReference ¶
func NewCloudiotDeviceLastErrorStatusOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CloudiotDeviceLastErrorStatusOutputReference
type CloudiotDeviceState ¶
type CloudiotDeviceState struct { }
type CloudiotDeviceStateList ¶
type CloudiotDeviceStateList 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) // Experimental. ComputeFqn() *string Get(index *float64) CloudiotDeviceStateOutputReference // 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 NewCloudiotDeviceStateList ¶
func NewCloudiotDeviceStateList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CloudiotDeviceStateList
type CloudiotDeviceStateOutputReference ¶
type CloudiotDeviceStateOutputReference interface { cdktf.ComplexObject BinaryData() *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() *CloudiotDeviceState SetInternalValue(val *CloudiotDeviceState) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UpdateTime() *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 NewCloudiotDeviceStateOutputReference ¶
func NewCloudiotDeviceStateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CloudiotDeviceStateOutputReference
type CloudiotDeviceTimeouts ¶
type CloudiotDeviceTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#create CloudiotDevice#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#delete CloudiotDevice#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.78.0/docs/resources/cloudiot_device#update CloudiotDevice#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type CloudiotDeviceTimeoutsOutputReference ¶
type CloudiotDeviceTimeoutsOutputReference 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 NewCloudiotDeviceTimeoutsOutputReference ¶
func NewCloudiotDeviceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudiotDeviceTimeoutsOutputReference
Source Files ¶
- CloudiotDevice.go
- CloudiotDeviceConfig.go
- CloudiotDeviceConfigA.go
- CloudiotDeviceConfigAList.go
- CloudiotDeviceConfigAList__checks.go
- CloudiotDeviceConfigAOutputReference.go
- CloudiotDeviceConfigAOutputReference__checks.go
- CloudiotDeviceCredentials.go
- CloudiotDeviceCredentialsList.go
- CloudiotDeviceCredentialsList__checks.go
- CloudiotDeviceCredentialsOutputReference.go
- CloudiotDeviceCredentialsOutputReference__checks.go
- CloudiotDeviceCredentialsPublicKey.go
- CloudiotDeviceCredentialsPublicKeyOutputReference.go
- CloudiotDeviceCredentialsPublicKeyOutputReference__checks.go
- CloudiotDeviceGatewayConfig.go
- CloudiotDeviceGatewayConfigOutputReference.go
- CloudiotDeviceGatewayConfigOutputReference__checks.go
- CloudiotDeviceLastErrorStatus.go
- CloudiotDeviceLastErrorStatusList.go
- CloudiotDeviceLastErrorStatusList__checks.go
- CloudiotDeviceLastErrorStatusOutputReference.go
- CloudiotDeviceLastErrorStatusOutputReference__checks.go
- CloudiotDeviceState.go
- CloudiotDeviceStateList.go
- CloudiotDeviceStateList__checks.go
- CloudiotDeviceStateOutputReference.go
- CloudiotDeviceStateOutputReference__checks.go
- CloudiotDeviceTimeouts.go
- CloudiotDeviceTimeoutsOutputReference.go
- CloudiotDeviceTimeoutsOutputReference__checks.go
- CloudiotDevice__checks.go
- main.go