Interface CfnApiMappingProps

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

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

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.apigatewayv2.*;
 CfnApiMappingProps cfnApiMappingProps = CfnApiMappingProps.builder()
         .apiId("apiId")
         .domainName("domainName")
         .stage("stage")
         // the properties below are optional
         .apiMappingKey("apiMappingKey")
         .build();
 
  • Method Details

    • getApiId

      @Stability(Stable) @NotNull String getApiId()
      The identifier of the API.
    • getDomainName

      @Stability(Stable) @NotNull String getDomainName()
      The domain name.
    • getStage

      @Stability(Stable) @NotNull String getStage()
      The API stage.
    • getApiMappingKey

      @Stability(Stable) @Nullable default String getApiMappingKey()
      The API mapping key.
    • builder

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