Documentation ¶
Index ¶
- func GoogleCloudiotDevice_IsConstruct(x interface{}) *bool
- func GoogleCloudiotDevice_IsTerraformElement(x interface{}) *bool
- func GoogleCloudiotDevice_IsTerraformResource(x interface{}) *bool
- func GoogleCloudiotDevice_TfResourceType() *string
- func NewGoogleCloudiotDeviceConfigAList_Override(g GoogleCloudiotDeviceConfigAList, ...)
- func NewGoogleCloudiotDeviceConfigAOutputReference_Override(g GoogleCloudiotDeviceConfigAOutputReference, ...)
- func NewGoogleCloudiotDeviceCredentialsList_Override(g GoogleCloudiotDeviceCredentialsList, ...)
- func NewGoogleCloudiotDeviceCredentialsOutputReference_Override(g GoogleCloudiotDeviceCredentialsOutputReference, ...)
- func NewGoogleCloudiotDeviceCredentialsPublicKeyOutputReference_Override(g GoogleCloudiotDeviceCredentialsPublicKeyOutputReference, ...)
- func NewGoogleCloudiotDeviceGatewayConfigOutputReference_Override(g GoogleCloudiotDeviceGatewayConfigOutputReference, ...)
- func NewGoogleCloudiotDeviceLastErrorStatusList_Override(g GoogleCloudiotDeviceLastErrorStatusList, ...)
- func NewGoogleCloudiotDeviceLastErrorStatusOutputReference_Override(g GoogleCloudiotDeviceLastErrorStatusOutputReference, ...)
- func NewGoogleCloudiotDeviceStateList_Override(g GoogleCloudiotDeviceStateList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewGoogleCloudiotDeviceStateOutputReference_Override(g GoogleCloudiotDeviceStateOutputReference, ...)
- func NewGoogleCloudiotDeviceTimeoutsOutputReference_Override(g GoogleCloudiotDeviceTimeoutsOutputReference, ...)
- func NewGoogleCloudiotDevice_Override(g GoogleCloudiotDevice, scope constructs.Construct, id *string, ...)
- type GoogleCloudiotDevice
- type GoogleCloudiotDeviceConfig
- type GoogleCloudiotDeviceConfigA
- type GoogleCloudiotDeviceConfigAList
- type GoogleCloudiotDeviceConfigAOutputReference
- type GoogleCloudiotDeviceCredentials
- type GoogleCloudiotDeviceCredentialsList
- type GoogleCloudiotDeviceCredentialsOutputReference
- type GoogleCloudiotDeviceCredentialsPublicKey
- type GoogleCloudiotDeviceCredentialsPublicKeyOutputReference
- type GoogleCloudiotDeviceGatewayConfig
- type GoogleCloudiotDeviceGatewayConfigOutputReference
- type GoogleCloudiotDeviceLastErrorStatus
- type GoogleCloudiotDeviceLastErrorStatusList
- type GoogleCloudiotDeviceLastErrorStatusOutputReference
- type GoogleCloudiotDeviceState
- type GoogleCloudiotDeviceStateList
- type GoogleCloudiotDeviceStateOutputReference
- type GoogleCloudiotDeviceTimeouts
- type GoogleCloudiotDeviceTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleCloudiotDevice_IsConstruct ¶
func GoogleCloudiotDevice_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 GoogleCloudiotDevice_IsTerraformElement ¶
func GoogleCloudiotDevice_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleCloudiotDevice_IsTerraformResource ¶
func GoogleCloudiotDevice_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleCloudiotDevice_TfResourceType ¶
func GoogleCloudiotDevice_TfResourceType() *string
func NewGoogleCloudiotDeviceConfigAList_Override ¶
func NewGoogleCloudiotDeviceConfigAList_Override(g GoogleCloudiotDeviceConfigAList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleCloudiotDeviceConfigAOutputReference_Override ¶
func NewGoogleCloudiotDeviceConfigAOutputReference_Override(g GoogleCloudiotDeviceConfigAOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleCloudiotDeviceCredentialsList_Override ¶
func NewGoogleCloudiotDeviceCredentialsList_Override(g GoogleCloudiotDeviceCredentialsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleCloudiotDeviceCredentialsOutputReference_Override ¶
func NewGoogleCloudiotDeviceCredentialsOutputReference_Override(g GoogleCloudiotDeviceCredentialsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleCloudiotDeviceCredentialsPublicKeyOutputReference_Override ¶
func NewGoogleCloudiotDeviceCredentialsPublicKeyOutputReference_Override(g GoogleCloudiotDeviceCredentialsPublicKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudiotDeviceGatewayConfigOutputReference_Override ¶
func NewGoogleCloudiotDeviceGatewayConfigOutputReference_Override(g GoogleCloudiotDeviceGatewayConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudiotDeviceLastErrorStatusList_Override ¶
func NewGoogleCloudiotDeviceLastErrorStatusList_Override(g GoogleCloudiotDeviceLastErrorStatusList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleCloudiotDeviceLastErrorStatusOutputReference_Override ¶
func NewGoogleCloudiotDeviceLastErrorStatusOutputReference_Override(g GoogleCloudiotDeviceLastErrorStatusOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleCloudiotDeviceStateList_Override ¶
func NewGoogleCloudiotDeviceStateList_Override(g GoogleCloudiotDeviceStateList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleCloudiotDeviceStateOutputReference_Override ¶
func NewGoogleCloudiotDeviceStateOutputReference_Override(g GoogleCloudiotDeviceStateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleCloudiotDeviceTimeoutsOutputReference_Override ¶
func NewGoogleCloudiotDeviceTimeoutsOutputReference_Override(g GoogleCloudiotDeviceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleCloudiotDevice_Override ¶
func NewGoogleCloudiotDevice_Override(g GoogleCloudiotDevice, scope constructs.Construct, id *string, config *GoogleCloudiotDeviceConfig)
Create a new {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device google_cloudiot_device} Resource.
Types ¶
type GoogleCloudiotDevice ¶
type GoogleCloudiotDevice interface { cdktf.TerraformResource Blocked() interface{} SetBlocked(val interface{}) BlockedInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack Config() GoogleCloudiotDeviceConfigAList // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) Credentials() GoogleCloudiotDeviceCredentialsList 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() GoogleCloudiotDeviceGatewayConfigOutputReference GatewayConfigInput() *GoogleCloudiotDeviceGatewayConfig Id() *string SetId(val *string) IdInput() *string LastConfigAckTime() *string LastConfigSendTime() *string LastErrorStatus() GoogleCloudiotDeviceLastErrorStatusList 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() GoogleCloudiotDeviceStateList // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleCloudiotDeviceTimeoutsOutputReference 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 *GoogleCloudiotDeviceGatewayConfig) PutTimeouts(value *GoogleCloudiotDeviceTimeouts) 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://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device google_cloudiot_device}.
func NewGoogleCloudiotDevice ¶
func NewGoogleCloudiotDevice(scope constructs.Construct, id *string, config *GoogleCloudiotDeviceConfig) GoogleCloudiotDevice
Create a new {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device google_cloudiot_device} Resource.
type GoogleCloudiotDeviceConfig ¶
type GoogleCloudiotDeviceConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `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://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#name GoogleCloudiotDevice#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://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#registry GoogleCloudiotDevice#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://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#blocked GoogleCloudiotDevice#blocked} Blocked interface{} `field:"optional" json:"blocked" yaml:"blocked"` // credentials block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#credentials GoogleCloudiotDevice#credentials} Credentials interface{} `field:"optional" json:"credentials" yaml:"credentials"` // gateway_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#gateway_config GoogleCloudiotDevice#gateway_config} GatewayConfig *GoogleCloudiotDeviceGatewayConfig `field:"optional" json:"gatewayConfig" yaml:"gatewayConfig"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#id GoogleCloudiotDevice#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://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#log_level GoogleCloudiotDevice#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://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#metadata GoogleCloudiotDevice#metadata} Metadata *map[string]*string `field:"optional" json:"metadata" yaml:"metadata"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#timeouts GoogleCloudiotDevice#timeouts} Timeouts *GoogleCloudiotDeviceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleCloudiotDeviceConfigA ¶
type GoogleCloudiotDeviceConfigA struct { }
type GoogleCloudiotDeviceConfigAList ¶
type GoogleCloudiotDeviceConfigAList 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) GoogleCloudiotDeviceConfigAOutputReference // 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 NewGoogleCloudiotDeviceConfigAList ¶
func NewGoogleCloudiotDeviceConfigAList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleCloudiotDeviceConfigAList
type GoogleCloudiotDeviceConfigAOutputReference ¶
type GoogleCloudiotDeviceConfigAOutputReference 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() *GoogleCloudiotDeviceConfigA SetInternalValue(val *GoogleCloudiotDeviceConfigA) // 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 NewGoogleCloudiotDeviceConfigAOutputReference ¶
func NewGoogleCloudiotDeviceConfigAOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleCloudiotDeviceConfigAOutputReference
type GoogleCloudiotDeviceCredentials ¶
type GoogleCloudiotDeviceCredentials struct { // public_key block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#public_key GoogleCloudiotDevice#public_key} PublicKey *GoogleCloudiotDeviceCredentialsPublicKey `field:"required" json:"publicKey" yaml:"publicKey"` // The time at which this credential becomes invalid. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#expiration_time GoogleCloudiotDevice#expiration_time} ExpirationTime *string `field:"optional" json:"expirationTime" yaml:"expirationTime"` }
type GoogleCloudiotDeviceCredentialsList ¶
type GoogleCloudiotDeviceCredentialsList 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) GoogleCloudiotDeviceCredentialsOutputReference // 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 NewGoogleCloudiotDeviceCredentialsList ¶
func NewGoogleCloudiotDeviceCredentialsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleCloudiotDeviceCredentialsList
type GoogleCloudiotDeviceCredentialsOutputReference ¶
type GoogleCloudiotDeviceCredentialsOutputReference 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() GoogleCloudiotDeviceCredentialsPublicKeyOutputReference PublicKeyInput() *GoogleCloudiotDeviceCredentialsPublicKey // 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 *GoogleCloudiotDeviceCredentialsPublicKey) 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 NewGoogleCloudiotDeviceCredentialsOutputReference ¶
func NewGoogleCloudiotDeviceCredentialsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleCloudiotDeviceCredentialsOutputReference
type GoogleCloudiotDeviceCredentialsPublicKey ¶
type GoogleCloudiotDeviceCredentialsPublicKey struct { // The format of the key. Possible values: ["RSA_PEM", "RSA_X509_PEM", "ES256_PEM", "ES256_X509_PEM"]. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#format GoogleCloudiotDevice#format} Format *string `field:"required" json:"format" yaml:"format"` // The key data. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#key GoogleCloudiotDevice#key} Key *string `field:"required" json:"key" yaml:"key"` }
type GoogleCloudiotDeviceCredentialsPublicKeyOutputReference ¶
type GoogleCloudiotDeviceCredentialsPublicKeyOutputReference 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() *GoogleCloudiotDeviceCredentialsPublicKey SetInternalValue(val *GoogleCloudiotDeviceCredentialsPublicKey) 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 NewGoogleCloudiotDeviceCredentialsPublicKeyOutputReference ¶
func NewGoogleCloudiotDeviceCredentialsPublicKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudiotDeviceCredentialsPublicKeyOutputReference
type GoogleCloudiotDeviceGatewayConfig ¶
type GoogleCloudiotDeviceGatewayConfig 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://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#gateway_auth_method GoogleCloudiotDevice#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://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#gateway_type GoogleCloudiotDevice#gateway_type} GatewayType *string `field:"optional" json:"gatewayType" yaml:"gatewayType"` }
type GoogleCloudiotDeviceGatewayConfigOutputReference ¶
type GoogleCloudiotDeviceGatewayConfigOutputReference 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() *GoogleCloudiotDeviceGatewayConfig SetInternalValue(val *GoogleCloudiotDeviceGatewayConfig) 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 NewGoogleCloudiotDeviceGatewayConfigOutputReference ¶
func NewGoogleCloudiotDeviceGatewayConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudiotDeviceGatewayConfigOutputReference
type GoogleCloudiotDeviceLastErrorStatus ¶
type GoogleCloudiotDeviceLastErrorStatus struct { }
type GoogleCloudiotDeviceLastErrorStatusList ¶
type GoogleCloudiotDeviceLastErrorStatusList 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) GoogleCloudiotDeviceLastErrorStatusOutputReference // 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 NewGoogleCloudiotDeviceLastErrorStatusList ¶
func NewGoogleCloudiotDeviceLastErrorStatusList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleCloudiotDeviceLastErrorStatusList
type GoogleCloudiotDeviceLastErrorStatusOutputReference ¶
type GoogleCloudiotDeviceLastErrorStatusOutputReference 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() *GoogleCloudiotDeviceLastErrorStatus SetInternalValue(val *GoogleCloudiotDeviceLastErrorStatus) 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 NewGoogleCloudiotDeviceLastErrorStatusOutputReference ¶
func NewGoogleCloudiotDeviceLastErrorStatusOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleCloudiotDeviceLastErrorStatusOutputReference
type GoogleCloudiotDeviceState ¶
type GoogleCloudiotDeviceState struct { }
type GoogleCloudiotDeviceStateList ¶
type GoogleCloudiotDeviceStateList 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) GoogleCloudiotDeviceStateOutputReference // 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 NewGoogleCloudiotDeviceStateList ¶
func NewGoogleCloudiotDeviceStateList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleCloudiotDeviceStateList
type GoogleCloudiotDeviceStateOutputReference ¶
type GoogleCloudiotDeviceStateOutputReference 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() *GoogleCloudiotDeviceState SetInternalValue(val *GoogleCloudiotDeviceState) // 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 NewGoogleCloudiotDeviceStateOutputReference ¶
func NewGoogleCloudiotDeviceStateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleCloudiotDeviceStateOutputReference
type GoogleCloudiotDeviceTimeouts ¶
type GoogleCloudiotDeviceTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#create GoogleCloudiotDevice#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#delete GoogleCloudiotDevice#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_cloudiot_device#update GoogleCloudiotDevice#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleCloudiotDeviceTimeoutsOutputReference ¶
type GoogleCloudiotDeviceTimeoutsOutputReference 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 NewGoogleCloudiotDeviceTimeoutsOutputReference ¶
func NewGoogleCloudiotDeviceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleCloudiotDeviceTimeoutsOutputReference
Source Files ¶
- GoogleCloudiotDevice.go
- GoogleCloudiotDeviceConfig.go
- GoogleCloudiotDeviceConfigA.go
- GoogleCloudiotDeviceConfigAList.go
- GoogleCloudiotDeviceConfigAList__checks.go
- GoogleCloudiotDeviceConfigAOutputReference.go
- GoogleCloudiotDeviceConfigAOutputReference__checks.go
- GoogleCloudiotDeviceCredentials.go
- GoogleCloudiotDeviceCredentialsList.go
- GoogleCloudiotDeviceCredentialsList__checks.go
- GoogleCloudiotDeviceCredentialsOutputReference.go
- GoogleCloudiotDeviceCredentialsOutputReference__checks.go
- GoogleCloudiotDeviceCredentialsPublicKey.go
- GoogleCloudiotDeviceCredentialsPublicKeyOutputReference.go
- GoogleCloudiotDeviceCredentialsPublicKeyOutputReference__checks.go
- GoogleCloudiotDeviceGatewayConfig.go
- GoogleCloudiotDeviceGatewayConfigOutputReference.go
- GoogleCloudiotDeviceGatewayConfigOutputReference__checks.go
- GoogleCloudiotDeviceLastErrorStatus.go
- GoogleCloudiotDeviceLastErrorStatusList.go
- GoogleCloudiotDeviceLastErrorStatusList__checks.go
- GoogleCloudiotDeviceLastErrorStatusOutputReference.go
- GoogleCloudiotDeviceLastErrorStatusOutputReference__checks.go
- GoogleCloudiotDeviceState.go
- GoogleCloudiotDeviceStateList.go
- GoogleCloudiotDeviceStateList__checks.go
- GoogleCloudiotDeviceStateOutputReference.go
- GoogleCloudiotDeviceStateOutputReference__checks.go
- GoogleCloudiotDeviceTimeouts.go
- GoogleCloudiotDeviceTimeoutsOutputReference.go
- GoogleCloudiotDeviceTimeoutsOutputReference__checks.go
- GoogleCloudiotDevice__checks.go
- main.go