Interface CfnViewProps

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

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

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.resourceexplorer2.*;
 CfnViewProps cfnViewProps = CfnViewProps.builder()
         .viewName("viewName")
         // the properties below are optional
         .filters(FiltersProperty.builder()
                 .filterString("filterString")
                 .build())
         .includedProperties(List.of(IncludedPropertyProperty.builder()
                 .name("name")
                 .build()))
         .scope("scope")
         .tags(Map.of(
                 "tagsKey", "tags"))
         .build();
 

See Also:
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
     
    default Object
    An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view.
    default Object
    A list of fields that provide additional information about the view.
    default String
    The root ARN of the account, an organizational unit (OU), or an organization ARN.
    default Map<String,String>
    Tag key and value pairs that are attached to the view.
    The name of the new view.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson