Interface CodecommitTriggerTrigger

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:51.053Z")
    @Stability(Stable)
    public interface CodecommitTriggerTrigger
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getDestinationArn

        @Stability(Stable)
        @NotNull
        String getDestinationArn()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/codecommit_trigger#destination_arn CodecommitTrigger#destination_arn}.
      • getEvents

        @Stability(Stable)
        @NotNull
        List<String> getEvents()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/codecommit_trigger#events CodecommitTrigger#events}.
      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/codecommit_trigger#name CodecommitTrigger#name}.
      • getBranches

        @Stability(Stable)
        @Nullable
        default List<String> getBranches()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/codecommit_trigger#branches CodecommitTrigger#branches}.
      • getCustomData

        @Stability(Stable)
        @Nullable
        default String getCustomData()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/codecommit_trigger#custom_data CodecommitTrigger#custom_data}.