Class CodepipelineStageActionOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:51.087Z")
    @Stability(Stable)
    public class CodepipelineStageActionOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CodepipelineStageActionOutputReference

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

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

        @Stability(Stable)
        public CodepipelineStageActionOutputReference​(@NotNull
                                                      com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                      @NotNull
                                                      String terraformAttribute,
                                                      @NotNull
                                                      Number complexObjectIndex,
                                                      @NotNull
                                                      Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • resetConfiguration

        @Stability(Stable)
        public void resetConfiguration()
      • resetInputArtifacts

        @Stability(Stable)
        public void resetInputArtifacts()
      • resetNamespace

        @Stability(Stable)
        public void resetNamespace()
      • resetOutputArtifacts

        @Stability(Stable)
        public void resetOutputArtifacts()
      • resetRegion

        @Stability(Stable)
        public void resetRegion()
      • resetRoleArn

        @Stability(Stable)
        public void resetRoleArn()
      • resetRunOrder

        @Stability(Stable)
        public void resetRunOrder()
      • getCategoryInput

        @Stability(Stable)
        @Nullable
        public String getCategoryInput()
      • getConfigurationInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getConfigurationInput()
      • getInputArtifactsInput

        @Stability(Stable)
        @Nullable
        public List<String> getInputArtifactsInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getNamespaceInput

        @Stability(Stable)
        @Nullable
        public String getNamespaceInput()
      • getOutputArtifactsInput

        @Stability(Stable)
        @Nullable
        public List<String> getOutputArtifactsInput()
      • getOwnerInput

        @Stability(Stable)
        @Nullable
        public String getOwnerInput()
      • getProviderInput

        @Stability(Stable)
        @Nullable
        public String getProviderInput()
      • getRegionInput

        @Stability(Stable)
        @Nullable
        public String getRegionInput()
      • getRoleArnInput

        @Stability(Stable)
        @Nullable
        public String getRoleArnInput()
      • getRunOrderInput

        @Stability(Stable)
        @Nullable
        public Number getRunOrderInput()
      • getVersionInput

        @Stability(Stable)
        @Nullable
        public String getVersionInput()
      • getCategory

        @Stability(Stable)
        @NotNull
        public String getCategory()
      • setCategory

        @Stability(Stable)
        public void setCategory​(@NotNull
                                String value)
      • getConfiguration

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getConfiguration()
      • setConfiguration

        @Stability(Stable)
        public void setConfiguration​(@NotNull
                                     Map<String,​String> value)
      • getInputArtifacts

        @Stability(Stable)
        @NotNull
        public List<String> getInputArtifacts()
      • setInputArtifacts

        @Stability(Stable)
        public void setInputArtifacts​(@NotNull
                                      List<String> value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getNamespace

        @Stability(Stable)
        @NotNull
        public String getNamespace()
      • setNamespace

        @Stability(Stable)
        public void setNamespace​(@NotNull
                                 String value)
      • getOutputArtifacts

        @Stability(Stable)
        @NotNull
        public List<String> getOutputArtifacts()
      • setOutputArtifacts

        @Stability(Stable)
        public void setOutputArtifacts​(@NotNull
                                       List<String> value)
      • getOwner

        @Stability(Stable)
        @NotNull
        public String getOwner()
      • setOwner

        @Stability(Stable)
        public void setOwner​(@NotNull
                             String value)
      • getProvider

        @Stability(Stable)
        @NotNull
        public String getProvider()
      • setProvider

        @Stability(Stable)
        public void setProvider​(@NotNull
                                String value)
      • getRegion

        @Stability(Stable)
        @NotNull
        public String getRegion()
      • setRegion

        @Stability(Stable)
        public void setRegion​(@NotNull
                              String value)
      • getRoleArn

        @Stability(Stable)
        @NotNull
        public String getRoleArn()
      • setRoleArn

        @Stability(Stable)
        public void setRoleArn​(@NotNull
                               String value)
      • getRunOrder

        @Stability(Stable)
        @NotNull
        public Number getRunOrder()
      • setRunOrder

        @Stability(Stable)
        public void setRunOrder​(@NotNull
                                Number value)
      • getVersion

        @Stability(Stable)
        @NotNull
        public String getVersion()
      • setVersion

        @Stability(Stable)
        public void setVersion​(@NotNull
                               String value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)