Interface BinaryAuthorizationAttestorConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
BinaryAuthorizationAttestorConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.829Z") @Stability(Stable) public interface BinaryAuthorizationAttestorConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBinaryAuthorizationAttestorConfig.BuilderA builder forBinaryAuthorizationAttestorConfigstatic classBinaryAuthorizationAttestorConfig.Jsii$ProxyAn implementation forBinaryAuthorizationAttestorConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BinaryAuthorizationAttestorConfig.Builderbuilder()BinaryAuthorizationAttestorAttestationAuthorityNotegetAttestationAuthorityNote()attestation_authority_note block.default StringgetDescription()A descriptive comment.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#id BinaryAuthorizationAttestor#id}.StringgetName()The resource name.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#project BinaryAuthorizationAttestor#project}.default BinaryAuthorizationAttestorTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getAttestationAuthorityNote
@Stability(Stable) @NotNull BinaryAuthorizationAttestorAttestationAuthorityNote getAttestationAuthorityNote()
attestation_authority_note block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#attestation_authority_note BinaryAuthorizationAttestor#attestation_authority_note}
-
getName
@Stability(Stable) @NotNull String getName()
The resource name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#name BinaryAuthorizationAttestor#name}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#description BinaryAuthorizationAttestor#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#id BinaryAuthorizationAttestor#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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#project BinaryAuthorizationAttestor#project}.
-
getTimeouts
@Stability(Stable) @Nullable default BinaryAuthorizationAttestorTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#timeouts BinaryAuthorizationAttestor#timeouts}
-
builder
@Stability(Stable) static BinaryAuthorizationAttestorConfig.Builder builder()
-
-