Interface AppsyncResolverCachingConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AppsyncResolverCachingConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.609Z")
    @Stability(Stable)
    public interface AppsyncResolverCachingConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getCachingKeys

        @Stability(Stable)
        @Nullable
        default List<String> getCachingKeys()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#caching_keys AppsyncResolver#caching_keys}.
      • getTtl

        @Stability(Stable)
        @Nullable
        default Number getTtl()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#ttl AppsyncResolver#ttl}.