Interface CfnUsagePlanKeyProps

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:44.918Z") @Stability(Stable) public interface CfnUsagePlanKeyProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnUsagePlanKey.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.apigateway.*;
 CfnUsagePlanKeyProps cfnUsagePlanKeyProps = CfnUsagePlanKeyProps.builder()
         .keyId("keyId")
         .keyType("keyType")
         .usagePlanId("usagePlanId")
         .build();
 
  • Method Details

    • getKeyId

      @Stability(Stable) @NotNull String getKeyId()
      The Id of the UsagePlanKey resource to be deleted.
    • getKeyType

      @Stability(Stable) @NotNull String getKeyType()
      The type of a UsagePlanKey resource for a plan customer.
    • getUsagePlanId

      @Stability(Stable) @NotNull String getUsagePlanId()
      The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.
    • builder

      @Stability(Stable) static CfnUsagePlanKeyProps.Builder builder()
      Returns:
      a CfnUsagePlanKeyProps.Builder of CfnUsagePlanKeyProps