Class Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.macie2_classification_job.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.Jsii$Proxy
-
- All Implemented Interfaces:
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm
@Stability(Stable) @Internal public static final class Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm
An implementation forMacie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.macie2_classification_job.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.Builder, Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.Builder builder)Constructor that initializes the object based on literal property values passed by theMacie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetComparator()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/macie2_classification_job#comparator Macie2ClassificationJob#comparator}.StringgetKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}.List<String>getValues()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/macie2_classification_job#values Macie2ClassificationJob#values}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.Builder builder)
Constructor that initializes the object based on literal property values passed by theMacie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm.Builder.
-
-
Method Detail
-
getComparator
public final String getComparator()
Description copied from interface:Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTermDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/macie2_classification_job#comparator Macie2ClassificationJob#comparator}.- Specified by:
getComparatorin interfaceMacie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm
-
getKey
public final String getKey()
Description copied from interface:Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTermDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}.- Specified by:
getKeyin interfaceMacie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm
-
getValues
public final List<String> getValues()
Description copied from interface:Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTermDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/macie2_classification_job#values Macie2ClassificationJob#values}.- Specified by:
getValuesin interfaceMacie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-