ComputeBackendServiceBackendServiceSecuritySettings class

security_settings block — mTLS / TLS policy used when dialing backends.

Sensitive: ComputeBackendServiceBackendServiceAwsV4Authentication.accessKey is flagged sensitive in the schema and round-trips through $sensitiveFields.

Annotations
  • @immutable

Constructors

ComputeBackendServiceBackendServiceSecuritySettings({TfArg<String>? clientTlsPolicy, List<String>? subjectAltNames, ComputeBackendServiceBackendServiceAwsV4Authentication? awsV4Authentication})
const

Properties

awsV4Authentication ComputeBackendServiceBackendServiceAwsV4Authentication?
AWS Signature v4 credentials, used when the backend is a private AWS endpoint reached via a Hybrid NEG.
final
clientTlsPolicy → TfArg<String>?
Self-link of a google_network_security_client_tls_policy.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subjectAltNames List<String>?
Expected SAN entries in the backend's certificate.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toArgMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited