property
primaryEndpoint EndpointReference get Gets the PrimaryEndpoint property
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface PostgresServerResource extends IComputeResource, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly databases: Dict<string,string>; entrypoint: string; readonly host: EndpointReferenceExpression; readonly jdbcConnectionString: ReferenceExpression; readonly name: string; passwordParameter: ParameterResource; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; shellExecution: boolean; readonly uriExpression: ReferenceExpression; userNameParameter: ParameterResource; readonly userNameReference: ReferenceExpression; addDatabase( name: string, databaseName?: string): PostgresDatabaseResource; withDataBindMount( source: string, isReadOnly?: boolean): PostgresServerResource; withDataVolume( name?: string, isReadOnly?: boolean): PostgresServerResource; withHostPort(port: number): PostgresServerResource; withInitFiles(source: string): PostgresServerResource; withPassword(password: ParameterResource): PostgresServerResource; withPgAdmin(configureContainer?: (obj: PgAdminContainerResource) => void, containerName?: string): PostgresServerResource; withPgWeb(configureContainer?: (obj: PgWebContainerResource) => void, containerName?: string): PostgresServerResource; withUserName(userName: ParameterResource): PostgresServerResource;}connectionStringExpression ReferenceExpression get databases Dict<string,string> get entrypoint string get · set host EndpointReferenceExpression get jdbcConnectionString ReferenceExpression get name string get passwordParameter ParameterResource get · set port EndpointReferenceExpression get primaryEndpoint EndpointReference get shellExecution boolean get · set uriExpression ReferenceExpression get userNameParameter ParameterResource get · set userNameReference ReferenceExpression get addDatabase( name: string, databaseName?: string): PostgresDatabaseResourcename string databaseName string optional PostgresDatabaseResource withDataBindMount( source: string, isReadOnly?: boolean): PostgresServerResourcesource string isReadOnly boolean optional = False PostgresServerResource withDataVolume( name?: string, isReadOnly?: boolean): PostgresServerResourcename string optional isReadOnly boolean optional = False PostgresServerResource withHostPort(port: number): PostgresServerResourceport number PostgresServerResource withInitFiles(source: string): PostgresServerResourcesource string PostgresServerResource withPassword(password: ParameterResource): PostgresServerResourcepassword ParameterResource PostgresServerResource withPgAdmin(configureContainer?: (obj: PgAdminContainerResource) => void, containerName?: string): PostgresServerResourceconfigureContainer (obj: PgAdminContainerResource) => void optional containerName string optional PostgresServerResource withPgWeb(configureContainer?: (obj: PgWebContainerResource) => void, containerName?: string): PostgresServerResourceconfigureContainer (obj: PgWebContainerResource) => void optional containerName string optional PostgresServerResource withUserName(userName: ParameterResource): PostgresServerResourceuserName ParameterResource PostgresServerResource