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

@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-23T05:56:22.853Z") @Stability(Stable) public interface CfnCellProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnCell.

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.route53recoveryreadiness.*;
 CfnCellProps cfnCellProps = CfnCellProps.builder()
         .cellName("cellName")
         .cells(List.of("cells"))
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for CfnCellProps
    static final class 
    An implementation for CfnCellProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default String
    The name of the cell to create.
    default List<String>
    A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
    default List<CfnTag>
    A collection of tags associated with a resource.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson