Interface DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.545Z") @Stability(Stable) public interface DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks.Builderstatic classDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks.Jsii$ProxyAn implementation forDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks.Builderbuilder()default StringgetExpireTime()The time when this access control entry expires in RFC 3339 format.default StringgetLabel()A label to identify this entry.default StringgetTtl()Input only.StringgetValue()The allowlisted value for the access control list.
-
-
-
Method Detail
-
getValue
@Stability(Stable) @NotNull String getValue()
The allowlisted value for the access control list.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#value DatabaseMigrationServiceConnectionProfile#value}
-
getExpireTime
@Stability(Stable) @Nullable default String getExpireTime()
The time when this access control entry expires in RFC 3339 format.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#expire_time DatabaseMigrationServiceConnectionProfile#expire_time}
-
getLabel
@Stability(Stable) @Nullable default String getLabel()
A label to identify this entry.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#label DatabaseMigrationServiceConnectionProfile#label}
-
getTtl
@Stability(Stable) @Nullable default String getTtl()
Input only. The time-to-leave of this access control entry.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#ttl DatabaseMigrationServiceConnectionProfile#ttl}
-
builder
@Stability(Stable) static DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworks.Builder builder()
-
-