Documentation ¶
Index ¶
- func DataKubernetesMutatingWebhookConfigurationV1_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataKubernetesMutatingWebhookConfigurationV1_IsConstruct(x interface{}) *bool
- func DataKubernetesMutatingWebhookConfigurationV1_IsTerraformDataSource(x interface{}) *bool
- func DataKubernetesMutatingWebhookConfigurationV1_IsTerraformElement(x interface{}) *bool
- func DataKubernetesMutatingWebhookConfigurationV1_TfResourceType() *string
- func NewDataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference, ...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList, ...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference_Override(...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList, ...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference_Override(...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookList, ...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList, ...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList_Override(...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference_Override(...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference_Override(...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList, ...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList_Override(...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference_Override(...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference_Override(...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference, ...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookRuleList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookRuleList, ...)
- func NewDataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference, ...)
- func NewDataKubernetesMutatingWebhookConfigurationV1_Override(d DataKubernetesMutatingWebhookConfigurationV1, scope constructs.Construct, ...)
- type DataKubernetesMutatingWebhookConfigurationV1
- type DataKubernetesMutatingWebhookConfigurationV1Config
- type DataKubernetesMutatingWebhookConfigurationV1Metadata
- type DataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference
- type DataKubernetesMutatingWebhookConfigurationV1Webhook
- type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfig
- type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList
- type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference
- type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigService
- type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList
- type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference
- type DataKubernetesMutatingWebhookConfigurationV1WebhookList
- type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelector
- type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList
- type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressions
- type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList
- type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference
- type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference
- type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelector
- type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList
- type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressions
- type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList
- type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference
- type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference
- type DataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference
- type DataKubernetesMutatingWebhookConfigurationV1WebhookRule
- type DataKubernetesMutatingWebhookConfigurationV1WebhookRuleList
- type DataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataKubernetesMutatingWebhookConfigurationV1_GenerateConfigForImport ¶
func DataKubernetesMutatingWebhookConfigurationV1_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataKubernetesMutatingWebhookConfigurationV1 resource upon running "cdktf plan <stack-name>".
func DataKubernetesMutatingWebhookConfigurationV1_IsConstruct ¶
func DataKubernetesMutatingWebhookConfigurationV1_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 DataKubernetesMutatingWebhookConfigurationV1_IsTerraformDataSource ¶
func DataKubernetesMutatingWebhookConfigurationV1_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataKubernetesMutatingWebhookConfigurationV1_IsTerraformElement ¶
func DataKubernetesMutatingWebhookConfigurationV1_IsTerraformElement(x interface{}) *bool
Experimental.
func DataKubernetesMutatingWebhookConfigurationV1_TfResourceType ¶
func DataKubernetesMutatingWebhookConfigurationV1_TfResourceType() *string
func NewDataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookList_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookRuleList_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookRuleList_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookRuleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference_Override(d DataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataKubernetesMutatingWebhookConfigurationV1_Override ¶
func NewDataKubernetesMutatingWebhookConfigurationV1_Override(d DataKubernetesMutatingWebhookConfigurationV1, scope constructs.Construct, id *string, config *DataKubernetesMutatingWebhookConfigurationV1Config)
Create a new {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.30.0/docs/data-sources/mutating_webhook_configuration_v1 kubernetes_mutating_webhook_configuration_v1} Data Source.
Types ¶
type DataKubernetesMutatingWebhookConfigurationV1 ¶
type DataKubernetesMutatingWebhookConfigurationV1 interface { cdktf.TerraformDataSource // Experimental. CdktfStack() cdktf.TerraformStack // 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) Metadata() DataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference MetadataInput() *DataKubernetesMutatingWebhookConfigurationV1Metadata // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Webhook() DataKubernetesMutatingWebhookConfigurationV1WebhookList // 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) PutMetadata(value *DataKubernetesMutatingWebhookConfigurationV1Metadata) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Adds this resource to the terraform JSON output. // 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/kubernetes/2.30.0/docs/data-sources/mutating_webhook_configuration_v1 kubernetes_mutating_webhook_configuration_v1}.
func NewDataKubernetesMutatingWebhookConfigurationV1 ¶
func NewDataKubernetesMutatingWebhookConfigurationV1(scope constructs.Construct, id *string, config *DataKubernetesMutatingWebhookConfigurationV1Config) DataKubernetesMutatingWebhookConfigurationV1
Create a new {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.30.0/docs/data-sources/mutating_webhook_configuration_v1 kubernetes_mutating_webhook_configuration_v1} Data Source.
type DataKubernetesMutatingWebhookConfigurationV1Config ¶
type DataKubernetesMutatingWebhookConfigurationV1Config 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"` // metadata block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.30.0/docs/data-sources/mutating_webhook_configuration_v1#metadata DataKubernetesMutatingWebhookConfigurationV1#metadata} Metadata *DataKubernetesMutatingWebhookConfigurationV1Metadata `field:"required" json:"metadata" yaml:"metadata"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.30.0/docs/data-sources/mutating_webhook_configuration_v1#id DataKubernetesMutatingWebhookConfigurationV1#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"` }
type DataKubernetesMutatingWebhookConfigurationV1Metadata ¶
type DataKubernetesMutatingWebhookConfigurationV1Metadata struct { // An unstructured key value map stored with the mutating webhook configuration that may be used to store arbitrary metadata. // // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.30.0/docs/data-sources/mutating_webhook_configuration_v1#annotations DataKubernetesMutatingWebhookConfigurationV1#annotations} Annotations *map[string]*string `field:"optional" json:"annotations" yaml:"annotations"` // Map of string keys and values that can be used to organize and categorize (scope and select) the mutating webhook configuration. // // May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.30.0/docs/data-sources/mutating_webhook_configuration_v1#labels DataKubernetesMutatingWebhookConfigurationV1#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Name of the mutating webhook configuration, must be unique. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/kubernetes/2.30.0/docs/data-sources/mutating_webhook_configuration_v1#name DataKubernetesMutatingWebhookConfigurationV1#name} Name *string `field:"optional" json:"name" yaml:"name"` }
type DataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference ¶
type DataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference interface { cdktf.ComplexObject Annotations() *map[string]*string SetAnnotations(val *map[string]*string) AnnotationsInput() *map[string]*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 Generation() *float64 InternalValue() *DataKubernetesMutatingWebhookConfigurationV1Metadata SetInternalValue(val *DataKubernetesMutatingWebhookConfigurationV1Metadata) Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string Name() *string SetName(val *string) NameInput() *string ResourceVersion() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Uid() *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 ResetAnnotations() ResetLabels() ResetName() // 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 NewDataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference ¶
func NewDataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference
type DataKubernetesMutatingWebhookConfigurationV1Webhook ¶
type DataKubernetesMutatingWebhookConfigurationV1Webhook struct { }
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfig ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfig struct { }
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference // 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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference interface { cdktf.ComplexObject CaBundle() *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() *DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfig SetInternalValue(val *DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfig) Service() DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Url() *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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigService ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigService struct { }
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference // 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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigService SetInternalValue(val *DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigService) Name() *string Namespace() *string Path() *string Port() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference
type DataKubernetesMutatingWebhookConfigurationV1WebhookList ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference // 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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookList ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookList
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelector ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelector struct { }
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference // 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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressions ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressions struct { }
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference // 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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressions SetInternalValue(val *DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressions) Key() *string Operator() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Values() *[]*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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelector SetInternalValue(val *DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelector) MatchExpressions() DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList MatchLabels() cdktf.StringMap // 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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelector ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelector struct { }
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference // 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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressions ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressions struct { }
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference // 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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressions SetInternalValue(val *DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressions) Key() *string Operator() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Values() *[]*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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelector SetInternalValue(val *DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelector) MatchExpressions() DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList MatchLabels() cdktf.StringMap // 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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference
type DataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference interface { cdktf.ComplexObject AdmissionReviewVersions() *[]*string ClientConfig() DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList // 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 FailurePolicy() *string // Experimental. Fqn() *string InternalValue() *DataKubernetesMutatingWebhookConfigurationV1Webhook SetInternalValue(val *DataKubernetesMutatingWebhookConfigurationV1Webhook) MatchPolicy() *string Name() *string NamespaceSelector() DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList ObjectSelector() DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList ReinvocationPolicy() *string Rule() DataKubernetesMutatingWebhookConfigurationV1WebhookRuleList SideEffects() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TimeoutSeconds() *float64 // 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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference
type DataKubernetesMutatingWebhookConfigurationV1WebhookRule ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookRule struct { }
type DataKubernetesMutatingWebhookConfigurationV1WebhookRuleList ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookRuleList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference // 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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookRuleList ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookRuleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookRuleList
type DataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference ¶
type DataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference interface { cdktf.ComplexObject ApiGroups() *[]*string ApiVersions() *[]*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() *DataKubernetesMutatingWebhookConfigurationV1WebhookRule SetInternalValue(val *DataKubernetesMutatingWebhookConfigurationV1WebhookRule) Operations() *[]*string Resources() *[]*string Scope() *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 NewDataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference ¶
func NewDataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference
Source Files ¶
- DataKubernetesMutatingWebhookConfigurationV1.go
- DataKubernetesMutatingWebhookConfigurationV1Config.go
- DataKubernetesMutatingWebhookConfigurationV1Metadata.go
- DataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference.go
- DataKubernetesMutatingWebhookConfigurationV1MetadataOutputReference__checks.go
- DataKubernetesMutatingWebhookConfigurationV1Webhook.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfig.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigList__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigOutputReference__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigService.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceList__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookClientConfigServiceOutputReference__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookList.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookList__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelector.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorList__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressions.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsList__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorMatchExpressionsOutputReference__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookNamespaceSelectorOutputReference__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelector.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorList__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressions.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsList__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorMatchExpressionsOutputReference__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookObjectSelectorOutputReference__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookOutputReference__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookRule.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookRuleList.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookRuleList__checks.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference.go
- DataKubernetesMutatingWebhookConfigurationV1WebhookRuleOutputReference__checks.go
- DataKubernetesMutatingWebhookConfigurationV1__checks.go
- main.go