Class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignaturesOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.147Z")
    @Stability(Stable)
    public class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignaturesOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignaturesOutputReference

        protected NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignaturesOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignaturesOutputReference

        protected NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignaturesOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignaturesOutputReference

        @Stability(Stable)
        public NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignaturesOutputReference​(@NotNull
                                                                                                                          com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                                                          @NotNull
                                                                                                                          String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetCopiedParameters

        @Stability(Stable)
        public void resetCopiedParameters()
      • resetKeyset

        @Stability(Stable)
        public void resetKeyset()
      • resetTokenQueryParameter

        @Stability(Stable)
        public void resetTokenQueryParameter()
      • resetTokenTtl

        @Stability(Stable)
        public void resetTokenTtl()
      • getActionsInput

        @Stability(Stable)
        @Nullable
        public List<String> getActionsInput()
      • getCopiedParametersInput

        @Stability(Stable)
        @Nullable
        public List<String> getCopiedParametersInput()
      • getKeysetInput

        @Stability(Stable)
        @Nullable
        public String getKeysetInput()
      • getTokenQueryParameterInput

        @Stability(Stable)
        @Nullable
        public String getTokenQueryParameterInput()
      • getTokenTtlInput

        @Stability(Stable)
        @Nullable
        public String getTokenTtlInput()
      • getActions

        @Stability(Stable)
        @NotNull
        public List<String> getActions()
      • setActions

        @Stability(Stable)
        public void setActions​(@NotNull
                               List<String> value)
      • getCopiedParameters

        @Stability(Stable)
        @NotNull
        public List<String> getCopiedParameters()
      • setCopiedParameters

        @Stability(Stable)
        public void setCopiedParameters​(@NotNull
                                        List<String> value)
      • getKeyset

        @Stability(Stable)
        @NotNull
        public String getKeyset()
      • setKeyset

        @Stability(Stable)
        public void setKeyset​(@NotNull
                              String value)
      • getTokenQueryParameter

        @Stability(Stable)
        @NotNull
        public String getTokenQueryParameter()
      • setTokenQueryParameter

        @Stability(Stable)
        public void setTokenQueryParameter​(@NotNull
                                           String value)
      • getTokenTtl

        @Stability(Stable)
        @NotNull
        public String getTokenTtl()
      • setTokenTtl

        @Stability(Stable)
        public void setTokenTtl​(@NotNull
                                String value)