Class Macie2ClassificationJob

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.876Z")
    @Stability(Stable)
    public class Macie2ClassificationJob
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/macie2_classification_job aws_macie2_classification_job}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • Macie2ClassificationJob

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

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

        @Stability(Stable)
        public Macie2ClassificationJob​(@NotNull
                                       software.constructs.Construct scope,
                                       @NotNull
                                       String id,
                                       @NotNull
                                       Macie2ClassificationJobConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/macie2_classification_job aws_macie2_classification_job} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • resetCustomDataIdentifierIds

        @Stability(Stable)
        public void resetCustomDataIdentifierIds()
      • resetDescription

        @Stability(Stable)
        public void resetDescription()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetInitialRun

        @Stability(Stable)
        public void resetInitialRun()
      • resetJobStatus

        @Stability(Stable)
        public void resetJobStatus()
      • resetName

        @Stability(Stable)
        public void resetName()
      • resetNamePrefix

        @Stability(Stable)
        public void resetNamePrefix()
      • resetSamplingPercentage

        @Stability(Stable)
        public void resetSamplingPercentage()
      • resetScheduleFrequency

        @Stability(Stable)
        public void resetScheduleFrequency()
      • resetTags

        @Stability(Stable)
        public void resetTags()
      • resetTagsAll

        @Stability(Stable)
        public void resetTagsAll()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • getCreatedAt

        @Stability(Stable)
        @NotNull
        public String getCreatedAt()
      • getJobArn

        @Stability(Stable)
        @NotNull
        public String getJobArn()
      • getJobId

        @Stability(Stable)
        @NotNull
        public String getJobId()
      • getCustomDataIdentifierIdsInput

        @Stability(Stable)
        @Nullable
        public List<String> getCustomDataIdentifierIdsInput()
      • getDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getDescriptionInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getInitialRunInput

        @Stability(Stable)
        @Nullable
        public Object getInitialRunInput()
      • getJobStatusInput

        @Stability(Stable)
        @Nullable
        public String getJobStatusInput()
      • getJobTypeInput

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

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

        @Stability(Stable)
        @Nullable
        public String getNamePrefixInput()
      • getSamplingPercentageInput

        @Stability(Stable)
        @Nullable
        public Number getSamplingPercentageInput()
      • getTagsAllInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsAllInput()
      • getTagsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsInput()
      • getCustomDataIdentifierIds

        @Stability(Stable)
        @NotNull
        public List<String> getCustomDataIdentifierIds()
      • setCustomDataIdentifierIds

        @Stability(Stable)
        public void setCustomDataIdentifierIds​(@NotNull
                                               List<String> value)
      • getDescription

        @Stability(Stable)
        @NotNull
        public String getDescription()
      • setDescription

        @Stability(Stable)
        public void setDescription​(@NotNull
                                   String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getInitialRun

        @Stability(Stable)
        @NotNull
        public Object getInitialRun()
      • setInitialRun

        @Stability(Stable)
        public void setInitialRun​(@NotNull
                                  Boolean value)
      • setInitialRun

        @Stability(Stable)
        public void setInitialRun​(@NotNull
                                  com.hashicorp.cdktf.IResolvable value)
      • getJobStatus

        @Stability(Stable)
        @NotNull
        public String getJobStatus()
      • setJobStatus

        @Stability(Stable)
        public void setJobStatus​(@NotNull
                                 String value)
      • getJobType

        @Stability(Stable)
        @NotNull
        public String getJobType()
      • setJobType

        @Stability(Stable)
        public void setJobType​(@NotNull
                               String value)
      • getName

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

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

        @Stability(Stable)
        @NotNull
        public String getNamePrefix()
      • setNamePrefix

        @Stability(Stable)
        public void setNamePrefix​(@NotNull
                                  String value)
      • getSamplingPercentage

        @Stability(Stable)
        @NotNull
        public Number getSamplingPercentage()
      • setSamplingPercentage

        @Stability(Stable)
        public void setSamplingPercentage​(@NotNull
                                          Number value)
      • getTags

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTags()
      • setTags

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

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTagsAll()
      • setTagsAll

        @Stability(Stable)
        public void setTagsAll​(@NotNull
                               Map<String,​String> value)