Documentation ¶
Index ¶
- func ApigeeAddonsConfig_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ApigeeAddonsConfig_IsConstruct(x interface{}) *bool
- func ApigeeAddonsConfig_IsTerraformElement(x interface{}) *bool
- func ApigeeAddonsConfig_IsTerraformResource(x interface{}) *bool
- func ApigeeAddonsConfig_TfResourceType() *string
- func NewApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference, ...)
- func NewApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference, ...)
- func NewApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference, ...)
- func NewApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference, ...)
- func NewApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference, ...)
- func NewApigeeAddonsConfigAddonsConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigOutputReference, ...)
- func NewApigeeAddonsConfigTimeoutsOutputReference_Override(a ApigeeAddonsConfigTimeoutsOutputReference, ...)
- func NewApigeeAddonsConfig_Override(a ApigeeAddonsConfig, scope constructs.Construct, id *string, ...)
- type ApigeeAddonsConfig
- type ApigeeAddonsConfigAddonsConfig
- type ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfig
- type ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference
- type ApigeeAddonsConfigAddonsConfigApiSecurityConfig
- type ApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference
- type ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfig
- type ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference
- type ApigeeAddonsConfigAddonsConfigIntegrationConfig
- type ApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference
- type ApigeeAddonsConfigAddonsConfigMonetizationConfig
- type ApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference
- type ApigeeAddonsConfigAddonsConfigOutputReference
- type ApigeeAddonsConfigConfig
- type ApigeeAddonsConfigTimeouts
- type ApigeeAddonsConfigTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApigeeAddonsConfig_GenerateConfigForImport ¶
func ApigeeAddonsConfig_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ApigeeAddonsConfig resource upon running "cdktf plan <stack-name>".
func ApigeeAddonsConfig_IsConstruct ¶
func ApigeeAddonsConfig_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 ApigeeAddonsConfig_IsTerraformElement ¶
func ApigeeAddonsConfig_IsTerraformElement(x interface{}) *bool
Experimental.
func ApigeeAddonsConfig_IsTerraformResource ¶
func ApigeeAddonsConfig_IsTerraformResource(x interface{}) *bool
Experimental.
func ApigeeAddonsConfig_TfResourceType ¶
func ApigeeAddonsConfig_TfResourceType() *string
func NewApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference_Override ¶
func NewApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference_Override ¶
func NewApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference_Override ¶
func NewApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference_Override ¶
func NewApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference_Override ¶
func NewApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApigeeAddonsConfigAddonsConfigOutputReference_Override ¶
func NewApigeeAddonsConfigAddonsConfigOutputReference_Override(a ApigeeAddonsConfigAddonsConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApigeeAddonsConfigTimeoutsOutputReference_Override ¶
func NewApigeeAddonsConfigTimeoutsOutputReference_Override(a ApigeeAddonsConfigTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApigeeAddonsConfig_Override ¶
func NewApigeeAddonsConfig_Override(a ApigeeAddonsConfig, scope constructs.Construct, id *string, config *ApigeeAddonsConfigConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config google_apigee_addons_config} Resource.
Types ¶
type ApigeeAddonsConfig ¶
type ApigeeAddonsConfig interface { cdktf.TerraformResource AddonsConfig() ApigeeAddonsConfigAddonsConfigOutputReference AddonsConfigInput() *ApigeeAddonsConfigAddonsConfig // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) // The tree node. Node() constructs.Node Org() *string SetOrg(val *string) OrgInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() ApigeeAddonsConfigTimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAddonsConfig(value *ApigeeAddonsConfigAddonsConfig) PutTimeouts(value *ApigeeAddonsConfigTimeouts) ResetAddonsConfig() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config google_apigee_addons_config}.
func NewApigeeAddonsConfig ¶
func NewApigeeAddonsConfig(scope constructs.Construct, id *string, config *ApigeeAddonsConfigConfig) ApigeeAddonsConfig
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config google_apigee_addons_config} Resource.
type ApigeeAddonsConfigAddonsConfig ¶
type ApigeeAddonsConfigAddonsConfig struct { // advanced_api_ops_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#advanced_api_ops_config ApigeeAddonsConfig#advanced_api_ops_config} AdvancedApiOpsConfig *ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfig `field:"optional" json:"advancedApiOpsConfig" yaml:"advancedApiOpsConfig"` // api_security_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#api_security_config ApigeeAddonsConfig#api_security_config} ApiSecurityConfig *ApigeeAddonsConfigAddonsConfigApiSecurityConfig `field:"optional" json:"apiSecurityConfig" yaml:"apiSecurityConfig"` // connectors_platform_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#connectors_platform_config ApigeeAddonsConfig#connectors_platform_config} ConnectorsPlatformConfig *ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfig `field:"optional" json:"connectorsPlatformConfig" yaml:"connectorsPlatformConfig"` // integration_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#integration_config ApigeeAddonsConfig#integration_config} IntegrationConfig *ApigeeAddonsConfigAddonsConfigIntegrationConfig `field:"optional" json:"integrationConfig" yaml:"integrationConfig"` // monetization_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#monetization_config ApigeeAddonsConfig#monetization_config} MonetizationConfig *ApigeeAddonsConfigAddonsConfigMonetizationConfig `field:"optional" json:"monetizationConfig" yaml:"monetizationConfig"` }
type ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfig ¶
type ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfig struct { // Flag that specifies whether the Advanced API Ops add-on is enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#enabled ApigeeAddonsConfig#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` }
type ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference ¶
type ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfig SetInternalValue(val *ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfig) // 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 ResetEnabled() // 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 NewApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference ¶
func NewApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference
type ApigeeAddonsConfigAddonsConfigApiSecurityConfig ¶
type ApigeeAddonsConfigAddonsConfigApiSecurityConfig struct { // Flag that specifies whether the Advanced API Ops add-on is enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#enabled ApigeeAddonsConfig#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` }
type ApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference ¶
type ApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} ExpiresAt() *string // Experimental. Fqn() *string InternalValue() *ApigeeAddonsConfigAddonsConfigApiSecurityConfig SetInternalValue(val *ApigeeAddonsConfigAddonsConfigApiSecurityConfig) // 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 ResetEnabled() // 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 NewApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference ¶
func NewApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference
type ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfig ¶
type ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfig struct { // Flag that specifies whether the Advanced API Ops add-on is enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#enabled ApigeeAddonsConfig#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` }
type ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference ¶
type ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} ExpiresAt() *string // Experimental. Fqn() *string InternalValue() *ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfig SetInternalValue(val *ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfig) // 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 ResetEnabled() // 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 NewApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference ¶
func NewApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference
type ApigeeAddonsConfigAddonsConfigIntegrationConfig ¶
type ApigeeAddonsConfigAddonsConfigIntegrationConfig struct { // Flag that specifies whether the Advanced API Ops add-on is enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#enabled ApigeeAddonsConfig#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` }
type ApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference ¶
type ApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *ApigeeAddonsConfigAddonsConfigIntegrationConfig SetInternalValue(val *ApigeeAddonsConfigAddonsConfigIntegrationConfig) // 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 ResetEnabled() // 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 NewApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference ¶
func NewApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference
type ApigeeAddonsConfigAddonsConfigMonetizationConfig ¶
type ApigeeAddonsConfigAddonsConfigMonetizationConfig struct { // Flag that specifies whether the Advanced API Ops add-on is enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#enabled ApigeeAddonsConfig#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` }
type ApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference ¶
type ApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *ApigeeAddonsConfigAddonsConfigMonetizationConfig SetInternalValue(val *ApigeeAddonsConfigAddonsConfigMonetizationConfig) // 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 ResetEnabled() // 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 NewApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference ¶
func NewApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference
type ApigeeAddonsConfigAddonsConfigOutputReference ¶
type ApigeeAddonsConfigAddonsConfigOutputReference interface { cdktf.ComplexObject AdvancedApiOpsConfig() ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference AdvancedApiOpsConfigInput() *ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfig ApiSecurityConfig() ApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference ApiSecurityConfigInput() *ApigeeAddonsConfigAddonsConfigApiSecurityConfig // 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) ConnectorsPlatformConfig() ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference ConnectorsPlatformConfigInput() *ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfig // 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 IntegrationConfig() ApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference IntegrationConfigInput() *ApigeeAddonsConfigAddonsConfigIntegrationConfig InternalValue() *ApigeeAddonsConfigAddonsConfig SetInternalValue(val *ApigeeAddonsConfigAddonsConfig) MonetizationConfig() ApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference MonetizationConfigInput() *ApigeeAddonsConfigAddonsConfigMonetizationConfig // 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 PutAdvancedApiOpsConfig(value *ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfig) PutApiSecurityConfig(value *ApigeeAddonsConfigAddonsConfigApiSecurityConfig) PutConnectorsPlatformConfig(value *ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfig) PutIntegrationConfig(value *ApigeeAddonsConfigAddonsConfigIntegrationConfig) PutMonetizationConfig(value *ApigeeAddonsConfigAddonsConfigMonetizationConfig) ResetAdvancedApiOpsConfig() ResetApiSecurityConfig() ResetConnectorsPlatformConfig() ResetIntegrationConfig() ResetMonetizationConfig() // 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 NewApigeeAddonsConfigAddonsConfigOutputReference ¶
func NewApigeeAddonsConfigAddonsConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApigeeAddonsConfigAddonsConfigOutputReference
type ApigeeAddonsConfigConfig ¶
type ApigeeAddonsConfigConfig 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"` // Name of the Apigee organization. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#org ApigeeAddonsConfig#org} Org *string `field:"required" json:"org" yaml:"org"` // addons_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#addons_config ApigeeAddonsConfig#addons_config} AddonsConfig *ApigeeAddonsConfigAddonsConfig `field:"optional" json:"addonsConfig" yaml:"addonsConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#id ApigeeAddonsConfig#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"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#timeouts ApigeeAddonsConfig#timeouts} Timeouts *ApigeeAddonsConfigTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type ApigeeAddonsConfigTimeouts ¶
type ApigeeAddonsConfigTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#create ApigeeAddonsConfig#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#delete ApigeeAddonsConfig#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/apigee_addons_config#update ApigeeAddonsConfig#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type ApigeeAddonsConfigTimeoutsOutputReference ¶
type ApigeeAddonsConfigTimeoutsOutputReference 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 NewApigeeAddonsConfigTimeoutsOutputReference ¶
func NewApigeeAddonsConfigTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApigeeAddonsConfigTimeoutsOutputReference
Source Files ¶
- ApigeeAddonsConfig.go
- ApigeeAddonsConfigAddonsConfig.go
- ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfig.go
- ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference.go
- ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference__checks.go
- ApigeeAddonsConfigAddonsConfigApiSecurityConfig.go
- ApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference.go
- ApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference__checks.go
- ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfig.go
- ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference.go
- ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference__checks.go
- ApigeeAddonsConfigAddonsConfigIntegrationConfig.go
- ApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference.go
- ApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference__checks.go
- ApigeeAddonsConfigAddonsConfigMonetizationConfig.go
- ApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference.go
- ApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference__checks.go
- ApigeeAddonsConfigAddonsConfigOutputReference.go
- ApigeeAddonsConfigAddonsConfigOutputReference__checks.go
- ApigeeAddonsConfigConfig.go
- ApigeeAddonsConfigTimeouts.go
- ApigeeAddonsConfigTimeoutsOutputReference.go
- ApigeeAddonsConfigTimeoutsOutputReference__checks.go
- ApigeeAddonsConfig__checks.go
- main.go