Interface CcApiContextQuery

    • Method Detail

      • getPropertiesToReturn

        @Stability(Stable)
        @NotNull
        List<String> getPropertiesToReturn()
        This is a set of properties returned from CC API that we want to return from ContextQuery.
      • getTypeName

        @Stability(Stable)
        @NotNull
        String getTypeName()
        The Cloudformation resource type.

        See https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/supported-resources.html

      • getExactIdentifier

        @Stability(Stable)
        @Nullable
        default String getExactIdentifier()
        exactIdentifier of the resource.

        Specifying exactIdentifier will return at most one result. Either exactIdentifier or propertyMatch should be specified.

        Default: - None

      • getPropertyMatch

        @Stability(Stable)
        @Nullable
        default Map<String,​Object> getPropertyMatch()
        This indicates the property to search for.

        If both exactIdentifier and propertyMatch are specified, then exactIdentifier is used. Specifying propertyMatch will return 0 or more results. Either exactIdentifier or propertyMatch should be specified.

        Default: - None