Interface ContainerAnalysisNoteRelatedUrl
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAnalysisNoteRelatedUrl.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.124Z") @Stability(Stable) public interface ContainerAnalysisNoteRelatedUrl extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAnalysisNoteRelatedUrl.BuilderA builder forContainerAnalysisNoteRelatedUrlstatic classContainerAnalysisNoteRelatedUrl.Jsii$ProxyAn implementation forContainerAnalysisNoteRelatedUrl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ContainerAnalysisNoteRelatedUrl.Builderbuilder()default StringgetLabel()Label to describe usage of the URL.StringgetUrl()Specific URL associated with the resource.
-
-
-
Method Detail
-
getUrl
@Stability(Stable) @NotNull String getUrl()
Specific URL associated with the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#url ContainerAnalysisNote#url}
-
getLabel
@Stability(Stable) @Nullable default String getLabel()
Label to describe usage of the URL.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#label ContainerAnalysisNote#label}
-
builder
@Stability(Stable) static ContainerAnalysisNoteRelatedUrl.Builder builder()
-
-