Class AttributeReference

    • Field Detail

      • ATT_VALUE

        @Stability(Experimental)
        public static final String ATT_VALUE
        (experimental) Attribute key for resolved value of attribute reference.
      • PREFIX

        @Stability(Experimental)
        public static final String PREFIX
        (experimental) Edge prefix to denote Fn::GetAtt type reference edge.
    • Constructor Detail

      • AttributeReference

        protected AttributeReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • AttributeReference

        protected AttributeReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • AttributeReference

        @Stability(Experimental)
        public AttributeReference​(@NotNull
                                  IAttributeReferenceProps props)
        Parameters:
        props - This parameter is required.
    • Method Detail

      • isAtt

        @Stability(Experimental)
        @NotNull
        public static Boolean isAtt​(@NotNull
                                    Edge edge)
        (experimental) Indicates if edge in an **Fn::GetAtt** Reference.

        Parameters:
        edge - This parameter is required.
      • getValue

        @Stability(Experimental)
        @NotNull
        public String getValue()
        (experimental) Get the resolved attribute value.