Interface CfnResourceProps

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

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2025-01-07T10:36:01.262Z") @Stability(Stable) public interface CfnResourceProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnResource.

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.*;
 CfnResourceProps cfnResourceProps = CfnResourceProps.builder()
         .parentId("parentId")
         .pathPart("pathPart")
         .restApiId("restApiId")
         .build();
 

See Also: