ContainerAwsClusterControlPlane class final

Typed helper for the control_plane block of google_container_aws_cluster (derived from provider schema).

Annotations
  • @immutable

Constructors

ContainerAwsClusterControlPlane({required TfArg<String> iamInstanceProfile, TfArg<String>? instanceType, TfArg<List<Object?>>? securityGroupIds, required TfArg<List<Object?>> subnetIds, TfArg<Map<String, String>>? tags, required TfArg<String> version, required ContainerAwsClusterControlPlaneAwsServicesAuthentication awsServicesAuthentication, required ContainerAwsClusterControlPlaneConfigEncryption configEncryption, required ContainerAwsClusterControlPlaneDatabaseEncryption databaseEncryption, ContainerAwsClusterControlPlaneMainVolume? mainVolume, ContainerAwsClusterControlPlaneProxyConfig? proxyConfig, ContainerAwsClusterControlPlaneRootVolume? rootVolume, ContainerAwsClusterControlPlaneSshConfig? sshConfig})
const

Methods

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

Operators

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