Interface EksClusterEncryptionConfigProvider
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EksClusterEncryptionConfigProvider.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.901Z") @Stability(Stable) public interface EksClusterEncryptionConfigProvider extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEksClusterEncryptionConfigProvider.BuilderA builder forEksClusterEncryptionConfigProviderstatic classEksClusterEncryptionConfigProvider.Jsii$ProxyAn implementation forEksClusterEncryptionConfigProvider
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static EksClusterEncryptionConfigProvider.Builderbuilder()StringgetKeyArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/eks_cluster#key_arn EksCluster#key_arn}.
-
-
-
Method Detail
-
getKeyArn
@Stability(Stable) @NotNull String getKeyArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/eks_cluster#key_arn EksCluster#key_arn}.
-
builder
@Stability(Stable) static EksClusterEncryptionConfigProvider.Builder builder()
-
-