Class Export

    • Method Detail

      • exportingStackId

        public final String exportingStackId()

        The stack that contains the exported output name and value.

        Returns:
        The stack that contains the exported output name and value.
      • name

        public final String name()

        The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

        Returns:
        The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.
      • value

        public final String value()

        The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

        Returns:
        The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.
      • serializableBuilderClass

        public static Class<? extends Export.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)