Interface ContainerAnalysisNoteConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ContainerAnalysisNoteConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.123Z") @Stability(Stable) public interface ContainerAnalysisNoteConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAnalysisNoteConfig.BuilderA builder forContainerAnalysisNoteConfigstatic classContainerAnalysisNoteConfig.Jsii$ProxyAn implementation forContainerAnalysisNoteConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ContainerAnalysisNoteConfig.Builderbuilder()ContainerAnalysisNoteAttestationAuthoritygetAttestationAuthority()attestation_authority block.default StringgetExpirationTime()Time of expiration for this note.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#id ContainerAnalysisNote#id}.default StringgetLongDescription()A detailed description of the note.StringgetName()The name of the note.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#project ContainerAnalysisNote#project}.default List<String>getRelatedNoteNames()Names of other notes related to this note.default ObjectgetRelatedUrl()related_url block.default StringgetShortDescription()A one sentence description of the note.default ContainerAnalysisNoteTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getAttestationAuthority
@Stability(Stable) @NotNull ContainerAnalysisNoteAttestationAuthority getAttestationAuthority()
attestation_authority block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#attestation_authority ContainerAnalysisNote#attestation_authority}
-
getName
@Stability(Stable) @NotNull String getName()
The name of the note.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#name ContainerAnalysisNote#name}
-
getExpirationTime
@Stability(Stable) @Nullable default String getExpirationTime()
Time of expiration for this note. Leave empty if note does not expire.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#expiration_time ContainerAnalysisNote#expiration_time}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#id ContainerAnalysisNote#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLongDescription
@Stability(Stable) @Nullable default String getLongDescription()
A detailed description of the note.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#long_description ContainerAnalysisNote#long_description}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#project ContainerAnalysisNote#project}.
-
getRelatedNoteNames
@Stability(Stable) @Nullable default List<String> getRelatedNoteNames()
Names of other notes related to this note.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#related_note_names ContainerAnalysisNote#related_note_names}
-
getRelatedUrl
@Stability(Stable) @Nullable default Object getRelatedUrl()
related_url block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#related_url ContainerAnalysisNote#related_url}
-
getShortDescription
@Stability(Stable) @Nullable default String getShortDescription()
A one sentence description of the note.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#short_description ContainerAnalysisNote#short_description}
-
getTimeouts
@Stability(Stable) @Nullable default ContainerAnalysisNoteTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#timeouts ContainerAnalysisNote#timeouts}
-
builder
@Stability(Stable) static ContainerAnalysisNoteConfig.Builder builder()
-
-