Documentation ¶
Index ¶
- func GoogleNetworkSecurityServerTlsPolicy_IsConstruct(x interface{}) *bool
- func GoogleNetworkSecurityServerTlsPolicy_IsTerraformElement(x interface{}) *bool
- func GoogleNetworkSecurityServerTlsPolicy_IsTerraformResource(x interface{}) *bool
- func GoogleNetworkSecurityServerTlsPolicy_TfResourceType() *string
- func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference_Override(...)
- func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference_Override(...)
- func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList_Override(g GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList, ...)
- func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference_Override(...)
- func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference_Override(g GoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference, ...)
- func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference_Override(...)
- func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference_Override(...)
- func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference_Override(g GoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference, ...)
- func NewGoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference_Override(g GoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference, ...)
- func NewGoogleNetworkSecurityServerTlsPolicy_Override(g GoogleNetworkSecurityServerTlsPolicy, scope constructs.Construct, id *string, ...)
- type GoogleNetworkSecurityServerTlsPolicy
- type GoogleNetworkSecurityServerTlsPolicyConfig
- type GoogleNetworkSecurityServerTlsPolicyMtlsPolicy
- type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCa
- type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstance
- type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference
- type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpoint
- type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference
- type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList
- type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference
- type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference
- type GoogleNetworkSecurityServerTlsPolicyServerCertificate
- type GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstance
- type GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference
- type GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpoint
- type GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference
- type GoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference
- type GoogleNetworkSecurityServerTlsPolicyTimeouts
- type GoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleNetworkSecurityServerTlsPolicy_IsConstruct ¶
func GoogleNetworkSecurityServerTlsPolicy_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 GoogleNetworkSecurityServerTlsPolicy_IsTerraformElement ¶
func GoogleNetworkSecurityServerTlsPolicy_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleNetworkSecurityServerTlsPolicy_IsTerraformResource ¶
func GoogleNetworkSecurityServerTlsPolicy_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleNetworkSecurityServerTlsPolicy_TfResourceType ¶
func GoogleNetworkSecurityServerTlsPolicy_TfResourceType() *string
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference_Override ¶
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference_Override(g GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference_Override ¶
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference_Override(g GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList_Override ¶
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList_Override(g GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference_Override ¶
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference_Override(g GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference_Override ¶
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference_Override(g GoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference_Override ¶
func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference_Override(g GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference_Override ¶
func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference_Override(g GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference_Override ¶
func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference_Override(g GoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference_Override ¶
func NewGoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference_Override(g GoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleNetworkSecurityServerTlsPolicy_Override ¶
func NewGoogleNetworkSecurityServerTlsPolicy_Override(g GoogleNetworkSecurityServerTlsPolicy, scope constructs.Construct, id *string, config *GoogleNetworkSecurityServerTlsPolicyConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy google_network_security_server_tls_policy} Resource.
Types ¶
type GoogleNetworkSecurityServerTlsPolicy ¶
type GoogleNetworkSecurityServerTlsPolicy interface { cdktf.TerraformResource AllowOpen() interface{} SetAllowOpen(val interface{}) AllowOpenInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string MtlsPolicy() GoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference MtlsPolicyInput() *GoogleNetworkSecurityServerTlsPolicyMtlsPolicy Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ServerCertificate() GoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference ServerCertificateInput() *GoogleNetworkSecurityServerTlsPolicyServerCertificate // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference TimeoutsInput() interface{} UpdateTime() *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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutMtlsPolicy(value *GoogleNetworkSecurityServerTlsPolicyMtlsPolicy) PutServerCertificate(value *GoogleNetworkSecurityServerTlsPolicyServerCertificate) PutTimeouts(value *GoogleNetworkSecurityServerTlsPolicyTimeouts) ResetAllowOpen() ResetDescription() ResetId() ResetLabels() ResetLocation() ResetMtlsPolicy() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetServerCertificate() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy google_network_security_server_tls_policy}.
func NewGoogleNetworkSecurityServerTlsPolicy ¶
func NewGoogleNetworkSecurityServerTlsPolicy(scope constructs.Construct, id *string, config *GoogleNetworkSecurityServerTlsPolicyConfig) GoogleNetworkSecurityServerTlsPolicy
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy google_network_security_server_tls_policy} Resource.
type GoogleNetworkSecurityServerTlsPolicyConfig ¶
type GoogleNetworkSecurityServerTlsPolicyConfig 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 ServerTlsPolicy resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#name GoogleNetworkSecurityServerTlsPolicy#name} Name *string `field:"required" json:"name" yaml:"name"` // This field applies only for Traffic Director policies. // // It is must be set to false for external HTTPS load balancer policies. // Determines if server allows plaintext connections. If set to true, server allows plain text connections. By default, it is set to false. This setting is not exclusive of other encryption modes. For example, if allowOpen and mtlsPolicy are set, server allows both plain text and mTLS connections. See documentation of other encryption modes to confirm compatibility. // Consider using it if you wish to upgrade in place your deployment to TLS while having mixed TLS and non-TLS traffic reaching port :80. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#allow_open GoogleNetworkSecurityServerTlsPolicy#allow_open} AllowOpen interface{} `field:"optional" json:"allowOpen" yaml:"allowOpen"` // A free-text description of the resource. Max length 1024 characters. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#description GoogleNetworkSecurityServerTlsPolicy#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#id GoogleNetworkSecurityServerTlsPolicy#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"` // Set of label tags associated with the ServerTlsPolicy resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#labels GoogleNetworkSecurityServerTlsPolicy#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // The location of the server tls policy. The default value is 'global'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#location GoogleNetworkSecurityServerTlsPolicy#location} Location *string `field:"optional" json:"location" yaml:"location"` // mtls_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#mtls_policy GoogleNetworkSecurityServerTlsPolicy#mtls_policy} MtlsPolicy *GoogleNetworkSecurityServerTlsPolicyMtlsPolicy `field:"optional" json:"mtlsPolicy" yaml:"mtlsPolicy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#project GoogleNetworkSecurityServerTlsPolicy#project}. Project *string `field:"optional" json:"project" yaml:"project"` // server_certificate block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#server_certificate GoogleNetworkSecurityServerTlsPolicy#server_certificate} ServerCertificate *GoogleNetworkSecurityServerTlsPolicyServerCertificate `field:"optional" json:"serverCertificate" yaml:"serverCertificate"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#timeouts GoogleNetworkSecurityServerTlsPolicy#timeouts} Timeouts *GoogleNetworkSecurityServerTlsPolicyTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicy ¶
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicy struct { // client_validation_ca block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#client_validation_ca GoogleNetworkSecurityServerTlsPolicy#client_validation_ca} ClientValidationCa interface{} `field:"optional" json:"clientValidationCa" yaml:"clientValidationCa"` // When the client presents an invalid certificate or no certificate to the load balancer, the clientValidationMode specifies how the client connection is handled. // // Required if the policy is to be used with the external HTTPS load balancing. For Traffic Director it must be empty. Possible values: ["CLIENT_VALIDATION_MODE_UNSPECIFIED", "ALLOW_INVALID_OR_MISSING_CLIENT_CERT", "REJECT_INVALID"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#client_validation_mode GoogleNetworkSecurityServerTlsPolicy#client_validation_mode} ClientValidationMode *string `field:"optional" json:"clientValidationMode" yaml:"clientValidationMode"` // Reference to the TrustConfig from certificatemanager.googleapis.com namespace. If specified, the chain validation will be performed against certificates configured in the given TrustConfig. Allowed only if the policy is to be used with external HTTPS load balancers. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#client_validation_trust_config GoogleNetworkSecurityServerTlsPolicy#client_validation_trust_config} ClientValidationTrustConfig *string `field:"optional" json:"clientValidationTrustConfig" yaml:"clientValidationTrustConfig"` }
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCa ¶
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCa struct { // certificate_provider_instance block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#certificate_provider_instance GoogleNetworkSecurityServerTlsPolicy#certificate_provider_instance} CertificateProviderInstance *GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstance `field:"optional" json:"certificateProviderInstance" yaml:"certificateProviderInstance"` // grpc_endpoint block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#grpc_endpoint GoogleNetworkSecurityServerTlsPolicy#grpc_endpoint} GrpcEndpoint *GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpoint `field:"optional" json:"grpcEndpoint" yaml:"grpcEndpoint"` }
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstance ¶
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstance struct { // Plugin instance name, used to locate and load CertificateProvider instance configuration. // // Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#plugin_instance GoogleNetworkSecurityServerTlsPolicy#plugin_instance} PluginInstance *string `field:"required" json:"pluginInstance" yaml:"pluginInstance"` }
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference ¶
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference 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() *GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstance SetInternalValue(val *GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstance) PluginInstance() *string SetPluginInstance(val *string) PluginInstanceInput() *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 NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference ¶
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpoint ¶
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpoint struct { // The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#target_uri GoogleNetworkSecurityServerTlsPolicy#target_uri} TargetUri *string `field:"required" json:"targetUri" yaml:"targetUri"` }
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference ¶
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference 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() *GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpoint SetInternalValue(val *GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpoint) TargetUri() *string SetTargetUri(val *string) TargetUriInput() *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 NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference ¶
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList ¶
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference // 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 NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList ¶
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference ¶
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference interface { cdktf.ComplexObject CertificateProviderInstance() GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference CertificateProviderInstanceInput() *GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstance // 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 GrpcEndpoint() GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference GrpcEndpointInput() *GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpoint InternalValue() interface{} SetInternalValue(val interface{}) // 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 PutCertificateProviderInstance(value *GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstance) PutGrpcEndpoint(value *GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpoint) ResetCertificateProviderInstance() ResetGrpcEndpoint() // 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 NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference ¶
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference ¶
type GoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference interface { cdktf.ComplexObject ClientValidationCa() GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList ClientValidationCaInput() interface{} ClientValidationMode() *string SetClientValidationMode(val *string) ClientValidationModeInput() *string ClientValidationTrustConfig() *string SetClientValidationTrustConfig(val *string) ClientValidationTrustConfigInput() *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() *GoogleNetworkSecurityServerTlsPolicyMtlsPolicy SetInternalValue(val *GoogleNetworkSecurityServerTlsPolicyMtlsPolicy) // 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 PutClientValidationCa(value interface{}) ResetClientValidationCa() ResetClientValidationMode() ResetClientValidationTrustConfig() // 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 NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference ¶
func NewGoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference
type GoogleNetworkSecurityServerTlsPolicyServerCertificate ¶
type GoogleNetworkSecurityServerTlsPolicyServerCertificate struct { // certificate_provider_instance block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#certificate_provider_instance GoogleNetworkSecurityServerTlsPolicy#certificate_provider_instance} CertificateProviderInstance *GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstance `field:"optional" json:"certificateProviderInstance" yaml:"certificateProviderInstance"` // grpc_endpoint block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#grpc_endpoint GoogleNetworkSecurityServerTlsPolicy#grpc_endpoint} GrpcEndpoint *GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpoint `field:"optional" json:"grpcEndpoint" yaml:"grpcEndpoint"` }
type GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstance ¶
type GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstance struct { // Plugin instance name, used to locate and load CertificateProvider instance configuration. // // Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#plugin_instance GoogleNetworkSecurityServerTlsPolicy#plugin_instance} PluginInstance *string `field:"required" json:"pluginInstance" yaml:"pluginInstance"` }
type GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference ¶
type GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference 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() *GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstance SetInternalValue(val *GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstance) PluginInstance() *string SetPluginInstance(val *string) PluginInstanceInput() *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 NewGoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference ¶
func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference
type GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpoint ¶
type GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpoint struct { // The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#target_uri GoogleNetworkSecurityServerTlsPolicy#target_uri} TargetUri *string `field:"required" json:"targetUri" yaml:"targetUri"` }
type GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference ¶
type GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference 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() *GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpoint SetInternalValue(val *GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpoint) TargetUri() *string SetTargetUri(val *string) TargetUriInput() *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 NewGoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference ¶
func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference
type GoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference ¶
type GoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference interface { cdktf.ComplexObject CertificateProviderInstance() GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference CertificateProviderInstanceInput() *GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstance // 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 GrpcEndpoint() GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference GrpcEndpointInput() *GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpoint InternalValue() *GoogleNetworkSecurityServerTlsPolicyServerCertificate SetInternalValue(val *GoogleNetworkSecurityServerTlsPolicyServerCertificate) // 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 PutCertificateProviderInstance(value *GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstance) PutGrpcEndpoint(value *GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpoint) ResetCertificateProviderInstance() ResetGrpcEndpoint() // 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 NewGoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference ¶
func NewGoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference
type GoogleNetworkSecurityServerTlsPolicyTimeouts ¶
type GoogleNetworkSecurityServerTlsPolicyTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#create GoogleNetworkSecurityServerTlsPolicy#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#delete GoogleNetworkSecurityServerTlsPolicy#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_network_security_server_tls_policy#update GoogleNetworkSecurityServerTlsPolicy#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference ¶
type GoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference 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 NewGoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference ¶
func NewGoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference
Source Files ¶
- GoogleNetworkSecurityServerTlsPolicy.go
- GoogleNetworkSecurityServerTlsPolicyConfig.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicy.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCa.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstance.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceOutputReference__checks.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpoint.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaGrpcEndpointOutputReference__checks.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaList__checks.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyClientValidationCaOutputReference__checks.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference.go
- GoogleNetworkSecurityServerTlsPolicyMtlsPolicyOutputReference__checks.go
- GoogleNetworkSecurityServerTlsPolicyServerCertificate.go
- GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstance.go
- GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference.go
- GoogleNetworkSecurityServerTlsPolicyServerCertificateCertificateProviderInstanceOutputReference__checks.go
- GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpoint.go
- GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference.go
- GoogleNetworkSecurityServerTlsPolicyServerCertificateGrpcEndpointOutputReference__checks.go
- GoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference.go
- GoogleNetworkSecurityServerTlsPolicyServerCertificateOutputReference__checks.go
- GoogleNetworkSecurityServerTlsPolicyTimeouts.go
- GoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference.go
- GoogleNetworkSecurityServerTlsPolicyTimeoutsOutputReference__checks.go
- GoogleNetworkSecurityServerTlsPolicy__checks.go
- main.go